/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
	color:#fff;
}

div.jqplot-table-legend {
	left:0px;
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid #cccccc;
    padding:1px;
}

div.jqplot-table-legend-swatch {
    width:0px;
    height:0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.jqplot-base-canvas {
	color:#fff;
}


.jqplot-pie-series.jqplot-data-label {
	color:#fff;
}

.diagramm {
	float:left;
	width:308px;
	margin:0 2px 0;
}

.diagramm.right{
	margin:0px;
}

.diagramm h2 {
	background-color: #0070B8;
	color:#fff;
	text-align:left;
	margin:0px;
	padding:4px 0 4px 20px;
	font-size:13px;
}