#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #4189b9;
	background-color: white;
	padding: 8px;
	opacity: 0.85;
	font-family: 'Trebuchet MS',Arial,sans-serif;
	color: white;
	line-height: normal;
	font-size: 10px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-family: 'Trebuchet MS',Arial,sans-serif;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding:0;
	margin:0;
	color: #00467f;
 }
#tooltip table tr td{
	font-family: Arial,sans-serif;
	color: #00467f;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}