/* CSS Document */

#chart {
	text-align: center;
	width: auto;
}
#chart th,
#chart td {
	text-align: center;
	padding: 3px;
	width: 16%;
}

#chart th {
	color: #FFFFFF;
	font-weight: bold;
}

#chart thead .col_1, thead .col_2, thead .col_3, thead .col_4 { 
	background-color: #444;
	font-size: 13px;
	font-weight: bold;
}

#chart td.col_1 {
	width: 53%;
}

#chart tbody	td {
	height: 25px;
}

#chart th, 
#chart tbody#subhead td {
	height: 40px;
}

#chart th.col_2 {
	background-color: #222;
}

#chart th.col_3 {
	background-color: #000;
}
#chart th.col_4 {
	background-color: #C0C0C0;
}

#chart tbody#subhead td.col_1 {
	background-color: #F9CBCD; 
}
#chart td.col_3,
#chart tbody#subhead td.col_2 {
	background-color: #EAEAEA;
}
#chart td.col_4,
#chart tbody#subhead td.col_3 {
	background-color: #DADADA;
}
#chart tbody#subhead td.col_4 {
	background-color: #CACACA;
}
#chart td.col_1 {
	background-color: #F9CBCD;
}
#chart td.col_2 {
	background-color: #F3F3F3;
}
