.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	font-family: Arial, Helvetica, sans-serif;
}
 
.tool-title {
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background-image: url(../images/bck_foooter.png);
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font: bold 11px Arial, Helvetica, sans-serif;
}
 
.tool-text {
	padding: 4px 8px 8px;
	background-image: url(../images/bck_foooter.png);
	background-position: right bottom;
	font: 11px Arial, Helvetica, sans-serif;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
	font-family: Arial, Helvetica, sans-serif;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
