.balloonstyle{
position:absolute;
top: 0px;
left: 0px;
font:normal 12px Verdana;
line-height: 48px;
z-index: 99;
background: transparent url(../images/topcap.png) no-repeat;
width: 190px;
padding-top:23px;
}

#arrowhead{
z-index: 100;
position:absolute;
top: 0px;
left: 0;
visibility: hidden;
}

div.ci {float: left; width: 130px; padding-left: 0px; text-align: left; font-family: Arial; font-size:12px; font-weight: bold;}
div.ci img {margin: 3px 8px 3px 0px; height: 22; width: 20; border-left: solid 1px #C6C6C6; border-right: solid 1px #C6C6C6;}
div.ci span {display: block; padding: 6px 0px 6px 0px;}
div.ci span.sl {font-weight: normal; padding-bottom: 6px;}
div.cs {display: none;}

div.BalloonTipVisible
{
	-x-system-font:none;
	background-color:white;
	border:1px solid #C6C6C6;
	font-family:Verdana;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	top:410px;
	left:27px;
	line-height:48px;
	padding:5px;
	position:absolute;
	visibility:visible;
	width:190px;
	z-index:99;
}

div.ArrowImageRight
{	
	background: transparent url(../images/lower-right.png) no-repeat;
	width:55px;
	height:200px;
	position:relative;
	left:170px;
	top:20px;
	z-index:110;
	border:0;
	margin:0;
	padding:0;
	
}

div.ArrowImageLeft
{
	background: transparent url(../images/lower-left.png) no-repeat;
	width:55px;
	height:101px;
	position:relative;
	left:-43px;
	top:20px;
	z-index:110;
	border:0;
	margin:0;
	padding:0;

}

div.BalloonBottom
{
	width:190px;
	background: transparent url(../images/bottomcap.png) no-repeat bottom left;
	float:left;
	padding-bottom:31px;
}

div.BalloonContent
{
	width:190px;
	background: transparent url(../images/middle.png) repeat-y;
	float:left;
	padding-left:30px;
}

div.ArrowImageRight div.BalloonContent
{
	padding-right:50px;
}

div.ArrowImageLeft div.BalloonContent
{
	margin-left:35px;
}

div.BalloonWrapper
{
	background-color:red;
	position:absolute;
	top:0px;
	width:155px;
	display:none;
	visibility:hidden;
	background-color: Transparent;
}

div.BalloonWrapperShow
{
	position:absolute;
	top:0px;
	width:155px;	
	display:block;
	visibility:visible;
}

div.BalloonCenteringDiv
{
	margin-left:27px;
	text-align:center;
	width:66px;
}

span.LoadingText
{
	color: #727375;
}
