@charset "utf-8";
/* CSS Document */

#dhtmltooltip{
font-size:10px;
color:#f58220;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #f58220;
padding: 4px 10px;
background-color: white;
visibility: hidden;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}