
a.helpLink {
	color: #FF3300;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

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

.help-tooltip {
	width: 250px;
	position:	absolute;
	background-image: url(../../../images/bg2.jpg);
	background-repeat: repeat-x;
	border:		1px Solid WindowFrame;
	border-color:#999999;
	border-right:		2px Solid WindowFrame;
	border-bottom:		2px Solid WindowFrame;
	background-color: #FFFFFF;
	color: #000000;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	10px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=1);
	z-index:	10000;
	overflow: hidden;
}


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