.Chart {
}

.Chart th 
{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

.ChartCell {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 3px;
}
.ChartCellH { background-color: #ccffcc; }
.ChartCellS { background-color: #ffe0e0; }
.ChartCellD { background-color: #cce0ff; }
.ChartCellP { background-color: #ffff99; }


.CardCount {
}

.CardCount th 
{
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}

.CardCount td 
{
	background-color: #ffffff;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}
