.chart text { font-family : Tahoma; }

.axis path, .axis line {
	fill : none;
	stroke : #000;
	shape-rendering : crispEdges;
}

.innerchart {
	fill : white;
	stroke : black;
}

.bar.set0{ fill: #F29C21; stroke : black;}
.bar.set1{ fill: #913697; stroke : black;}
.bar.set2{ fill: #2DACAD; stroke : black;}
.bar.set3{ fill: #F0AD00; stroke : black;}
.bar.set4{ fill: #084C8D; stroke : black;}

.line.set0{ fill: #084C8D; stroke: #084C8D; }
.line.set1{ fill: #F0AD00; stroke: #F0AD00; }
.line.set2{ fill: #2DACAD; stroke: #2DACAD; }
.line.set3{ fill: #913697; stroke: #913697; }
.line.set4{ fill: #FF6306; stroke: #FF6306; }

.bar:hover { fill : white;}
.line:hover { fill : white;}
.point:hover { fill : white; stroke: black;}

.grid { stroke : lightgray;}

.tooltip {
	font-family : Tahoma;
	font-size : 11px;
	background : GhostWhite;
	border : 1px solid black;
	border-radius : 5px;
	padding : 2px 8px;
}
