
.searchtxt {  Color: #ffffff;  Font-Family: verdana; Font-Size: 10pt;  Font-Weight: bold; }

.SFtxt {  Color: #ffffff;  Font-Family: verdana; Font-Size: 10pt;  Font-Weight: normal; }
.SFtxt A, .SFtxt A:visited {  Color: #ffffff;  Text-Decoration: underline; }
.SFtxt A:hover {  Color: #ffffff;  Text-Decoration: underline; }


.tblSearchForm 
{
	background-color: #011C45;
	border: solid 1px #025677;
}

/* Dynamic tables - with roleover */
.srtable
{
	Font-Family: verdana; 
	Font-Size: 9pt;  
	text-align: center;
	border-collapse: separate;
	width: 100%;
	background-color: #020C1C;
}

.srtableth
{
	background-color: #03648B;
	color: #ffffff;
	font-weight: bold;
	height: 24;
	
}

.srtabletr
{
	background-color: #E2E3E3;
	Color: #403D3B;
	font-weight: normal;
	cursor: hand;
}

.srtabletralt
{
	background-color: #D5D6D6;
	Color: #403D3B;
	font-weight: normal;
	cursor: hand;
}

.srtabletrover
{ 
	background-color: #5CA3C9;
	color: white;
	cursor: hand; 
}

.srtabletrover A:hover, .srtabletrover a
{ 
	color: white;
	text-decoration:underline;
}

.srtabletr A, .srtabletr A:visited, .srtabletralt A, .srtabletralt A:visited
{ 
	color: #403D3B;
	text-decoration:underline;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #ffffff;
color: #000000;
visibility: hidden;
z-index: 100;
Font-Family: verdana; Font-Size: 9pt;  Font-Weight: normal;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


