/*
	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.BTRHelpItem, a.BTRHelpItem-Image {
	text-decoration:	none;
	cursor:				help;
}
a.BTRHelpItem:hover, a.BTRHelpItem-Image:hover {
	text-decoration:	none;
}
a.BTRHelpItem {
	color:				Green;
	border-bottom:		1px dashed Green;
}
a.BTRHelpItem:hover {
	color:				Red;
	border-bottom:		1px dashed Red;
}


/* These styles are used in the javascript itself */
.BTRHelpDivBlock
{
	display: none;
	border: solid 0px red; 
	position: absolute;
	top: 0;
	left: 0; 
}
.BTRHelpDivBlockFrame
{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.BTRHelpTitle 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: Black; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none; 
	margin: 5px 0px 0px 0px;
	border-bottom: solid 1px black;
	padding: 0px;
}
.help-tooltip {
	/*width: 250px;*/
	position:	absolute;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	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:		blue !important;
	background:	none;
}
