/*
	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
*/
.helpLink {
    padding-right: 1em;
    width: 12px;
    cursor:help;
}

a.helpLink img.helpLink {
	color:				Black;
	text-decoration:	none;
	/*border-bottom:		1px dashed Black;*/
	cursor:				help;
}

a.helpLink:hover img.helpLink:hover {
	color:				Red;
	text-decoration:	none; 
	/*border-bottom:		1px dashed Red;*/
}

.help-tooltip 
{
	text-align:left;
	position:	absolute;
	/*
	width:		250px;
*/
	border:		1px Solid;
	background:	white;
	color:		InfoText;
    font-family:ubunturegular;
    font-size:  12px;	
	padding:	6px;   
    padding-left:	10px;   
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;   
    max-width: 90%;
    margin-left: 2px;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
