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

<!--
.style1 {color: #FFFFFF}
-->
#dhtmltooltip{
position: absolute;
left:0px;
width:500px;
border:1px solid #666666;
padding:10px;
background-color:#005c92;
visibility:hidden;
z-index:100;
color:#ffffff;
font-size:12px;
font-family:"Arial";
line-height:20px;
/*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: 0px;
 z-index: 101;
 visibility: hidden;
 width: 21px;
 height: 16px;
}
