#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #E2F6FF;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font-family:Arial,Helvetica,sans-serif;
font-size: 9px;
line-height:18px;
z-index:5000;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
/*font-size:0.7em;*/
font-weight: bold;
color: navy;
/*margin: 3px 8px;*/
}

