/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#000;
	font-size:10px;
	/*border: 1px solid #CCCCCC;*/
}

#tooltip .tipHeader {
	/*height:8px;*/
	/*background:url(../images/tipHeader.gif) no-repeat;*/
}

#tooltip .tipBody {
	background-color:#fff;
	padding:2px 4px 2px 4px;
}

#tooltip .tipFooter {
	/*height:8px;*/
	/*background:url(../images/tipFooter.gif) no-repeat;*/
}
