﻿#dataTbl td A{
	text-decoration:none;
	color:#000;
}


#tooltip {
	position:absolute;
	color: #5c5a5a;
	font-size:12px;
	Xpadding: 8px 8px 8px 28px;

	width:400px;
    Xheight: 57px;
}
.ToolTipTop 
{
    background-image: url('../Images/Bubble/ToolTipTop.gif'); height: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width:400px;
}
#tooltipBody
{
    background-image: url('../Images/Bubble/ToolTipCenter.gif'); height: auto;
	Xbackground-repeat: no-repeat;
	width:344px;
	height: 84px;
	line-height: 16px;
	padding: 8px 28px 0px 28px;
}
.ToolTipBottom {
    background-image: url('../Images/Bubble/ToolTipBottom.gif'); height: 46px; background-repeat: no-repeat; background-position: bottom right; display: block;
    background-repeat: no-repeat;
    padding-right: 36px;
    Xheight: 1px;
    width:400px;
}