.tabControl
{
  width:360px;
}

.lowTab, .highTab
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
  background-repeat:no-repeat;
  width:120px;
}

.lowTab
{
  background-image:url('tab_inactive_120x24.png');
  cursor:pointer;
}
.highTab
{
  background-image:url('tab_active_120x24.png');
} 

.tabHolder
{
  width:100%;
  height:24px;
  border-collapse:collapse;
  border-spacing:0px;
  -moz-user-select:none;
}

.tabPanel
{
  top:24px;
  left:0px;
  width:100%;
  height:165px;
  background-color:#281C6F;
  border:1px solid #FFFFFF;
}

.tabPanelHeaderFont
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
}

.tabPanelNormalFont
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.tabLink a { text-decoration:none; color:#FFFF00}
.tabLink a:hover {text-decoration:underline; color: #FFFF00; }