#content {
	width: 580px;
}
/* COMMON STYLES FOR ALL CALENDAR DISPLAYS */
div.indent {
	margin-left: 20px;
	}
.formTags {
	background-color: #333;
	color: #deb168;
	font-size: 11px;
	border: 1px solid #965a1a;
	}
form.calendar {
	margin: 0;
	}
h1.calendarHeader {
	background-color: #666666;
	color: #deb168;
	font-weight: bold;
	font-size: 26px;
	padding: 5px;
	}
h2.dateHeader {
	color: #deb168;
	font-size: 14px;
	font-weight: bold;
	padding: 1em 0 .1em 0;
	border-bottom: 1px solid #deb168;
	}
h2.eventListingHeader {
	color: #deb168;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	}
h2.eventListingDate {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #c8913d;
	}
h2.eventListingDate a {
	text-decoration: none;
}
h3.calendarEvent {
	color: #c8913d;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	}
h3.calendarHoliday {
	color: #c8913d;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 0 0;
	}
p.calendarEvent {
	margin-top: 5px;
	margin-left: 20px;
	}
.submitButton {
	background-color: #c8913d;
	border: 1px solid #000;
	font-size: 10px;
	padding: 2px;
	}

/* STYLES FOR TABLE IN HEADER OF PAGES */
table#smallSearchJump, table.largeSearchJump, td#eventListing {
	/*border: 1px solid #999999;*/
	}
table#smallSearchJump {
	font-size: 10px;
	width: 350px;
	}
table#smallSearchJump td {
	padding: 2px;
}
table.largeSearchJump {
	font-size: 10px;
	width: 100%;
	}
table.largeSearchJump td {
	padding: 3px;
}

/* COMMON STYLES FOR BOTH THE SMALL AND LARGE CALENDAR VIEWS */
table#smallCalendar, table#largeCalendar {
	border: 1px solid #965a1a;
	border-collapse: collapse;
	font-size: 12px;
	}
table#smallCalendar td, table#largeCalendar td {
	border: 1px solid #965a1a;
	}
/* setting background color for cells containing holidays */
table#largeCalendar td.holiday, table#smallCalendar td.holiday {
	/*background-color: #dddddd;*/
	}
/* setting background color for current date's cell */
table#largeCalendar td.currentDate, table#smallCalendar td.currentDate {
	background-color: #deb168;
	color: #000;
	}

table#smallCalendar td.currentDate a {
	color: #000;
}
/* setting background color and color for next/previous month options */
table#largeCalendar td.prev, table#largeCalendar td.next, table#smallCalendar td.prev, table#smallCalendar td.next {
	}
/* setting colors and other properties for the th tags */
table#smallCalendar th, table#largeCalendar th {
	background-color: #333333;
	border: 1px solid #965a1a;
	color: #c8913d;
	font-weight: bold;
	text-align: center;
	}
table#smallCalendar th a, table#largeCalendar th a {
	color: #c8913d;
	text-decoration: none;
	}
table#smallCalendar th a:hover, table#largeCalendar th a:hover {
	color: #f8c674;
	text-decoration: underline;
	}
/* setting colors and other properties for the day headings */
table#smallCalendar th.days, table#largeCalendar th.days {
	background-color: #641e13;
	border: 1px solid #965a1a;
	color: #c8913d;
	font-weight: bold;
	text-align: center;
	}

/* STYLES FOR SMALL CALENDAR */
table#smallCalendar {
	width: 350px;
	}
table#smallCalendar td {
	height: 40px;
	text-align: right;
	padding-right: 2px;
	}
table#smallCalendar td.event {
	background-color: #333;
	}
table#smallCalendar td.event a {
	text-decoration: underline;
	color: #c8913d;
	}
table#smallCalendar th.days {
	width: 40px;
	}
/* setting attributes for TD cell listing event info on small calendar view */
#eventListing {
	width: 400px;
	}

/* STYLES FOR FULL-PAGE CALENDAR */
table#largeCalendar {
	margin-bottom: 10px;
	width: 100%;
	}
table#largeCalendar th.title {
	font-size: 14px;
	}
table#largeCalendar td {
	height: 100px;
	padding: 0;
	vertical-align: top;
	width: 14%;
	}
/* changing background color and border around number in corner of cell  for dates that fall outside of selected month */
table#largeCalendar td.prev div.date, table#largeCalendar td.next div.date {
	background-color: #000;
	border-width: 0;
	color: #965a1a;
	}

/* STYLES FOR DIVS AND SPANS USED ON EACH CALENDAR VIEW */

/* setting up border and other attributes around number in corner of cell */
div.date {
	background-color: #333;
	border: 1px solid #333;
	border-width: 0 0 1px 1px;
	color: #deb168;
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 1px;
	text-align: center;
	width: 1.3em;
	}
/* setting up border around number of date on large calendar view */
div.current {
	background-color: #deb168;
	color: #000;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	}
/* setting up background color and border underneath each event */
div.event {
	background-color: #c8913d;
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 10px;
	padding: 3px;
	}
div.event span {
	display: block;
	}
/* changing font style and padding around Holiday w/in table cell */
div.holiday {
	color: #965a1a;
	font-style: italic;
	font-size: 10px;
	margin: 0;
	padding: 3px;
	}
/* setting attributes for the label beside the values for an event */
span.label {
	font-style: italic;
	font-weight: normal;
	}

/* setting attributes for the "location" w/in table cell for each event */
span.location {
	font-size: 10px;
	font-style: italic;
	padding-left: 4px;
	padding-right: 5px;
	}
/* setting attributes for the "time" w/in table cell for each event */
span.time {
	font-weight: bold;
	}
/* setting attributes for the "title" w/in table cell for each event */
span.title {
	padding-left: 4px;
	padding-right: 5px;
	}
table#largeCalendar span.title a {
	color: #000;
	text-decoration: underline;
	}
table#largeCalendar span.title a:hover {
	color: #965a1a;
	text-decoration: underline;
	}