/*---------- bubble tooltip -----------*/
a.tooltip_tt{
    position:relative;
    z-index:24;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
	font-size: 10px;
}
a.tooltip_tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tooltip_tt:hover{ z-index:25; color: #000000; background:;}
a.tooltip_tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
   padding: 15px 0 0 0;
	width:200px;
  color: #000000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	left:50px;
}
a.tooltip_tt:hover span.tooltip_top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/tooltip_bubble.gif) no-repeat top;
}
a.tooltip_tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	color:#1B649B;
	font-size: 10px;
    font-weight:bold; 
	padding-left:  15px; 
	background: url(../images/tooltip_bubble_filler.gif) repeat bottom; 
}
a.tooltip_tt:hover span.tooltip_bottom{
	display: block;
	padding:3px 8px 10px;
	color: #468CBF;
    background: url(../images/tooltip_bubble.gif) no-repeat bottom;
}