/* CSS Document */

a.tooltip{		
	border-bottom: 0px dashed #0C0;
	text-decoration: none;
}

a:hover.tooltip{ 
	padding: 0; 
} 

.tooltip:hover span span{
	display: block;
}

.tooltip span{	
	position: absolute;
	margin-left:-50px;
	text-decoration: none;
}

.tooltip span span{
	display: none;	
	position: absolute;
	background-color: #03C;
	border: 1px solid #FFF;
	padding: 2px;
	text-indent:3px;		
	color: #EEE;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 250px;
	height: 20px;
	z-index: 100;
	top: 20px;	
	left: -50px;
}