table.datatable {
	border-left: 1px solid #bf6c22;
	border-top: 1px solid #bf6c22;
	margin-bottom: 10px;
}

td.day {
	background: #d08441;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}

td.weekend {
	background: #dbab2b;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
	line-height: 1.25em;
}

td.weekend:hover {
	background: #f6e5a8;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
}

td.weekday {
	background: #efce5b;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
	line-height: 1.25em;
}

td.weekday:hover {
	background: #f6e5a8;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
}

td.unusedday {
	background: #efce5b;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
}


a.calLink {
color:#9c1019 !important;
text-decoration: none;
}
a.calLink:hover {
color:#000 !important;
}

td.monthHeading {
	font: normal 18px/1em 'Trebuchet MS', Arial, sans-serif;
	margin-bottom: 5px;
	color: #56570e;
}

td.itemRow {
	background: #efce5b;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
}

td.itemHeading {
	background: #d08441;
	border-right: 1px solid #bf6c22;
	border-bottom: 1px solid #bf6c22;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}

td.itemHeading a {
	color: #000 !important;
}
