/* CSS Document */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 300px;
left:300px;
background-color: #FFFFFF;
width: auto; /*Default width of hint.*/ 
padding: 3px;
font:normal 11px Verdana;
line-height:12px;
z-index:100;
border: 5px ridge #FFB194;
visibility: hidden;
}

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


