#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	text-align:left;
	cursor:default;
	color:#003;
	width:400px;
	
	
}
#tooltip .body h3, #tooltip div { margin: 0; font-size:12px; cursor:default; font-weight:normal;color:#003;}
#tooltip .body { font-size:10px; }
#tooltip .body h3 { background-color: #35a9b3; color:#ffffff; margin:-5px; padding:3px;}
.helpIcon { color:#00c; cursor:help; margin-left:8px;}
