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