@charset "utf-8";

/* CSS Document */
#dhtmltooltip{
position: absolute; left: -100px;
width: 250px;
border: 1px solid #bdced7;
padding:6px;
background-color:#fff;
visibility: hidden;
z-index: 100;
color:#999999;
font-size:13px; line-height:17px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#e8e8e8,direction=135);
text-align:justify;}

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