/*
	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.errorLink {
	text-decoration:	none;
	cursor:				help;
}

a.errorLink:hover {
    color: #000000;
}

a.helpLink {
	color: #00FF00;
	text-decoration:	none;
	border-bottom:		1px dashed #00FF00;
	cursor:				help;
}

a.helpLink:hover {
	color: #FF0000;
	text-decoration:	none;
	border-bottom:		1px dashed #FF0000;
}

.helpTooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	0px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}

.helpTooltip a,
.helpTooltip a:hover {
	color:		#0000FF; !important;
	background:	none;
}
