#tooltip
{
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
	font-family: Trebuchet MS;
	font-size: 11px;
	border: #ffff33 2px solid;
}
#tooltip table tr td{font-family: Trebuchet MS;font-size: 11px;}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
	font-family: Verdana;font-size: 10px;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3
{
	margin-bottom: 0.2em;
	font-size: 12px;
	width: 220px;
	color: #00bfff !important;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;font-size: 12px;
	height: 100px; color:#333
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }