a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}

.help-tooltip {
	position:	absolute;
	width:		300px;
	border:		1px Solid WindowFrame;
	background:	white;
	color:		InfoText;
	FONT-SIZE:  11px;
    FONT-FAMILY:Verdana;
	padding:	5px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}

.help-tooltip td {
	FONT-SIZE:  11px;
    FONT-FAMILY:Verdana;
}

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