@charset "iso-8859-2";
/* CSS Document */
/* 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:#fff;
	border:1px solid #000;
	width:200px;
	padding:6px;
	color:#333333;
	font-size:11px;
	line-height:1.3;
	font-family: Arial, Helvetica, sans-serif;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt {
	text-align:center;
	margin-top:4px;
}

.tip {
	border-bottom-style: double;
	border-bottom-color: #3366CC;
}
