/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }
.text {
	font-family: Tahoma;
	color: #666666;
	font-size: 12px;
}
.textCopy {

	font-family: Tahoma;
	color: #666666;
	font-size: 9px;
}
.text2 {


	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
}
.scrollbar {
scrollbar-face-color: #fdfdfd;
scrollbar-highlight-color: #C9C9C9;
scrollbar-3dlight-color: #C9C9C9;
scrollbar-darkshadow-color: #fdfdfd;
scrollbar-shadow-color: #C9C9C9;
scrollbar-arrow-color: #C9C9C9;
scrollbar-track-color: #fdfdfd;
}.green {

	font-family: Tahoma;
	color: #009966;
	font-size: 16px;
}
.textbig {

	font-family: Tahoma;
	color: #666666;
	font-size: 14px;
}
