/* HELPLINK */

.help-tooltip {
	position:	absolute;
	color:		#ffffff;
	font:		Status-Bar;
	padding:	0px;
	z-index:	10000;
}

a.helpLink {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 12px;
}

a.helpLink:hover {
	color: #f98f12;
	text-decoration: none;
	border-bottom: 1px dashed #f95312;
}