.chartHead
{
	background-color: #CC0000; 
	color: #FFFFFF; 
	width: 450px; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 5px 0 5px 10px; 
	margin: 0;
}

.chartBody
{
	background-color: #A49C87; 
	color: #FFFFFF; 
	margin: 0; 
	width: 460px; 
	padding: 0; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold;
}

.chartSection
{
	border-bottom: dotted 1px #CCCCCC; 
	height: 35px; 
	margin: 0; 
	padding: 10px 5px 0 15px;
	position: relative;
}

.chartSection:hover
{
	background-color: #C1BBAB;
	cursor: pointer;
}

.chartContent 
{
	overflow: hidden;
}

.chartSectionOverall
{
	border-bottom: dotted 1px #CCCCCC; 
	height: 35px; 
	margin: 0; 
	padding: 10px 5px 0 15px;
	position: relative;
}

.chartSectionNoExpand
{
	border-bottom: dotted 1px #CCCCCC; 
	height: 20px; 
	margin: 0; 
	padding: 5px 5px 0 15px;
	position: relative;
}

.chartSubSection
{
	border-bottom: dotted 1px #CCCCCC; 
	height: 35px; 
	margin: 0; 
	padding: 5px 0 0 10px;
	position: relative;
}

.chartLabel
{
	float: left;
	font-size: 11px;
}

.chartSubLabel
{
	color: #444444;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

.chartSectionHead
{
	border-bottom: dotted 1px #CCCCCC; 
	height: 33px; 
	padding: 0 5px 0 0;	
	margin: 0; 
	position: relative;
}

.chartSectionHead ul
{
	list-style-type: none; 
	float: right; 
	margin: 0; 
	padding: 0;	
}

.chartSectionHead li
{
	float: left; 
	width: 59px; 
	text-align: center;
	color: #FFFFFF;
}

.chartBar
{
	width: 240px; 
	position: absolute; 
	left: 145px; 
	top: 12px; 
	height: 8px; 
	border: solid 1px #FFFFFF;
	background-color: #CCCCCC;
}

.chartBarNoExpand
{
	width: 240px; 
	position: absolute; 
	left: 145px; 
	top: 7px; 
	height: 8px; 
	border: solid 1px #FFFFFF;
	background-color: #CCCCCC;
}

.chartSubBar
{
	width: 242px; 
	position: absolute; 
	left: 135px; 
	top: 7px; 
	height: 8px; 
	border: solid 1px #FFFFFF;
	background-color: #CCCCCC;
}

.chartRating
{
	float: right; 
	width: 40px; 
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	
}

.chartSubRating
{
	color: #444444;
	float: right;
	margin-right: -5px; 
	width: 40px; 
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

.chartViewDetails
{
	padding:3px 0 0 10px;
	border: 0;
}

.chartSubBody
{
	background-color: #C1BBAB;
	color: #FFFFFF; 
	margin: 0;
	width: 440px; 
	padding: 5px 0 10px 0; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold;
}
