/* **********
 * Some usefull colors:
 * #95cdff - Light blue.  Used for some backgrounds.
 */

.siteheadername
{
  font-size: 50px;
  font-weight: bold;
}

.siteheadertag
{
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

a.siteheaderlink:link, a.siteheaderlink:active, a.siteheaderlink:visited
{
  color: black;
}

.standardBody
{
  background-color: white;
}

.standardContentTable
{
  border-collapse: collapse;
}

.standardContentTD
{
  background-color: white;
}

.standardContentTitle
{
  font-size: x-large;
  font-weight: bold;
}

.scheduleSection
{
  display: block;
  position: relative;
}

.scheduleEventDate
{
}

.scheduleEventType
{
  font-weight: bold;
}

.scheduleEventDesc
{
}

.newsletterIssueDate
{
  font-weight: bold;
}

.newsletterIssueTitle
{
  font-style: italic;
}

.welcomeBlock
{
  color: yellow;
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  float: left;
}

.footerContentTD
{
  background-color: white;
  font-family: Arial;
  font-size: 8pt;
  line-height: 10pt;
}

.sectionHidden
{
  display: none;
}

.sectionVisible
{
  display: block;
}

.sectionLabel
{
  background-color: white;
  color: black;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
}

.sectionLabelCurrent
{
  background-color: yellow;
  color: black;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
}

.sectionLabelBox
{
  background-color: white;
  text-align: center;
}

.sectionLabelBoxCurrent
{
  background-color: yellow;
  text-align: center;
}

.biotitle
{
  border-bottom: 1px solid;
  vertical-align: top;
  width: 200px;
}

.bioname
{
  border-bottom: 1px solid;
  vertical-align: top;
  width: 200px;
}

.bioemail
{
  border-bottom: 1px solid;
  vertical-align: top;
  width: 200px;
}

.biotable
{
  border-collapse: collapse;
}

a.inlineimagelink:link, a.inlineimagelink:active, a.inlineimagelink:visited
{
  border: none;
  height: 5px;
}

.onthewebLinkTitle
{
  color: blue;
  font-size: large;
  font-weight: bold;
}

.onthewebLinkDescription
{
  margin-left: 30px;
  margin-right: 30px;  
}

.application_table
{
  width: 900px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

.application_header
{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.application_content
{
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

.application_spacerfield
{
  width: 90px;
}

.application_field_even, .application_field_odd
{
  text-align: left;
  color: blue;
  vertical-align: top;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  height: 25px;
}

.application_field_even
{
  border-color: black;
  background-color: #FFFAF0;
}

.application_field_odd
{
  border-color: black;
  background-color: #F5F5F5;
}

.member_club_name
{
  font-size: 20px;
  font-weight: bold;
}

.member_club_body
{
  margin-left: 75px;
}

.member_club_contact_table
{
  margin-left: 75px;
  padding: 0px;
  border-collapse: collapse;
}

.member_club_contact_tr
{
  padding: 0px;
  margin: 0px;
}

.member_club_contact_label
{
  padding: 0px;
  margin: 0px;
  width: 100px;
  font-weight: bold;
  line-height: 100%;
}

.member_club_contact_data
{
  padding: 0px;
  margin: 0px;
  height: 50%;
  line-height: 100%;
}

.conventiontable
{
  border-collapse: collapse;
}

.conventionheader
{
  border: 1px solid black;
  background-color: #95cdff;
  color: white;
  font-weight: bold;  
  margin: 0;
}

.conventionbody
{
  border: 1px solid black;
  background-color: white;
  color: black;
  margin: 0;
}

