#tooltip {
	position: absolute;
	z-index: 3000;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	width: 200px;
}
#tooltip h3 { margin: 0; font-size: 11px; font-weight: normal; color: #333333;}
#tooltip div { margin: 0; font-size: 11px; font-weight: normal; color: #666666;}

.tooltip_white {
	border:1px solid #cccccc !important;
	background: #f1f1f1 !important;	
}
