#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid gainsboro;
	background-color: #FDFCDC;
	padding: 2px;
	opacity: 0.90;
	font-size:11px;
	font-weight: normal;
	/*width: 250px;*/
	font-family: arial;
}

#tooltip h3, #tooltip div { margin: 0; font-size: 11px; font-weight: normal; color: #333333;}

.tooltip {
	position:absolute;
	z-index: 3000;
	border: 1px solid #CAD6E7;
	background-color: #FBFBFB;
	padding: 2px;
	opacity: 0.90;
	font-size:11px;
	font-weight: normal;
	font-family: arial;
}

.tooltip h3, .tooltip div { margin: 0; font-size: 11px !important; opacity: 0.90;font-weight: normal; color: #333333;}


