.calendar_table {
	background-color: white;
}

.calendar_link {
	color:#734310;
	text-decoration: none;
}

.calendar_yearhead {
	background-color: #eae4cb;
}

.calendar_dayhead {
	background-color: #f5f3e7;
	padding: 4px 4px 4px 4px;
	text-align: center;
	vertical-align: middle;
}

.calendar_weekend {
	background-color: #f5f3e7;
}

.calendar_day {
	background-color: white;
	padding:4px 4px 4px 4px;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
}

.calendar_disabledday {
	color: #eae4cb;
	padding: 4px 4px 4px 4px;
	text-align:center;
	vertical-align: middle;
}

.calendar_todayfont {
	font-weight: bold;
	
}

.calendar_arrow {
	font-size: 15px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
}