/* General Text Definitions */
body
{
	font-family: Tahoma, 'Trebuchet MS' , Arial, Verdana;
	color: #505050;
	font-size: 11px;
	margin: 0px;
}

table, tbody, tr, td, th
{
	font-family: Tahoma, 'Trebuchet MS' , Arial, Verdana;
	color: #505050;
	font-size: 11px;
}

p, span, div, ul, li
{
	font-family: Tahoma, 'Trebuchet MS' , Arial, Verdana;
	color: #505050;
	font-size: 11px;
}



.header
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #666666;
}
.subheader
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #666666;
}

.location
{
	font-size: 11px;
	font-weight: bold;
	color: #252D3A;
}


.copyright { MARGIN: 5px }
.welcome { MARGIN: 0px 10px 0px 0px }
.bigorange { FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN: 0px 0px 0px 5px; text-align:center; }
.orange { COLOR: #cf6415 }
.smallblue { FONT-WEIGHT: normal; FONT-SIZE: 10px; MARGIN: 0px 0px 0px 28px; COLOR: #252d3a }

.breakRight
{
	border-right-width: 5px;
}

SPAN.recordNumber { width:30px; }


/* Tabular Data Style */

TABLE.container
{
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #636363; 
	background-color:#ffffff;
	behavior:url(/ScriptLibrary/highlighter.htc);
}

.tableheader
{
	font-weight: bold;
	color: #ffffff;
	background-color: #252d3a;
}
.tableheader2
{
	font-weight: bold;
	background-color: #bebebe;
}
.arrows
{
	background-color: #7b7e83;
}
.totals
{
	font-weight: bold;
	background-color: #b8bcbf;
	white-space: nowrap;
}
.regular1
{
	background-color: #f5f5f5;
	white-space: nowrap;
}
.regular2
{
	background-color: #e8e8e8;
	white-space: nowrap;
}
.regular3
{
	background-color: #f5f5f5;
}
.selected
{
	background-color: #f4f1d7;
}
.sorted
{
/*	background-color: #EBE4D9;*/
BACKGROUND-COLOR: #B8BFE5;
}

.vertt
{
	FILTER: flipv fliph;
	color: #ffffff;
	WRITING-MODE: tb-rl;
}


.hotlist-head
{
	background-color: #4B5B75;
}
.hotlist
{
	background-color: #9AA3B2;
}
.selected
{
	background-color: #F4F1D7;
}



.square
{
	background-color: #FFFFFF;
	border: 1px solid #727272;
	margin: 2;
	padding: 2 5 2 2;
}
.tableheader2
{
	background-color: #BEBEBE;
	font-weight: bold;
}
.regular3
{
	background-color: #F5F5F5;
}



/* Link Style for the links on a white background */
A
{
	color: #2F626E;
	text-decoration: underline;
	font-weight: none;
}

A:hover
{
	color: #AAA293;
	text-decoration: underline;
	font-weight: none;
}



/* Link Style for the links on the Home Page */
.type1
{
	color: #989898;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

A.type1
{
	color: #666666;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
A.type1:hover
{
	color: #547E66;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}

.type2
{
	color: #547E66;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
}

.type3
{
	color: #B4B4B4;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
}
A.type3
{
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
A.type3:hover
{
	color: #547E66;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

textarea, select, option, input
{
	font-family: Tahoma, 'Trebuchet MS' , Arial, Verdana;
	color: #000000;
	font-size: 11px;
}

td.warning
{
	font-size: 11px;
	font-family: Tahoma, 'Trebuchet MS' , Arial, Verdana;
	letter-spacing: 0.3pt;
	color: #000000;
	vertical-align: middle;
	padding-top: 5pt;
	padding-left: 7pt;
	padding-right: 5pt;
	padding-bottom: 5pt;
	background-color: #FBFBF1;
	border-top: #E5E4B2 1px solid;
	border-left: #E5E4B2 1px solid;
	border-right: #E5E4B2 1px solid;
	border-bottom: #E5E4B2 1px solid;
}

.overimage { behavior:url(/images/overimage.htc); }