// Css File Programmed By Moh™ www.Mohtm.com .

TABLE.headertable {
	border:1px solid #E8E9E9; background-position: 0% 0%; font-family : Tahoma;
	font-size : 11px;
	border-collapse : collapse;
}

TD.headercell{
	border:1px solid #e6e6e6; color:#ffffff; background-color:#ffffff
}

A:LINK, A:VISITED, A:ACTIVE {
	font-family : Tahoma;
	font-size : 11px;
	color : #D01F26;
		text-decoration : none;
}
A:HOVER {
	font-family : Tahoma;
	font-size : 11px;
	color : #547cba;
	text-decoration : none;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 0px;
visibility: hidden;
border:1px solid black;
font:normal 11px Tahome;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}



// End of CSS File