img.calendar { border: none; }

table {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	background-color: rgb(210, 107, 7);
	border: none;
	color: rgb(255, 255, 255);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

td.Even {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border: none;
	background-color: #EBE7D2;
}

td.Odd {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	border: none;
	background-color: #CBC7B2;
}
