

.tool-tip {
	font-size: 10px;
	color: #fff;
	width: 210px;
	text-align:center;
	z-index: 13000;
	line-height:16px;
}
 
.tool-title {
	color: #9FD4FF;
	font-weight: bold;
	padding: 13px 14px 7px;
	background: url(../img/balloon.png) top left no-repeat !important;
	background: url(../img/balloon.gif) top left no-repeat;
}
 
.tool-text {
	padding:0 14px 14px;
	background: url(../img/balloon.png) bottom left no-repeat !important;
	background: url(../img/balloon.gif) bottom left no-repeat;
}
 
.custom-tip {
	color: #000;
	width: 180px;
	z-index: 13000;
	line-height:16px;
}
 
.custom-title {
	font-weight: bold;
	font-size: 10px;
	color: #555;
	padding: 4px 8px;
	background: #dedede;
	border: 1px solid #aaa;
}
 
.custom-text {
	font-size: 9px;
	padding: 4px 8px;
	color: #555;
	background: #efefef;
	border:1px #aaa solid;
	border-top:none;
}


.dynamic-tip {
	color: #000;
	z-index: 13000;
	line-height:16px;
}
 
.dynamic-title, .dynamic-text{
	font-size: 10px;
	padding: 4px 8px;
	color:#06365A;
	background: #efefef;
	border:1px #aaa solid;

}
 

.static-tip {
	width: 120px;
	color: #555;
	z-index: 13000;
	line-height:16px;
}
 
.static-title, .static-text{
	font-size: 10px;
	padding: 4px 8px;
	color:#555;
	background: #efefef;
	border:1px #aaa solid;

}
 
.static2-tip {
	width: 180px;
	color: #555;
	z-index: 13000;
	line-height:16px;
}
 
.static2-title, .static2-text{
	font-size: 10px;
	padding: 4px 8px;
	color:#555;
	background: #efefef;
	border:1px #aaa solid;

}