.style {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #9C9E94;
	height: 16px;
        padding: 0px;
        border: 1px;

}


a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed #CCCCCC;
	cursor:				help;

}

a.helpLink:hover {
	color:				#F99500;
	text-decoration:	none;
	border-bottom:		1px dashed #F99500;
}

.help-tooltip {
	position:	absolute;
	
	border:		1px Solid #CCCCCC;
	background:	#500F00;
	color:		#CCCCCC;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	5px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		#F99500 !important;
	background:	none;
}