/* CSS Document */
.tool-tip {
	color: #fff;
	width: 400px;
	z-index: 13000;
	text-align: left;
		}		 
		.tool-title {
			font-weight: bold;			
			color: #9FD4FF;					
		}
		 
		.tool-text {
			font-size: 11px;
			padding: 4px 8px 8px;
			background: url(../images/bubble.png) bottom right;
		}
		.tool-text A {
			color:#069;
		}
		.tool-loading {
			background: url(../images/ajax_load.gif) center center no-repeat;
			width: 30px;
			height: 30px;
			margin: 0 auto;
		}

