﻿
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: -10;
left:20px;
background-color: #f3f3f3;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #bdbdbd;
font:normal 11px Arial;
line-height:13px;
z-index:100;
border-right: 1px solid #676767;
border-bottom: 1px solid #676767;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}
