.tooltip_header{
	background: 			#cccccc;
	border:					1px solid #999999;
	color:					#000000;
	filter:					alpha(opacity=85);
	font-size: 				14px;
	font-weight:			bold;
	opacity:				0.85;
	padding:				5px;
	width: 					150px;
}
.tooltip_body{
	background: 			#ffffff;
	border:					1px solid #999999;
	border-top: 			0px;
	color:					#000000;
	filter:					alpha(opacity=85);
	font-size: 				12px;
	opacity:				0.85;
	padding:				5px;
	width: 					150px;
}
