@charset "utf-8";
/* CSS Document */


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffffff;
	width: 90px; /*Default width of hint.*/
	padding: 5px;
	border:1px solid #f3f3f3;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	text-decoration: none;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
}