#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #22b5cd;
        color: #fff;
	padding: 5px;
	/*opacity: 0.9;*/
        font-size: 11px;
        width: 30%;
}

#tooltip.tooltipred {
	position: absolute;
	z-index: 4000;
	border: 1px solid #111;
	background-color: red;
        color: #fff;
	padding: 5px;
	/*opacity: 0.9;*/
        font-size: 11px;
        width: 250px;
}

#tooltip.tooltipgreen {
	position: absolute;
	z-index: 4000;
	border: 1px solid #111;
	background-color: #7cbd28;
        color: #fff;
	padding: 5px;
	/*opacity: 0.9;*/
        font-size: 11px;
        width: 250px;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 149px;
	padding:30px;
	height: 69px;
	opacity: 0.8;
	background: url('tooltip/white.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('tooltip/black_arrow-small.png');
        border: none;
        color: #fff;
        font-weight: bold;
	width: 70px;
	padding:15px;
	height: 28px;
}
#tooltip.fancy.viewport-right {
	background: url('tooltip/black.png');
        
}

