@charset "utf-8";

/* CSS Document */

#hintbox{ /*CSS for pop up hint box */

position:absolute;

top: 0;

background-color:#f9f9f9;

width: 150px; /*Default width of hint.*/ 

padding: 3px;

border:1px solid #ccc;

font:normal 11px Arial, Helvetica, sans-serif;

line-height:16px;

z-index:1000;

border-right: 3px solid #ccc;

border-bottom: 3px solid #ccc;

visibility: hidden;

}



.hintanchor{ /*CSS for link that shows hint onmouseover*/

font-weight: bold;

color: navy;

margin: 3px 8px;

}


