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

a.tt{
	position:relative;
	z-index:24;
	text-decoration:none;
}
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{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:200px;
	color: #FFF;
	text-align: left;
	opacity: 0.80;
	filter:alpha(opacity=80);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.tt:hover span.tooltip_2{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:200px;
	color: #FFF;
	text-align: left;
	opacity: 0.80;
	filter:alpha(opacity=80);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background-image: url(../images/tool.gif);
	background-repeat: no-repeat;
	background-position: top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	background: url(../images/tool.gif) no-repeat bottom;
	}
	
	
	
	
	
	
	
	
	
	
	@charset "utf-8";
/* CSS Document */


a.ttt div{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttt:hover{ z-index:250; color: #aaaaff; background:;}
a.ttt:hover div.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:974px;
	color: #FFF;
	text-align: left;
	opacity: 0.80;
	filter:alpha(opacity=80);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 40px;
}

a.ttt:hover div.middle{ /* different middle bg for stretch */
	display: block;
	background: url(../images/bubble_filler.gif) repeat bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	padding-top: 5;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	height: 30px;
	width: 974px;
}
