
/* Table */
#data-table {
	border: none; /* Turn off all borders */

	width: 550px;
	

}
#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_Graph {
	height: 320px;
	position: absolute;
	left: 615px;
	top: 70px;
	width: 210px;

	
	
}
#figure {
	height: 280px;
	position: relative;
	
}
#figure ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.graph {
	height: 283px;
	position: relative;
}

/* Legend */
.legend {
	
	bottom: 0;
	position: absolute;
	text-align: left;
	width: 210px;	
	
	left: 20px;
}
.legend li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	
	width: 100px;
}


/* X-Axis */
.x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 540px;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 76px;	
}

/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
}
.y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
}
.y-axis li span {
	display: block;
	margin: -10px 0 0 -60px;
	padding: 0 10px;
	width: 40px;
}

/* Graph Bars */
.bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.bar-group {
	float: left;
	height: 100%;
	margin: 0 15px;
	position: relative;
	width: 76px;
}
.bar {
	border-radius: 3px 3px 0 0;
	bottom: 0;
	cursor: pointer;	
	height: 0;
	position: absolute;
	text-align: center;
	width: 100px;
}
.bar.fig0 {
	left: 0;
}
.bar.fig1 {
	left: 100px;
}
.bar.fig2 {
	left: 130px;
}
.bar span {
	background: #fefefe;
	border-radius: 3px;
	
	top: -35px;
	
	margin: 0;
	padding: 5px;
	position: relative;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	
	z-index: 9;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	font: 12px/20px 'Helvetica Neue', Arial, sans-serif;
}


#data-table {
	display: none;
}
.bar span {
	background: #fefefe;
}
.fig0 {
	background: #7eba1c;
}
.fig1 {
	background: #ffcc00;
}
