
.searchtxt {  Color: #fa388a;  Font-Family: verdana; Font-Size: 9pt;  Font-Weight: bold; }

.SFtxt {  Color: gray;  Font-Family: verdana; Font-Size: 9pt;  Font-Weight: normal; }
.SFtxt A, .SFtxt A:visited {  Color: #fa388a;  Text-Decoration: none; Font-Weight: bold;}
.SFtxt A:hover {  Color: #fa388a;  Text-Decoration: underline; Font-Weight: bold;}


.tblSearchForm 
{
	background-color: #white;
	border: double 8px #58acd1;
}

/* Dynamic tables - with roleover */
.srtable
{
	Font-Family: helvetica; 
	Font-Size: 9pt;  
	text-align: center;
	width: 900px;
	border: solid 2 #58acd1;
	width:100%;
}

.srtableth th
{
	border: solid 0 #10487D;
	padding: 1px;
	background-color: #58acd1;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding:0 1px 0 1px;
}

.srtabletr
{ 
	border: solid 0 #10487D;
	border-collapse: collapse;
	padding: 1px;
	background-color: #aac9d7;
	font-weight: normal;
	Color: #001635;
	padding:0 2px 0 2px;
	white-space: nowrap;

}

.srtabletralt
{ 
	border: solid 0 #10487D;
	border-collapse: collapse;
	padding: 1px;
	background-color: #71a5bc;
	font-weight: normal;
	Color: #001635;
	padding:0 2px 0 2px;
	white-space: nowrap;
}

.srtabletrover
{ 
	font-size:9pt;
	background-color: #58acd1;
	color: white;
	border: solid 1 #FFFFFF;
	padding:0 2px 0 2px;
	white-space: nowrap;
}

.srtabletrover A:hover
{ 
	font-size:9pt;
	color: #FFFFFF;
	text-decoration:underline;
}
.srtabletrover A, .srtabletrover A:visited
{ 
	font-size:9pt;
	color: #FFFFFF;
	text-decoration:underline;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #aac9d7;
color: #000000;
visibility: hidden;
z-index: 100;
Font-Family: arial; 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);
}

#bigtable{
	table-layout:fixed;
}