/*
	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, a.helpLink2, a.helpLink3, a.helpLink4 {
	text-decoration:	none;
	cursor:				help;
}
a.helpLink {
	color: Green;
	border-bottom: 1px dashed Green;
}
a.helpLink2 {
	color: #800000;
	border-bottom: 1px dashed #800000;
}
a.helpLink3 {
	color: #000;
	border-bottom: 1px dashed #000;
}
a.helpLink4 {
	color: #4A4949;
	border-bottom: 1px dashed #4A4949;
}
a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}
.help-tooltip {
	position:	absolute;
	width:		450px;
	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;
}
a.helpLink2:hover {
	color: #AD0000;
	text-decoration:	none;
	border-bottom:		1px dashed #AD0000;
}
a.helpLink3:hover {
	color: #484848;
	text-decoration:	none;
	border-bottom:		1px dashed #484848;
}
a.helpLink4:hover {
	color: #7C7C7C;
	text-decoration:	none;
	border-bottom:		1px dashed #7C7C7C;
}


