#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0;  }
#tooltip h3 {
	font-size: 11px;
	font-weight: bold;
	}
#tooltip div.body {
	font-size: 11px;
	color: #454545;
	}

#banner { padding: 15px; background-color: #06b; color: white; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
legend { font-weight: bold; }
    
 * #tooltip h3 - The tooltip title
 *
 * #tooltip div.body - The tooltip body, shown when using showBody

