BODY, DIV, TD
{
  font-family: Tahoma;
  font-size: 11px;
  font-weight: normal;
  color: black;
}  

TABLE
{
  border: 1px solid black;
}

H1
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

H3
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

H4
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: black;
}


TH
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background-color: #DCDCDC;
  color: black;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid black;
}

.posQB
{
  background-color: #FFFF99;
}

.posRB
{
  background-color: #90EE90;
}

.posWR
{
  background-color: #87CEFA;
}

.posTE
{
  background-color: #FFB6C1;
}

.highlight
{
  background-color: yellow;
}

#titleBar
{
  background-color: black;
  color: white;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

#menuBar
{
  background-color: #f2f2f2;
  color: black;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  border-bottom: 1px solid #b6b4b6;    
}

.menuDivider
{
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;    
}

.activeMenu
{
  font-weight: bold;
}



#content 
{
  padding-left: 20px;
  padding-right: 20px;  
  /*background: #F3F6F7;*/
  overflow:hidden;
}

.col 
{
  /*background:#eee;*/
  float:left;
  width:22%;
  margin-right: 4%;
}

.col-4 
{
  margin-right:0;
}

.sectionHeader
{

}