/*
	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:				#FFFFFF;
	cursor:				help;
; font-weight: bold
}
a.helpLink:hover {
	text-decoration:	none;
}
.help-tooltip {
	position:	absolute;
	width:		240px;
	border:		1px WindowFrame Solid;
	background:	Infobackground;
	color:		InfoText;
	padding:	3px 3px;
	filter:		progid; 
    font-family: StatusBar; 
    clip:  rect(   ):DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}
.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
.sharptxt {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
.sharpblue { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #006600; font-weight: bold}
.keyHead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 ; font-weight: bold}
