/*
	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; font-weight: 500; text-decoration: none; cursor: help; border-bottom: 1px dashed green }

a.helpLink:hover  { color: #39f; text-decoration: none; border-bottom: 1px dashed red }

.help-tooltip {
	position:	absolute;
	
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	6px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a, .help-tooltip  a:hover  { color: #15719c; background: transparent }
