#hintbox{ /*CSS for pop up hint box */
position:absolute;
background-color: #efefef;
width: 150px; /*Default width of hint.*/ 
border:1px solid black;
font:normal 11px Verdana;
line-height:15px;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-size: 9px;
font-weight: bold;
font-family:Verdana;
color: navy;
margin: 3px 8px;
text-decoration:none;
}

.hintImage
{
	background-image: url(../Image/help.jpg);
}

.headerClass
{
	font-family: verdana,Arial,Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: Gray;
	font-weight:bolder;
}
.normalhintanchor
{
	/*CSS for link that shows hint onmouseover*/
	font-size:11px;
	font-family:Helvetica,Verdana,arial;
	text-decoration: none;
	margin:2px 5px;
	color:#ffffff;
}

.moreimagehintanchor
{
	font-size: xx-small;
	font-family:Helvetica,Verdana,arial;
	color: #999999;
	text-decoration: none;
	font-style:normal;
}
