/*
	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.helpLink:hover {
	color: #003399;
	text-decoration: none;
	border-bottom: 0px dashed #2271A0;
	cursor: help;
}

.help-tooltip {
	text-transform: none; 
	position:	absolute;
	width:		250px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding:	8px 25px 8px 8px;
	z-index:	10000;
	background-color: #EFF0FE;
	background-image: url(/en/images/icons/24/210-help.gif);
	background-position: 250px 3px;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-left-style: solid;
	border-left-width: thin;
}

.help-tooltip li {
	margin-left: -20px;
	line-height: 150%;
	list-style-type: disc;
}

.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
