

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 10px;
	text-align: left;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 430px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #000000;
	padding: 8px 8px 4px;
	background: #93aF4D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

