.tipper {
	/*
	background-color: #AAA;
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
	*/
}


a.tipper {
	/*background-color: #FFF;*/
	/*color: #00F;*/
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
		 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FF0000;
	padding: 8px 8px 4px;
	background: url(/includes/bubble.png) top left;
}
		 
.tool-text {
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/includes/bubble.png) bottom right;
}

.tool-loading {
	background: url(/includes/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
