/* For ShowHint Javascript */

#hintbox { /*CSS for pop up hint box */
    top: 0;
    position:absolute;
    background-color: #F2F3F5; /* lightyellow; */
    width: 150px; /*Default width of hint.*/ 
    padding: 3px;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:100;
	border:1px solid #A6A7AB;
    border-right: 2px solid #A6A7AB;
    border-bottom: 2px solid #A6A7AB;
    visibility: hidden;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}
