.graphs div.navigation div
{
 text-align: center;

 float: left;

 padding: 0px 5px 0px 5px;
 margin: 0px 1px 1px 0px;

 font-size: 8pt;
}

.graphs .graph .title
{
 text-align: center;
 background-color: #F5F5F5;
 clear: both;
}
.graphs .graph .legend .yaxis0
{
 float: left;
}
.graphs .graph .legend .yaxis1
{
 float: right;
}
.graphs .graph .legend div img
{
 float: none;
} 

.graphs .graph .legend.tworows {
	height:25px;
	width:550px;
	margin-left:80px;
}

.graphs .graph .legend.tworows span.legend-item {
	display:block;
	width:250px;
	float:left;
}
