.cTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FFF;
}
.cTable th {
	font-weight: bold;
	background-color: rgb(250, 158, 0);
}
.cTable td {
	color: #666666;
	background-color: #F7F7F7;
}
.cTable a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
.cDayNow {
	color: #FF0000;
	border:solid 1px rgb(250, 158, 0);
	background-color:#FF6;
}
.cDayCurrent{
	border:dotted 1px rgb(250, 158, 0);
	background-color:#FC0;
}
.cTh, th.cTh {
	font-weight: bold;
	color: #000;
	background-color: rgb(250, 158, 0);
}

