.weekdays {
	font-weight: bold;
	color:#994818;
	background: #F4F1C8;
	text-align: center;
}
.dates {
	background:#EEE;
}
.days {
	height: 70px;
}
table tr th {
	background: #E8E3BC;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #88784C;
	text-align: left;
}
.table_odd {
	background: #FFF;
}
.table_even {
	background: #FBFFEA;
}
#copyEVENT label {
	font-weight: bold;
	text-transform: uppercase;
	color: #543503;
}
#monthselector select {
	display: block;
	width: 250px;
	margin-top: 5px;
}
th, td {
	border-bottom: 1px inset #B9B582;
	height: 18px;
	padding: 3px 3px 3px 5px;
}
td {
	background: #FBFFEA;
}