#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	font-size: 9pt;
	font-family: Calibri, Candara, Corbel, Arial, san-serif;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('images/tooltip_image.png');
	padding-top: 5em;
	height: 130px;
}
#tooltip.fancy.viewport-right {
	background: url('images/tooltip_image_reverse.png');
}