#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #111;
	background-color: #eee;
	padding: 0px;	opacity: 0.85;}	
#tooltip h3, #tooltip div { margin: 8px; }


#tooltip.pretty {
	font-family: Calibri;
	border: none;
	width: 219px;
	padding:15px;
	height: 20px;
	opacity: 0.8;
	*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";    /* ie 8 */
	*filter: alpha(opacity=80);   /* IE 4-7 */
	*filter:"alpha(opacity=80)";   /* IE 4-7 */
	*zoom: 1;                     /* needed in IE up to version 7, or set */
	background: url('../images/shadow.png');
	color: white;
}
#tooltip.pretty h3 {
	margin-bottom: 0.5em;
	font-size: 9pt;
	width: 219px;
	text-align: center;
}
#tooltip.pretty div { width: 280px; text-align: center; }

#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top:  .0em;
	height: 31px;
	color: white;
	font-size: 11pt;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
