/* Style for the main document body */
BODY{
  margin: 0px;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 0.80em;
}

/* Style for the main document body */
.mainBody{
  color: #414243;
  padding-right: 20px;
  font-size: 0.85em;
}

table {
font-size: 1em; 

} 

.topBannerLeft{
  background-color: #b2b4b3;
  font-size: 0.8em;
}

.topMenuBanner{
  padding-left: 20px;
  background-color: #687274;
  border-bottom: 5px solid #CDCDCD;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topMenuSpacer{
  width: 20px;
}

.topMenuItem{
font-size: 0.85em;
  background-color: #687274;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topMenuItemSel{
font-size: 0.8em;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #33383D;
  text-decoration: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottomMenuBar{
  background-color: #42145F;
}

.sideMenuLevel1{
  background-color: #3B6992;
  display: block;
  text-decoration: none;
  color: white;
  padding-left: 30px;
  margin-bottom: 2px;
}

.sideMenuLevel2{
  display: block;
  text-decoration: none;
  color: white;
  padding-left: 30px;
  margin-bottom: 2px;
}

.bottomSpacer{
  display: block;
  border-bottom: 5px solid white;
  height: 30px;
}

H1{
  color: #AB2439;
  font-size: 1.60em;
}

H2{
  font-size: 1.20em;
}
.headerByLine{
  background-color: #0077D4;
  color: white;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

.headerSlogan{
  background-color: #0077D4;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  font-size: 14pt;
  font-style:italic;
}


.Error{
  font-weight: bold;
  color: #FF0000;
}

.row{
  background-color: #EBEBEB;
}

.altrow{
  background-color: #FFFFFF;
}

.clientBannerHilite{
  color: #E3432D;
}

ul{
 list-style-image:url(images/bullet.gif)
}

.ForumTable{
  background-color: #487EA8;
  border-collapse: collapse;
}

.ForumTable th{
  color: white;
  padding: 3px;
  border: 1px solid #487EA8;
}

.ForumTableRow{
  background-color: #EDF6FF;
  border: 1px solid #487EA8;
}

.ForumTableAlt{
  background-color: #FFFFFF;
  border: 1px solid #487EA8;
}

.ForumTableDeleted{
  background-color: #CCCCCC;
  border: 1px solid #487EA8;
}

.ForumSticky{
  background-color: #FFEFA7;
  border: 1px solid #487EA8;
}

.ForumDeleted{
  background-color: #939393;
  color: white;
  border: 1px solid #487EA8;
}

.ForumMenu{
  background-color: white;
  padding-left: 2px; 
  font-weight: bolder; 
  height: 21px; 
  background-image: url('images/Forum/forum_tab_blank.gif'); 
  background-repeat: no-repeat;
}

.ForumMenuAdmin{
  text-align: center;
  background-color: white;
  padding-left: 2px;
  font-weight: bolder;
  width: 130px;
  height: 21px;
  background-image: url('images/Forum/forum_tab_admin.gif');
  background-repeat: no-repeat;
}

.ForumMenuAdmin a, .ForumTopBarAdmin a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.ForumHelpPopup{
  position: absolute;
  border: 2px outset #0077D4;
  background-color: #FFFFFF;
  padding: 5px;
}

.ForumTopBar{
  background-image: url('images/Forum/top_bar_mid.gif');
}

.ForumTopBarAdmin{
  background-image: url('images/Forum/admin_mid.gif');
}
