body {
	font-family:verdana;
	font-size:10px;
	background-color:#06F;
	}
	
.clear {
	clear:both;
	}


/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
	
}

#tooltip .tipHeader {
	height:30px;
	background:url(tipHeader.png) no-repeat;
}


#tooltip .tipBody {
	background:url(tipBody.png);
	padding:0px 10px 0px 10px;
}

#tooltip .tipFooter {
	height:20px;
	background:url(tipFooter.png) no-repeat;
}
