#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFFF;
	 width: 150px; /*Default width of hint. */
	padding: 3px;
	font:normal 11px Verdana;
	color:#993300;
	line-height:18px;
	z-index:100;
	border-right: 3px solid #990000;
	border-bottom: 3px solid #990000;
	visibility: hidden;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	cursor: wait;
	-moz-opacity:.95;
	filter: Alpha(Opacity=95);
	
	}
div#hinthead {
	background: #CC9966;
	height: 12px;
}
.qh {
	padding: 0px;
	vertical-align: bottom;
	margin: 0px;
}


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