.tipper {
	display: inline;
	color: #fff;
	font-weight: bold;
	
	padding-bottom:0px;
	padding-top:3px;
	vertical-align: -3px;
}
a.tipper {
	background-color: #282880;
	color: #fff;
}
.tool-tip {
	text-align: left;
	color: #fff;
	max-width: 300px;
	z-index: 13000;
	
}
 
.tool-title {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #282880;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	text-align: left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.tool-loading {
	background: url(../images/ajax_loader.gif) no-repeat center center;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}