.valueLabels {
	color: black;
	overflow: visible;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

div.valueLabel {
	text-align: center;
	background-color: rgba(255,255,255,0.75);
	margin-top: 3px;
	overflow: visible;
	position:absolute;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	margin-left: -3em;
	padding: 0 6px;
}

.serieLabel {
	float: left;
}
.serieValue {
	
}
.graphicTooltip {
	position: absolute;
	display: none;
	z-index: 10000000;
	border: 1px solid #FFF;
	border-radius: 3px;
	padding: 4px 8px;
	background-color: rgba(255,255,255,.6);
	opacity: 0.80;
	box-shadow: 0 0 3px #000;
	font-size:12px
}