.balloonstyle{
position:absolute;
top: 0px;
left: 0px;
padding: 5px 10px;
visibility: hidden;
border:0px solid #FFFFFF;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background:#79ACCC;
width: auto;
margin:0px 0 0 90px;
/*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);
}

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

.tooltipText{ float:left; list-style:inside;}
.tooltipText li{ line-height:25px; }

/*.balloonLeft{
float:left;
background:url(images/bubbleLeft.gif) no-repeat top left; 
width:14px; 
height:195px;
}

.balloonRight{
float:left;
background:url(images/bubbleRight.gif) no-repeat top right; 
width:10px; 
height:195px;
}*/
