/* Tooltip ªº Style*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: #c0c0c0 1px solid;
	background-color: #fcfcd8;
	padding: 5px;
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}

#tooltip h3, #tooltip div { 
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
}
