﻿/*CSS for pop up hint box */
#hintbox{ 
position: absolute;
top: auto;
background-color: #46668D;
color: white;
width: 150px; 
padding: 5px;
border: 2px green solid;
font: normal 11px Verdana;
line-height: 18px;
z-index: auto;
visibility: hidden;
}

