/*
	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: #C87F00;
	text-decoration: none;
	border-bottom: dashed 1px #C87F00;
	cursor: help;
}

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

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


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