/*
	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;	
	cursor:				help;
}
a.RLLink {
	
	text-decoration:	underline;	
	cursor:				help;
}
a.RLLink:hover {
	
	text-decoration:	underline;	
}
a.helpLink:hover {
	color:				Red;
	text-decoration:	none;	
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	word-wrap: break-word;
	border:		1px Solid WindowFrame;
	background: #FFFFDD;
	color:      black;
	font-family: Verdana;
	font-size: 11px;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}
.RL-tooltip {
	position:	absolute;
	width:		350px;
	border:		1px Solid WindowFrame;
	background: #FFFFFF;
	color:      black;
	font-family: Verdana;
	font-size: 11px;
	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;
}
