div#tooltip
{
	width: 220px;
	padding: 0 20px 35px 20px;
	background-image: url(../Images/tooltip-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
    display: none;
    z-index: 1000000;
}
div#tooltip p { width: 220px;
	padding-left: 20px; padding-right: 20px;
	margin: 0 0 0 -20px;
	background-image: url(../Images/tooltip-body.png);
	background-repeat: repeat-y;
	padding-bottom: 8px;
	text-align:left; 
}
div#tooltip p#tooltipTitle
{
	width: 220px;
	padding: 16px 20px 0px 20px;
	background-image: url(../Images/tooltip-top.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	padding-bottom: 8px;
	text-align:left;
}
div#tooltip a { text-decoration: none;
	color: #00869E; margin-left: 6px;}
div#tooltip a:hover { text-decoration: underline; }

#tooltipShield { width: 220px; z-index: 900000; opacity: .0; filter: alpha(opacity=0); }
