#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid #787878;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 2px solid #787878;
border-bottom: 2px solid #787878;
visibility: hidden;
}

a.hintanchor {
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma;
	font-size: 12px;
	color: #395182;
	text-decoration: none;
	vertical-align: middle;
}
a.hintanchor:hover {
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma;
	font-size: 12px;
	color: #395182;
	text-decoration: underline;
}

