﻿#dataTbl td A{
	text-decoration:none;
	color:#000;
}


#tooltip {
	position:absolute;
	color:#000;
	font-size:11px;
	Xpadding: 8px 8px 8px 28px;
	
	width:185px;
    Xheight: 57px;
}
#tooltipBody 
{
    background-image: url(../Images/Bg/bg_toolTip.gif);
	background-repeat: no-repeat;
	width:185px;
	padding: 8px 8px 8px 28px;
}
.toolTip_bottom {
    background-image: url(../Images/Bg/bg_toolTip_bottom.gif);
    background-repeat: no-repeat;
    padding-right: 36px;
    height: 1px;
    width:185px;
}
