/* COMMON STYLES FOR ALL CALENDAR DISPLAYS */
body#calendar {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	margin: 10px;
}
a.calendar {
	color: #000661;
	text-decoration: underline;
}
a.calendar:hover {
	color: #666;
	text-decoration: underline;
}
a.calendar:visited {
	color: #000661;
	text-decoration: underline;
}
div#change_calendar_footer {
	color: #fff;
	background-color: #CC0000;
	margin-top: 15px;
	font-size: 14px;
	padding: 10px;
}
div.indent {
	margin-left: 20px;
}
.formTags {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
form.calendar {
	margin: 0;
}
h1.calendarHeader {
	font-family: "Trebuchet MS", Lucida, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	padding: 5px;
}
h2.dateHeader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
h2.eventListingHeader {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
h2.eventListingDate {
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 0 0;
}
h2.eventListingDate a {
	color: #000661;
	text-decoration: underline;
}
h2.eventListingDate a:hover {
	color: #00f;
	text-decoration: underline;
}
h3.calendarEvent {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
h3.calendarHoliday {
	color: #666;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 0 0;
}
p.calendarEvent {
	margin-top: 5px;
	padding-left: 20px;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* STYLES FOR TABLE IN HEADER OF PAGES */
table#smallSearchJump {
	width: 350px;
	border: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
table.largeSearchJump {
	width: 100%;
	border: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

/* COMMON STYLES FOR BOTH THE SMALL AND LARGE CALENDAR VIEWS */
/* setting background color for cells containing holidays */
table#largeCalendar td.holiday, table#smallCalendar td.holiday {
	background-color: #ddd;
}
/* setting background color for current date's cell */
table#largeCalendar td.currentDate, table#smallCalendar td.currentDate {
	background-color: #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #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 {
	background-color: #eee;
	color: #000661;
}
/* setting attributes for the label beside the values for an event */
span.label {
	font-style: normal;
	font-weight: normal;
	color: #000661;
	margin-left: -10px;
}

/* STYLES FOR SMALL CALENDAR */
table#smallCalendar {
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 12px;
	width: 350px;
}
table#smallCalendar td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	height: 40px;
	text-align: right;
}
table#smallCalendar td.event {
	background-color: #ffcc66;
}
table#smallCalendar th {
	background-color: #000661;
	color: #fff;
	border-right: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
table#smallCalendar th.days {
	width: 40px;
	background-color: #eee;
	color: #000;
	border-top: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
table#smallCalendar th a {
	color: #fff;
	text-decoration: none;
}
table#smallCalendar th a:hover {
	color: #fff;
	text-decoration: underline;
}

/* setting attributes for TD cell listing event info on small calendar view */
td#eventListing {
	border: 1px solid #999;
	padding: 10px;
	font-size: 12px;
}

/* STYLES FOR FULL-PAGE CALENDAR */
table#largeCalendar {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 10px;
}
table#largeCalendar th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
table#largeCalendar th.title {
	background-color: #000661;
	color: #fff;
	font-size: 14px;
}
table#largeCalendar th a {
	color: #fff;
	text-decoration: none;
}
table#largeCalendar th a:hover {
	color: #fff;
	text-decoration: underline;
}
table#largeCalendar th.days {
	background-color: #eee;
	color: #000;
	font-weight: bold;
	text-align: center;
}
table#largeCalendar td {
	width: 14%;
	vertical-align: top;
	padding: 0;
	height: 100px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
/* changing background color and border around number in corner of cell  for dates that fall outside of selected month */
td.prev div.date, td.next div.date {
	border-width: 0;
	color: #000;
	background-color: transparent;
}
/* setting up border and other attributes around number in corner of cell */
div.date {
	float: right;
	text-align: center;
	border: 1px solid #999;
	border-width: 0 0 1px 1px;
	padding: 1px;
	margin: 0;
	background-color: #f3f3f3;
	font-size: 10px;
	color: #000;
}
/* setting up border around number of date on large calendar view */
div.current {
	border-width: 0 0 2px 2px;
	background-color: #fff;
	font-weight: bold;
}
/* setting up background color and border underneath each event */
div.event {
	background-color: #ffcc66;
	border-bottom: 1px solid #e2e2e2;
	padding: 3px;
	font-size: 11px;
}
div.event span {
	display: block;
}
/* changing font style and padding around Holiday w/in table cell */
div.holiday {
	font-style: italic;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	color: #333;
}
/* 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;
}
span.title a {
	color: #000;
	text-decoration: none;
}
span.title a:hover {
	color: #339;
	text-decoration: underline;
}
