/* CSS Document */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #FF3366;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Liberation Sans',sans-serif;
	border: none;
	padding:10px;
	border: 1px dashed #ccc;
	opacity: 0.8;
}
#tooltip.pretty h3 {
	font-size: 12px;
	color:#FFFFFF;
	text-align: center;
	font-weight:bold;
	
}
#tooltip.pretty div { width: 220px; text-align: left;}
