/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

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:		250px;
	background:	#E3E4F9;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	font-size: 14px;
	z-index:	10000;
	font-weight: bolder;
	margin-top:-100px;
}


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

