/*
	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. The cellpadding can be set in the larger table. 
*/

/* **** THE STYLE OF THE LINK **** */
a.helpLink:link:focus, a.helpLink:visited:focus { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: help;}
a.helpLink:link { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: help;}
a.helpLink:visited { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: help;}
a.helpLink:link:hover, a.helpLink:visited:hover { color: #00659D; background-color: #EFEFEF}
a.helpLink:link:active, a.helpLink:visited:active { color: #00659D; background-color: #B3CDDF}

a.helpLinkNoColor:link:focus, a.helpLink:visited:focus { text-decoration: none; border-bottom: 1px dashed; cursor: help;}
a.helpLinkNoColor:link { text-decoration: none; border-bottom: 1px dashed; cursor: help;}
a.helpLinkNoColor:visited { text-decoration: none; border-bottom: 1px dashed; cursor: help;}


a.helpLinkwhite:link:focus, a.helpLinkwhite:visited:focus { color: #FFFFFF; text-decoration: none; border-bottom: 1px dashed #FFFFFF; cursor: help;}
a.helpLinkwhite:link { color: #FFFFFF; text-decoration: none; border-bottom: 1px dashed #FFFFFF; cursor: help;}
a.helpLinkwhite:visited { color: #FFFFFF; text-decoration: none; border-bottom: 1px dashed #FFFFFF; cursor: help;}
/* a.helpLinkwhite:link:hover, a.helpLinkwhite:visited:hover { color: #FFFFFF; background-color: #EFEFEF} */
a.helpLinkwhite:link:active, a.helpLinkwhite:visited:active { color: #FFFFFF; background-color: #B3CDDF}

a.helpLinkHover:link:focus, a.helpLinkHover:visited:focus { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: default;}
a.helpLinkHover:link { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: default;}
a.helpLinkHover:visited { color: #00659D; text-decoration: none; border-bottom: 1px dashed #00659D; cursor: default;}
a.helpLinkHover:link:hover, a.helpLinkHover:visited:hover { color: #00659D; background-color: #EFEFEF}
a.helpLinkHover:link:active, a.helpLinkHover:visited:active { color: #00659D; background-color: #B3CDDF}


/* **** THE STYLE OF THE HELP BUBBLE CONTENT **** */
.help-tooltip {
	position: absolute;
	width: 250px;
	border: 1px Solid WindowFrame;
	background: #EFEFEF;
	color: InfoText;
	font: StatusBar;
	font: Status-Bar;
	padding: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index: 10000
}

.help-tooltip a, .help-tooltip a:hover {
	color: #00659D !important;
	background: none;
}
