#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	z-index: 9901;
}
#tooltip h3, #tooltip div { margin: 0; z-index: 9901;}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 93px;
	opacity: 0.90;
	background: url('../images/shadow.png') no-repeat;
	font-size: 11px;
	z-index: 9901;
}

#tooltip.prettyBig {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 160px;
	opacity: 0.90;
	background: url('../images/shadowBig.png') no-repeat;
	font-size: 11px;
	z-index: 9901;
}

#tooltip.bottom_bar_popup {
	font-family: Arial;
	border: 1px solid #000000;
	width: 93px;
	padding: 2px;
	height: 12px;
	opacity: 0.90;
	background-color: #FFFFE1;
	font-size: 9px;
	z-index: 9901;
	text-align: center;
}

#tooltip h3 {
	margin-bottom: 0.75em;
	font-size: 14px;
	font-weight: bold;
	/*width: 220px;*/
	text-align: center;
	z-index: 9901;
	color: #396a96;
}

#tooltip.pretty div { /*width: 220px;*/ text-align: left;	z-index: 9901; }
