#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 210px;
	opacity: 0.8;
}
#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('/Content/images/tooltip/shadow2.png');*/
	padding-top: 40px;
	height: 150px;
}
#tooltip.fancy.view-top-right
{
    background: url('/Content/images/tooltip/top-right.png');
}
#tooltip.fancy.view-top-left
{
    background: url('/Content/images/tooltip/top-left.png');
}
#tooltip.fancy.view-bottom-left
{
    background: url('/Content/images/tooltip/bottom-left.png');
}
#tooltip.fancy.view-bottom-right
{
    background: url('/Content/images/tooltip/bottom-right.png');
}

.toopTopContainer{font-size:11px;}
.toopTopContainer span.green, .toopTopContainer span.orange, .toopTopContainer span.red
{
margin-left:35px; font-weight:bold;
}
.toolTopContainer span.green{color:Green;}
.toolTopContainer span.orange{color:#ffa500;}
.toolTopContainer span.red{color:Red;}
.toolTopContainer div.best{margin-top:5px;}
.toolTopContainer span.blue{color:Blue;font-weight:bold;}
