#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
}

#tooltip h3, #tooltip div { 
font-family:arial;
font-size:12px;
color:#000000;
margin: 0; 
font-weight:normal;
line-height:19px;
}

#tooltip h3 a{ 
text-decoration:none;
font-family:arial;
font-size:12px;
color:#000000;
font-weight:normal;
}
#tooltip h3 a:hover{ 
text-decoration:underline;
font-weight:normal;
}
