/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#5b5b5b;
	font-size:10px;
	width:226px;
	
}

#tooltip .tipHeader {
	height:12px;
	background:url(../images/tipTotal.png) no-repeat top;
	,background:url(../images/tipTotal.gif) no-repeat top; /*hack solo para Ie6, Ie7 e Ie8*/
}


#tooltip .tipBody {
	background-color:#F7F7F7;
	background:url(../images/tipTotal.png) no-repeat center;
	,background:url(../images/tipTotal.gif) no-repeat center; /*hack solo para Ie6, Ie7 e Ie8*/
	padding:2px 2px 2px 12px;
}

#tooltip .tipFooter {
	height:12px;
	background:url(../images/tipTotal.png) no-repeat bottom;
	,background:url(../images/tipTotal.gif) no-repeat bottom; /*hack solo para Ie6, Ie7 e Ie8*/
}
