/*
	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:				Black;
	text-decoration:	none;
	border-bottom:		1px dashed Black;
	cursor:				help;
}

a.helpLink:hover {
	color:				Black;
	text-decoration:	none;
	border-bottom:		1px dashed Black;
}
a.helpLink2 {
	color:				7F4300;
	text-decoration:	none;
	cursor:				help;
}

a.helpLink:hover2 {
	color:				7F4300;
	text-decoration:	none;
}
.help-tooltip {
	position:	absolute;
	width:		350px;
	border:		2px Solid WindowFrame;
	border-color:#206293;
	background:	Infobackground;
	background-color:#FFFFFF;
	color:		InfoText;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		orange !important;
	background:	none;
}

