/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:300px;
	
}

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


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

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

#tooltip2 {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:440px;
	
}

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


#tooltip2 .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

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