/* v7.36 */

div#container{width: 500px; margin:0 auto}
h1{ color: #F60; margin: 1em 0 0; letter-spacing: -2px; }
p{margin: 0 0 1.7em; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    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{background:;}
a.tt:hover span.tooltip{
    display:block;
    z-index:40;
    position:absolute;
    top:-80px; left:50;
    padding: 15px 0 0 0;
    width:200px;
	/*color: #993300;*/
    color: #000000;
    text-align: center;
	/*filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;*/
}
a.tt:hover span.top{
	display: block;
	z-index:41;
	padding: 30px 8px 0;
    background: url(../images/copy.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	z-index:42;
	padding: 0 8px; 
	background: url(../images/filler.png) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	z-index:43;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/copy.png) no-repeat bottom;
}