@charset "utf-8";

.tool-tip {
	color: #fff;
	width: 150px;
	z-index: 13000;
	filter: alpha(opacity=80);
	opacity:0.8;
}
 
.tool-title {
	display: none;
/*
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #333;
*/
}
 
.tool-text {
	color: #3E4F14;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
 
.custom-tip {
	color: #000;
	width: 150px;
	z-index: 13000;
	filter: alpha(opacity=80);
	opacity:0.8;
}
 
.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;
	color: #3E4F14;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
 
.custom2-tip {
	color: #000;
/*
	width: 150px;
*/
	z-index: 13000;
	filter: alpha(opacity=80);
	opacity:0.8;
}
 
.custom2-title {
	display:none;
}
 
.custom2-text {
	font-size: 11px;
	color: #3E4F14;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}