@charset "utf-8";
/* CSS Document */
table.clear, table.clear tr, table.clear td{
	/*background:none;*/
	border-collapse:separate;
}
.graph_container{
	height: auto;
	min-height:400px;
	position:relative;

}
.outer_table, .outer_table>tr>td{
	background:none;
	
}
.links{
	
}
.links span#active{
	background: none repeat scroll 0 0 #89a54e;
    border: 1px solid #89a54e;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-decoration: none;
    top: 5px;
}
.links a{
	background: none repeat scroll 0 0 #039fdb;
    border: 1px solid #039fdb;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-decoration: none;
    top: 5px;
}
