
.searchtxt {  color: #fff;  Font-Family: verdana; Font-Size: 10pt;  Font-Weight: bold; }

.SFtxt {  color: #fff;  Font-Family: verdana; Font-Size: 10pt;  Font-Weight: normal; }
.SFtxt A, .SFtxt A:visited {  color: #fff;  Text-Decoration: underline; }
.SFtxt A:hover {  Color: #7d6969;  Text-Decoration: underline; }

/* Dynamic tables - with roleover */
.srtable
{
	Font-Family: arial; 
	Font-Size: 9pt;  
	text-align: center;
	border-collapse: separate;
	width: 100%;
	background-color: #000;
	border: 1px solid #fff;
}

.srtableth th
{
	background-color: #545454;
	color: #fff;
	font-weight: bold;
	height: 24;
}

.srtabletr td
{
	background-color: #FFFFFF;
	color: #000;
	font-weight: normal;
	cursor: hand;
}

.srtabletralt td
{
	background-color: #DCDCDC;
	color: #000;
	font-weight: normal;
	cursor: hand;
}

.srtabletrover td
{ 
	background-color: #636363;
	color: #fff;
	cursor: hand; 
}

.srtabletrover A:hover
{ 
	color: #000;
	text-decoration:underline;
}

.srtabletrover A, .srtabletrover A:visited, .srtabletr A, .srtabletr A:visited, .srtabletralt A, .srtabletralt A:visited
{ 
	color: #000;
	text-decoration:underline;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #ffffff;
color: #000;
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);
}

#Table1, #Table2{
	border: 0;
	background: transparent;
}

/* Static tables - no onover */
.stable
{
	Font-Family: helvetica; 
	Font-Size: 10pt;  
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
	width: 100%;
	border: #000 1px solid;
}

.stable th
{
	border: solid 1 #000;
	padding: 3 3 3 3;
	background-color: #545454;
	color: #fff;
	font-weight: bold;
}

.stable tr, .stable td
{ 
	border: solid 1 #000;
	padding: 2 2 2 2;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	vertical-align: top;
}

/* Static tables - no onover - not 100% width */
.stable2
{
	Font-Family: helvetica; 
	Font-Size: 10pt;  
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
	border: #000 1px solid;
}

.stable2 th
{
	border: solid 1 #000;
	padding: 3 3 3 3;
	background-color: #545454;
	color: #fff;
	font-weight: bold;
}

.stable2 tr, .stable2 td
{ 
	border: solid 1 #000;
	padding: 2 2 2 2;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000;
	vertical-align: top;
}
