#dhtmltooltip {
    font-size: 12px;
    width: 350px;
    position: absolute;
    left: -300px;
    border: 1px solid black;
    padding: 5px;
    background-color: lightyellow;
    visibility: hidden;
    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);
}
#dhtmlpointer {
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #C7D9FD;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid #497FBB;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}