.helpIcon {
	background: url(../images/helpMarker.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.tooltip {
	margin-left: 5px;
	display: inline;
	color: #000000;
	cursor: help;
	outline: medium none;
	position: absolute;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
}

td .tooltip {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tooltip span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	visibility: hidden;
	line-height: 15px;
}

.tooltip span:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 12px;
	width: 0;
	height: 0;
	border-bottom: 8px solid #9FDAEE;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltip span:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #2BB0D7;
	border-right: 9px solid transparent;
	border-left: 10px solid transparent;
}

.helpIcon:hover span {
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	left: 1px;
	margin-left: -10px;
	position: absolute;
	top: 2.5em;
	width: 250px;
	font-size: 12px;
	z-index: 200;
	visibility: visible;
}

.helpIcon span:hover {
	visibility: hidden
}

.help {
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #2BB0D7;
}

div.right-tooltip {
	display: none; margin-left: 10px;padding: 3px;position: absolute;z-index: 3;
}

.right-tooltip span.tip {
	position: absolute;
	line-height: 24px;
	padding: 0px 16px 0px 8px;
	font-weight: bold;
	text-align: center;
	color: rgb(255, 255, 255);
	top: -4px;
	border: 0px 0px 0px 0px none none none none rgb(255, 255, 255)
		rgb(70, 126, 42) rgb(255, 255, 255) rgb(255, 255, 255);
	border-radius: 0px 3.2px 3.2px 0px;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1p box-shadow: red -4px 0px 4px
		0px inset;
	white-space: nowrap;
}

.right-tooltip span.tip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent red transparent transparent;
	top: 0px;
	left: -24px;
}

.right-tooltip span.error.tip {
	background: red;
}