/*

#tooltip.general{}
#tooltip.sidebar{}
#tooltip.network{}
#tooltip.excellence{}
#tooltip.development{}

*/


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #b1ae98;
	background: #ffef9c url(../../../images/tooltip/bg.gif) repeat-x bottom;
	padding: 5px;
	max-width: 150px;
	}
	
	#tooltip h3 {
		font-weight: normal;
		color: #000;
		font-size: 11px;
		}
	
	
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.network {
	background: #8db6ed url(../../../images/tooltip/bg_blue.gif) repeat-x bottom;
	}
	
#tooltip.excellence {
	background: #0ab72a url(../../../images/tooltip/bg_green.gif) repeat-x bottom;
	}
	
#tooltip.development {
	background: #f8b63c url(../../../images/tooltip/bg_orange.gif) repeat-x bottom;
	}
	
	
	#tooltip.network h3,
	#tooltip.excellence h3,
	#tooltip.development h3 {
		/*color: #fff;*/
		}