/* TOOLTIP */

#dhtmltooltip{
position: absolute;
width: 200px;
border: 10px solid #666666;
padding: 5px;
background-color: #F07800;
visibility: hidden;
z-index: 100;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

