#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #FFF;
	background-color: #116CB4;
	padding: 5px;
	opacity: 0.85;
	color: #FFF;
	font-style: normal;
	max-width: 280px;
}
#tooltip h3, #tooltip div { margin: 0; color: #FFF; font-style: normal; border: none; }

#tooltip.tip {
	color: #fff;
	width: 260px;
	z-index: 13000;
	background: url(../images/tooltip-mid.gif) top left  repeat-y;
	padding-left: 22px;
	padding-top: 5px;	
}
 
#tooltip.tip-top   {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	width: 260px;
	height: 26px;
	background: url(../images/tooltip-top.png) top left no-repeat;
}
 
#tooltip.tip-text   {
	color: #ffffff;
	font-size: 11px;
	width: 250px;
	display: none;
	
	
}

#tooltip.tip-bottom {
	background: url(../images/tooltip-bot.png) top left no-repeat;
	width: 260px;
	height: 17px;
}

#tooltip.tip-text-format {
	width: 225px;
}