#tooltip {
	position: absolute;
	z-index: 3000;
	background:#FFFFCC;
	border:1px solid #D4D5AA;
	font-size: 12px;
	color:#000;
	white-space: nowrap;
	padding:5px;
	
}
#tooltip #tooltipLeft{display:none;}
#tooltip #tooltipRight{display:none;}
#tooltip h3{
	font-size:12px;
	white-space:nowrap;
	font-family:Arial;
	font-weight: normal;
	}
#tooltip .body{display:none;}

