div#tipDiv
{
	filter: alpha(opacity=85);
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #eeeeee;
	border: 2px solid #224488;
	padding: 4px;
	color: #000;
	font-size: 11px;
	text-align:  center;
}

div.tp1
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}

div.tp2
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-top: 2px;
}


div.arealabeltop
{
	position: absolute;
	left: 10px;
	top: 326px;
	height: 17px;
	width: 345px;
	background-color: #444444;
}
div.arealabel
{
	filter: alpha(opacity=85);
	color: dd3333;
	font-family: tahoma,arial;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 327px;
	height: 15px;
	width: 345px;
	background-color: #ffffff;
}
