﻿BODY, TD, SELECT, INPUT
{
	font-size: 12px;
	font-family: Verdana, Arial;
}

A.goldbold:link, A.goldbold:visited
{
	color: #CC6600;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
A.goldbold:active, A.goldbold:hover
{
	color: #666600;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

A.darklink:link, A.darklink:visited
{
	color: black;
	text-decoration: underline;
}
A.darklink:active, A.darklink:hover
{
	color: #990000;
	text-decoration: none;
}

/* Tab Style */
td.tabOn, td.tabOff
{
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #F4F4F4;
}    
td.tabOn 
{ 
	background-color: #336699; 
	border-bottom: solid 1px #336699; 
}
td.tabOff 
{
	background-color: #99cccc;
	border-bottom: solid 1px #F4F4F4;
}
td.tabOff A, 
td.tabOff A:active, 
td.tabOff A:visited, 
td.tabOff A:link, 
td.tabOn A, 
td.tabOn A:active, 
td.tabOn A:visited, 
td.tabOn A:link
{
	display: block;
	padding: 5px 17px;
	color: white;
	text-decoration: none;
}
td.tabOff A:hover 
{
	text-decoration: none;
	background-color: #6699cc;
}
td.tabOn A:hover
{
	text-decoration: underline;
}
td.tabStrip
{
	border: solid 0px;
	padding: 0px;
	background-color: #336699;
	height: 3px;
}

.ErrorField
{
	border: solid 2px #ff0000;
	background-color: #ffffcc;
}

/* Sector Style */
td.sectorOn, td.sectorOff
{
	color: black;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	display: inline-block;
}    
td.sectorOn 
{ 
	color: white;
	background-color: #6699cc; 
}
td.sectorOff 
{
	background-color: #e5ecf9;
}
td.sectorOff A, 
td.sectorOff A:active, 
td.sectorOff A:visited, 
td.sectorOff A:link 
{
	display: block;
	color: #284775;
	text-decoration: none;
}
td.sectorOn A, 
td.sectorOn A:active, 
td.sectorOn A:visited, 
td.sectorOn A:link
{
	display: block;
	color: white;
	text-decoration: none;
}
td.sectorOff A:hover 
{
	text-decoration: none;
	color: #ffffff;
	background-color: #99cccc;
}
td.sectorOn A:hover
{
	text-decoration: underline;
}