@charset "UTF-8";
/* CSS Document */

.chart_table, .scale_table {
	width: 656px;
}
.chart_table {
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
.chart_row td {
	padding: 4px 6px 5px 6px;
	vertical-align: top;
	border-bottom: 1px solid #E5E5E5;
}
.chart_holder_cell, .scale_holder_cell {
	background-image: url(../../assets/charts/500_wide_10_percent_background.gif);
	width: 500px;
}
.w250 {
	width: 250px;
}
.chart_holder_cell {
	padding: 3px 0px 2px 0px !important;
}
.chart_title_cell, .scale_title_cell {
	
}
.chart_row_title {
	font-weight: bold;
}
.scale_table {
	margin-top: 4px;
	border: 1px solid #CCCCCC;
}
.scale_cell {
	padding: 1px 3px 1px 0px;
	width: 48px;
	text-align: right;
	color: #A5A5A5;
	font-size: 10px;
}
.scale_title_cell {
	padding-left: 6px;
	color: #A5A5A5;
	font-size: 11px;
}

.result_bar {
	height: 15px;
	background-image: url(../../assets/charts/white_vertical_line.gif);
	background-position: right top;
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-indent: 4px;
	padding-top: 1px;
	margin-bottom: 1px;
	font-size: 11px;
	
	filter: alpha(opacity=80);
	opacity: 0.8;
	
	cursor: pointer;
}

.result_bar.year_04 {
	background-color: #339999;
}
.result_bar.year_06 {
	background-color: #993366;
}
.result_bar.year_05 {
	background-color: #336699;
}
.result_bar.year_07 {
	background-color: #FF9900;
}
.result_bar.year_08 {
	background-color: #86b514;
}
.result_bar.year_09 {
	background-color: #ed145b;
}

.result_bar.traditional {
	background-color: #993366;
}
.result_bar.p21 {
	background-color: #336699
}
	