#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: ;
width: 114px; /*Default width of hint.*/ 
padding: 0px;
border:0px solid black;
line-height:18px;
z-index:100;
border-right-width:0px; border-right-style:solid; border-right-color:black; border-bottom-width:0px; border-bottom-style:solid; border-bottom-color:black; visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}
