﻿/* ====================== */
/* Start: for [?] tooltip */
/* ====================== */
#dhtmltooltip{
/*
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
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);
*/

position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;

}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
/* ====================== */
/* End: for [?] tooltip   */
/* ====================== */