/*
	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;
	border-bottom: dashed 1px green;
	cursor: help;
}

a.HelpLink:hover
{
	color: red;
	text-decoration: none;
	border-bottom: dashed 1px red;
}

.help-tooltip
{
	position:	absolute;
	width:		250px;
	border:		solid 1px black;
	background-color: #FFFFE1;
	color:		black;
	font:		Tahoma, Arial, sans-serif;
	padding:	3px;
	z-index:	10000;
}


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