/* 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 #A5A5A5; 
	/*width: 250px; */
	padding: 4px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F6799;
	line-height: 1.2;
}
