/* CSS Document */
#dhtmltooltip{
position: absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000099
width: 120px;
border: 1px solid #1863AD;
padding: 2px;
background-color:#E3EFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
/*FILTER:Alpha( Opacity=85, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100); VISIBILITY: visible;*/
}


