#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	filter: alpha(opacity = 85);

}

.ToolTipHelp
{
    cursor: help;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty div 
{ 
    width: 235px; 
    text-align: left; 	
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 234px;
	padding: 5px 20px 10px 40px;
	height: 135px;
	opacity: 0.8;
	filter: alpha(opacity = 85);
	background: url('/images/tooltip/cloudtooltip2.gif');
}
#tooltip.fancy {
	background: url('/images/tooltip/cloudtooltip2.gif');
	padding-top: 40px;
	height: 135px;
}
