﻿/* tooltip styles */
#dhtmltooltip{
color:#fff;
position: absolute;
left: -300px;
/*width:550px;*/
height:auto;
border: 1px solid #000;
padding: 4px;
background-color:#0063a4;
visibility:hidden;
z-index: 100;
font-size:9px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

#dhtmltooltip p{
line-height:11px;

}



#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

