/* *********************** CHARTS ****************** */

DIV.chartTypeMusic {
	width: 144px;
	padding: 6px 0px 6px 4px;
	background-color: #EA5493;
}

DIV.chartTypeArts {

	width: 144px;
	padding: 6px 0px 6px 4px;
	background-color: #B3D800;
}

DIV.chartTypeCreativity {

	width: 144px;
	padding: 6px 0px 6px 4px;
	background-color: #00B5EF;
}

DIV.chartTypeTitle A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

DIV.chartTypeTitle {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

DIV.chartEntry {
	width: 144px;
	padding: 0px 2px 0px 2px;
	background-color: #EEEEEE;
}

DIV.chartEntryEven {
	width: 144px;
	padding: 0px 2px 0px 2px;
	background-color: #CCCCCC;
}

SPAN.chartPosition A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18pt;
}

DIV.chartLink A {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.zeroEven {
	color: #CCCCCC;
}

.zeroOdd {
	color: #EEEEEE;
}