/**
 * Style sheet xMooTips
 */
.tool-tip
{
	width:139px;
	color:#fff;
	z-index: 13000;
}

.tool-title
{
	margin:0;
	font-weight:bold;
	font-size:11px;
	color:#9FD4FF;
	background: url(bubble.png) top left;
}

.tool-text
{
	font-size:11px;
	background: url(bubble.png) bottom right;
}

.custom-tip
{
	width:130px;
	color:#000;
	z-index: 13000;
}

.custom-title
{
	margin:0;
	border-bottom:1px solid #B5CF74;
	font-weight:bold;
	font-size:11px;
	color:#3E4F14;
	background: #C3DF7D;
}

.custom-text
{
	font-size:11px;
	background: #CFDFA7;
}
