@charset "utf-8";
/* CSS Document */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eef2f5;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid #38939b;
font: normal 8pt Arial, Helvetica, sans-serif;
color: #666666;
z-index:100;
/*border-right: 3px solid black;
border-bottom: 3px solid black;*/
visibility: hidden;
}

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

div.tooltip {
padding:0;
margin:0;
text-align:justify;
}
