/* CSS Document */
#dhtmltooltip{
position: absolute;
text-align:justify;
width: 150px;
border: 1px solid silver;
padding: 5px;
background-color: lightyellow;
visibility: hidden;
color:#333333;
margin-top : 10px;
margin-bottom : 10px;
margin-left : 10px;
margin-right : 10px;
font-size : 10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
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);*/
}
