/* ----------------------------------------------------------------*/
/* ---------->>> Begin Bubble Tool Tips <<<------------*/
/* ----------------------------------------------------------------*/ 

a.tt {
	display:block;
	position:relative;
	z-index:1 !important;
	padding:0;
	color:#0077c0;
	font-weight:bold;
	text-decoration:none;
	}
a.tt span.tooltip, a.tt span.tooltip span { display:none; }

/*background:; ie hack, something must be changed for ie to execute it*/
a.tt:hover { z-index:999 !important; color: #0077c0; background:;}
a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top:30px; left:-95px;
	padding:10px 0 0 0;
	margin:0;
	width:185px;
	line-height:18px;
	color:#0077c0;
	text-align:left;
	}
a.tt:hover span.top {
	display:block;
	padding:38px 8px 0; margin:0;
	background:url('/skin/default/images/bg-bubble.png') no-repeat top;
	}
a.tt:hover span.middle { /* different middle bg for stretch */
	display:block;
	padding:0 14px; margin:0; 
	color:#0A78BF; font-weight:bold;
	background:url('/skin/default/images/bg-bubble-filler.png') repeat bottom; 
	}
a.tt:hover span.bottom {
	display:block;
	padding:3px 10px 10px; margin:0;
	color:#548912;
	background: url('/skin/default/images/bg-bubble.png') no-repeat bottom;
	}