@charset "utf-8";
/* CSS Document */

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative; font-size:8pt;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{ font-weight:bold;
background:url(../images/tool.jpg) repeat-x black;
    display:block;
    position:absolute;
    top:60px; left:-60px;
	padding: 5px;
	width:150px;
	color: white;
    text-align: center;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
	border:1px solid black; -moz-border-radius:5px;
}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
