body, p, u, li, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px}
input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
a:link, a:visited { color: #333333; }
a:active, a:hover { color: #FF0000; }
.ValidationErrors { font-weight:bold; color: #990000; }

/* Tooltips */

a.ToolTipLink { position:relative; }

a.ToolTipLink:hover 
{
	background-color:#FFF;  /* IE/Win has a bug that requires some link change on hover in order to show the tooltips */
	text-decoration:none;      /* Firefox inherits the span's text-decoration from the link's text-decoration */
}    

span.ToolTip { display:none; }

a.ToolTipLink:hover span.ToolTip
{
	display:block !important; 
	position:absolute; 
	left:75px;
	top:0px; 
	width:375px; 
	border:1px solid #666666; 
	background-color:#FFFFFF; 
	color:#000000; 
	padding:10px; 
	text-decoration:none; 
	text-align:left;
}