#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1.0;
}
#tooltip h3, #tooltip div { margin: 0; }
  
#tooltip.pretty {
	font-family: Arial;
	text-align: left;
	font-size: 11pt;
	border: none;
	opacity: 1.0;
	background: none;
	overflow: visible;
}                                  


#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
