#tooltip {
	position: absolute;
	z-index: 7000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3,
#tooltip div {
	margin: 0;
}

#tooltip.pretty {
	background:transparent url(/images/shadow.png) repeat scroll 0%;
	border:medium none;
	font-family:Arial;
	height:135px;
	opacity:0.9;
	padding:20px;
	width:210px;
}
#tooltip.pretty h3 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0.75em;
	text-align:center;
	width:220px;
}
#tooltip.pretty div {
	font-size:9pt;
	text-align:left;
	width:220px;
}
#tooltip.pretty div a {
	text-decoration:none;
	color:#BD007B;
}



#tooltip.pretty2 {
	background:transparent url(/images/shadow.png) repeat scroll 0%;
	border:medium none;
	font-family:Arial;
	height:135px;
	opacity:0.9;
	padding:20px;
	width:210px;
}
#tooltip.pretty2 h3 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0.75em;
	text-align:center;
	width:220px;
}
#tooltip.pretty2 div {
	font-size:9pt;
	text-align:left;
	width:220px;
}
#tooltip.pretty2 div a {
	text-decoration:none;
	color:#BD007B;
}