a.tooltiptext:link, a.tooltiptext:visited {
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	z-index: 10;
	padding-top: 1px;
	padding-bottom: 2px;
	_padding-top: 2px;
	_padding-bottom: 0px;
	display: inline;
	position: relative;
	white-space: nowrap;
	cursor:pointer;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	color: #4E73D1;
}
a.tooltiptext:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 2px;
	_border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	z-index: 90;
	cursor: none;
	padding-top: 0px;
	padding-bottom: 0px;
	_padding-top: 0px;
	_padding-bottom: 0px;
	margin: 0px;
	color: #4E73D1;
}

.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
	line-height: 12px;
	z-index: 89;
	width: 350px;
	background-image: url(../images/popup-bg.png);
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 11px;/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
	margin-top: -2px;
	margin-left: 0px;
	_margin-top: -1px;
	_margin-left: -1px;
	color: #000000;
	text-align: justify;
}

.balloonstyle  .border {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	display: table-cell;
	overflow: visible;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

