/*
	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.errorLink {
  background: transparent;
	text-decoration: none;
	cursor: help;
}

a.errorLink:hover {
  background-color: transparent;
  color: #333333 !important;
  text-decoration: none;
}

a.helpLink {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  font-weight: bold;	
	cursor: help;
}

a.helpLink:hover {
  background-color: transparent;
  color: #333333 !important;
	text-decoration: none;
}

.helpTooltip {
	position: absolute;
	width: 350px;
	border: 1px Solid WindowFrame;
	background: Infobackground;
	color: InfoText;
	/*font:		StatusBar;
	font-family:		Status-Bar;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index: 10000;
}

.helpTooltip a,
.helpTooltip a:hover {
	color: #333333 !important;
	background:	none;
  background-color: transparent;
  text-decoration: none;
}

