#data-table {
	display: none;
}
/*
.bar span {
	background: #fefefe url(../images/info-bg.png) 0 100% repeat-x;
}
*/
.bar span {
	background: rgba(0, 0, 0, 0);
}
.fig0, .fig4, .fig8 {
	background: #747474; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #858585, #323232); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #858585, #323232); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #858585, #323232); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #858585, #323232); /* Standard syntax */
}
.fig1, .fig5, .fig9 {
	background: #65c2e8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #65C2E8, #2075A8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #65C2E8, #2075A8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #65C2E8, #2075A8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #65C2E8, #2075A8); /* Standard syntax */
}
.fig2, .fig6 {
	background: #eea151; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #EEA151, #BF5915); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #EEA151, #BF5915); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #EEA151, #BF5915); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #EEA151, #BF5915); /* Standard syntax */
}
.fig3, .fig7 {
	background: #D64825; /* Not support gradients */
	background: -webkit-linear-gradient(left, #D64825, #882F18); /* For Safari */
	background: -o-linear-gradient(right, #D64825, #882F18); /* For Opera */
	background: -moz-linear-gradient(right, #D64825, #882F18); /* For Firefox */
	background: linear-gradient(to right, #D64825, #882F18); /* Standard */
}
/* Table */
#data-table {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 100%;
}
#data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#data-table thead {
	background: #f0f0f0;
}
#data-table th, #data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;
}
/* Toggle */
.toggles {
	background: #ebebeb;
	color: #545454;
	height: 20px;
	padding: 15px;
}
.toggles p {
	margin: 0;
}
.toggles a {
	background: #222;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
.toggles a:hover {
	background: #666;
}
#reset-graph-button {
	float: right;
}
/* Graph */
/* Containers */
#wrapper {
	height: 420px;
	left: 40%;
	margin: -210px 0 0 -270px;
	position: absolute;
	top: 50%;
	width: 1040px;
}
#figure {
	height: auto;
	position: relative;
}
#figure ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
.graph {
	height: 283px;
	position: relative;
}
/* Legend */
.legend {
	/*background: #f0f0f0;*/
	background: rgba(255, 255, 255, 0);
	/*border-radius: 4px;*/
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 222px;
	z-index: 200;
	display: none;
}
.legend li {
    display: block;
    float: left;
    height: 10px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 20%;
    color: #FFF;
    text-align: center;
}
/*
.legend span.icon {
	background-position: 20% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;
}
*/
/* X-Axis */
.x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 740px;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 96px;
}
/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
}
.y-axis li {
    border-top: 1px solid #596577;
    display: block;
    height: 62px;
    width: 97%;
	    margin: 2px 0;
}
.y-axis li span {
    display: block;
    margin: -10px 0 0 -54px;
    padding: 0 10px;
    width: 40px;
    color: #99a6b9;
    font-size: 13px;
}
/* Graph Bars */
.bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.bar-group {
	float: left;
	height: 100%;
	    margin: 0 1px 0 23px;
	position: relative;
	width: 100%;
}
.bar {
	border-radius: 3px 3px 0 0;
	bottom: 0;
	/*cursor: pointer;*/
	height: 0;
	position: absolute;
	text-align: center;
	width: 18%;
	box-shadow: 2px -2px 4px rgba(0,0,0,0.0);
}
.bar.fig0 {
	left: 0;
}
.bar.fig1 {
	left: 20%;
}
.bar.fig2 {
	left: 40%;
}
.bar.fig3 {
	left: 60%;
}
.bar.fig4 {
	left: 80%;
}
.bar.fig5 {
	left: 400px;
}
.bar.fig6 {
	left: 480px;
}
.bar.fig7 {
	left: 560px;
}
.bar.fig8 {
	left: 640px;
}
.bar.fig9 {
	left: 720px;
}
.bar span {
    font-size: 21px;
    opacity: 60%;
    color: #FFF;
    left: 0;
    bottom: 35px;
    /* display: none; */
    margin: 0;
    position: absolute;
    /* text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0; */
    width: 100%;
    z-index: 20;
    text-align: center;
}
.percent {
	font-size: 8px;
}
/*
