/*	-------------------------------------------------------------
	Tol Tips 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.tool-tip {
	color: #666;
	width: auto;
	z-index: 10;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #018FA7;
	padding: 3px; 
}
 
.tool-title {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    width: auto;
    padding: 2px 0px;
}
 
.tool-text {
    text-align: center;
    font-size: 11px;
    width: auto;
    color: #666;
}
/*	-------------------------------------------------------------
	Menu 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
