@charset "utf-8";
/* CSS Document */

#dhtmltooltip{
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2;
position: absolute;
left: -300px;
/*width: 200px;*/
margin: 0;
padding: 8px;
background: #6fcde0;
border: 2px dotted #959595;
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);*/
}

#dhtmltooltip strong{
font-weight: bold;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}