/*---------- bubble tooltip -----------*/
#ttip span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:250px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
#ttip span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
#ttip span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
#ttip span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
#ttip td.tit{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
  text-align:center;
}
#ttip td.stit{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
  text-align:center;
}
#ttip td.img{
  align:center;
}

.pnl_l1bb       { background-color: #449127;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 2px solid #9c9b96;
                padding: 10px; }
