/* CSS Document */

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    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;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	text-decoration:none;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../img_demo/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../img_demo/bubble_filler.gif) repeat bottom; 
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../img_demo/bubble.gif) no-repeat bottom;
}


/*---------- bubble tooltip2 -----------*/
a.tt2{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt2 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt2:hover{ z-index:25; color: #aaaaff; background:;}
a.tt2:hover span.tooltip{	
    display:block;
    position:absolute;
    top:-15px; left:70px;
	padding: 0px;
	margin: 0px;
	width:300px;
	height:56px;
	background: url(../img_demo/bubble4.gif) no-repeat; 
	text-decoration:none;
}
a.tt2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	position:absolute;
	font-size:12px;
	font-weight:bold;	
	color:#FFF;
	background-color:#008B03;
	top:0px; left:0px;
	padding: 10px 5px 5px 15px;
	margin: 0px 0px 0px 35px;		
	height:41px;	
    text-align:left;
	text-decoration:none;	
}
/*----------------- end bubble tooltip2------------------*/

/*---------- bubble tooltip3 -----------*/
a.tt3{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt3 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt3:hover{ z-index:25; color: #aaaaff; background:;}
a.tt3:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:0px;
	padding:3px 10px 0px 40px;
	margin:0px 0px 0px 85px;
	width:150px;
	height:40px;
	color: #FFF;
    text-align: center;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
	background: url(../img_demo/bubble2.gif) no-repeat top;
	font-weight:normal;
	text-align:left;
	font-size:12px;	
	text-decoration:none;
}
/*----------------- end bubble tooltip3------------------*/
/*---------- bubble tooltip4 -----------*/
a.tt4{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt4 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt4:hover{ z-index:25; color: #aaaaff; background:;}
a.tt4:hover span.tooltip{
    display:block;
    position:absolute;
    top:-130px; left:-70px;
	padding:20px 10px 0px 40px;
	margin:0px;
	width:300px;
	height:115px;
	color: #000;
    text-align: center;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
	background: url(../img_demo/bubble3.gif) no-repeat top;
	font-weight:bold;
	text-align:left;
	font-size:12px;	
	text-decoration:none;
}
/*----------------- end bubble tooltip4------------------*/


