div#tooltip {
	background-color: #FFFFFF;
	border:1px solid #AEAEAE;
	padding: 0px;
	width: 215px;
	height: auto;
	position: absolute; z-index:1000;
	display: none;
	font-family: Arial;
}
#tooltipHead {
	background-color: #F68736;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 5px;
}
#tooltipContent {
	color: rgb(20,20,20);
	font-size: 11px;
	overflow: auto;
	max-height: 135px;
}
#tooltipContent span {
	font-size: 9px;
	color: rgb(150, 150, 150);
}