/*
	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:				#2372a7;
	text-decoration:	none;
	cursor:				help;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}
/* Font-size added by Alex on 12/07/2005. It's the same as searchText style class */
.help-tooltip {
	position:	absolute;
	width:		270px;
	border:		2px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  9pt;
	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;
}
