@charset "UTF-8";
/* CSS Document */

.tool-tip {
	color: #FF66CC;
	width: 175px;
	z-index: 13000;
}
 
/*.tool-title {
	font-weight: lighter;
	font-size: 15px;
	margin: 0;
	color:#FFFFFF;
	padding: 8px 8px 54px 0;
	background: url(/images/bubble.png) top left;
	font-family:Arial, Helvetica, sans-serif;
}
 */
.tool-text {
	font-size: 12px;
	padding: 8px 8px 28px 8px;
	background: url(/images/bubble.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
 
/*.custom-tip {
	color:#FF66CC;
	width: 180px;
	z-index: 13000;
}
 
.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;
}*/
