/* CSS Document */

#servicechart {
	text-align: center;
	width: auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#servicechart th,
#servicechart td {
	text-align: center;
	padding: 3px;
	width: 16%;
}

#servicechart th {
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
}

#servicechart thead .col_1, thead .col_2, thead .col_3, thead .col_4, , thead .col_5, thead .col_6 { 
	background-color: #000;
	font-weight: bold;
}

#servicechart td.col_1 {
	width: 55%;
}

#servicechart td.col_2 {
	width: 55%;
}

#servicechart td.col_3 {
	width: 55%;
}

#servicechart td.col_4 {
	width: 55%;
}
#servicechart td.col_5 {
	width: 55%;
}
#servicechart td.col_6 {
	width: 55%;
}

#servicechart tbody	td {
	height: 25px;
	color: #000;
}

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

#servicechart th.col_2 {
	background-color: #b1b1b1;
}

#servicechart th.col_3 {
	background-color: #999;
}
#servicechart th.col_4 {
	background-color: #666;
}

#servicechart th.col_5 {
	background-color: #cc0000;
}

#servicechart th.col_6 {
	background-color: #cc9900;
}

#servicechart tbody#subhead td.col_1 {
	background-color: #333;
	color: #FFFFFF;
}
#servicechart td.col_3,
#servicechart tbody#subhead td.col_2 {
	background-color: #EAEAEA;
}
#servicechart td.col_4,
#servicechart tbody#subhead td.col_3 {
	background-color: #DADADA;
}
#servicechart tbody#subhead td.col_4 {
	background-color: #CACACA;
}
#servicechart tbody#subhead td.col_5 {
	background-color: #ff003d;
}
#servicechart tbody#subhead td.col_6 {
	background-color: #ffcc00;
}
