a.helpLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #315EB9;  
	font-weight: 700;
	text-decoration:	none;
	border-bottom:		1px dashed #000000;
	cursor:				help;
}

a.helpLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #315EB9;  
	font-weight: 700;
	text-decoration:	none;
	border-bottom:		1px dashed #000000;
}

.help-tooltip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}