/* CSS Document */

a.tooltip{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: ##990000;
}

a:hover.tooltip{ 
	padding: 0; 
	
} 

.tooltip:hover span span{
	display: block;
}

.tooltip span{	
	position: absolute;	
	text-decoration: none;	
}

.tooltip span span{
	display: none;
	position: absolute;
	background-color: #06a3cd;
	border: 2px solid #990000;
	padding: 10px;
	color: #0f0f0f;
	text-decoration: none;
	width: 250px;
	z-index: 100;
	top: 20px;
	left: 1px;
}