/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#FFFFFF; border:1px solid #FFCCCC;
	width:310px; padding:1px;
	color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.caption { font-size:10pt; font-weight:bold; color:#CE2626; padding:.2em; background-color:#FFCCCC; text-align:center; }
div#tipDiv div.img { text-align:center; margin:5px; }
div#tipDiv div.txt { text-align:left; margin:5px; }

