﻿/*---------- bubble tooltip -----------*/
a.tooltip { position:relative; z-index:24; text-decoration:none; }
a.tooltip var { display:none; }
a.tooltip img { border:0; }
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tooltip{ z-index:25; color: #aaaaff; background:;}
a.tooltip span.ttContainer{
    position:absolute;
    top:0px; left:-20px;
	padding: 5px 0 0 0;
	width:200px;
	color: #333;
    text-align: center;
    line-height: 14px;    
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tooltip span.top { display: block; padding: 30px 8px 0; background: url(/images/bubble.gif) no-repeat top; }
/* different middle bg for stretch */
a.tooltip span.middle { text-align: left; display: block; padding: 0 8px; background: url(/images/bubble_filler.gif) repeat bottom; }
a.tooltip span.bottom { display: block; padding:3px 8px 10px; color: #548912; background: url(/images/bubble.gif) no-repeat bottom; }

