
/*-  Footer Tool Tips
----------------------------------------------------------------------*/

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


.tool-loading {
	background: url(../_img/bubbles/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.toolTipImg {
	line-height: 11px;
}
.ftrPrj {
	border: 1px solid #FFF;
}
















