/*
* CSS to specify graph layouts 
*
* Copyright Feb 2011, Inna Lobel
*/

.graph-container {
	float:left; 
	width:500px;
}

.graph-label-main {
	font-size: 13px;
	font-weight: bold;
}

.graph-label-main span {
	font-size: 13px;
	font-weight:normal;
}

.graph-label-main a {
	font-size: 13px; 
	font-weight:normal;
	margin-left: 1px;
	margin-right: 1px;
}

.graph-label-sub {
	font-size: 11px;
	margin-top: -1em;
}

.graph-legend {
	width: 500px;
	text-align: right; 
	font-size: 10px;
}

.highcharts-container {
	width: 500px;
	height: 225px;
}

.graph-legend img {
	height:10px;
	width:10px;
}