
#calendar-categories {
	display: block;
	border:  1px solid #baa57b;
	width:  181px;
	background:  #fff url(/images/dropdown_bg.gif) repeat-x 0% 100%;
	margin-top: 3px;
	float: right;
	clear: right;
}

#cal-cat-button {
	display: block;
	height:  16px;
	width:  181px;
	background:  #fff url(/images/cal_cat_button.gif) no-repeat 13px 2px;
}

#cal-cat-button.selected {
}

#cal-cat-button span {
	position: absolute;
	left:  -9999em;
}

#cal-cat-inside {
	padding: 10px 15px;
}

#cal-cat-inside p {
	margin: 0px 0px 5px;
}

#cal-cat-links {
	margin: 0px;
}

#section-nav #cal-cat-links li {
	padding: 0px;
	margin: 0px 0px 4px;
	background: transparent none;
}

#section-nav #cal-cat-links ul {
	padding-left: 7px;
}

#cal-cat-links li a {
	padding-left: 17px;
	background: transparent url(/images/cal_cat_bullet.gif) no-repeat 0px -49px;
}

#cal-cat-links li a.exclude {
	background-position: 0px 1px;
}

#tabs {
	background: transparent url(../images/tabs_calendar_bot_bg.png) no-repeat 0% 100%;
	width: 775px;
	height: 26px;
	padding: 0px 10px 0px;
	margin: 0px;
}

#tabs li {
	display: block;
	float: left;
	padding: 0px 19px;
	background: transparent none;
}

#tabs li a {
	display: block;
	float: left;
	color: #5b545a;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 23px;
}

#tabs li.sel a {
	color: #a84c29;
}

#tabs #list-view {
	width: 136px;
}

#cal-header {
	position: relative;
	clear: both;
	width: 100%;
}

#cal-nav {
	width: 300px;
	margin:  0px auto;
	text-align: center;
	clear: both;
	padding-top: 27px;
}

#cal-nav * {
	display: inline;
	vertical-align: middle;
}

#cal-nav h2 {
	padding: 0px 5px;
	margin: 0px;
}

#cal-nav a {
	padding: 10px;
}

#cal-nav span {
	position: absolute;
	left: -9999em;
}

#today {
	position: absolute;
	top: 23px;
	left: 41px;
}

#today a {
	background: transparent url(../images/arrow_left.gif) no-repeat 0% 50%;
	padding-left: 15px;
	text-decoration: none;
}

#other-cals {
	position: absolute;
	right: 16px;
	top: 23px;
	margin: 0px;
	padding: 0px;
}

#other-cals li {
	text-align: right;
	margin-bottom: 2px;
	padding: 0px;
	background: transparent none;
}

#other-cals li a {
	background: transparent url(../images/more_link_arrow.gif) no-repeat 100% 50%;
	padding-right: 15px;
	text-decoration: none;
}

/* = MONTH VIEW
------------------------------------------------- */

.month-view {
	margin: 25px 12px 25px;
	width: 770px;
	border: 1px solid #baa57b;
	border-width: 1px 0px 0px 1px;
}

.month-view th {
	font-weight: normal;
	color: #463f2e;
	font-family: "Times New Roman", Times, serif;
	font-size: 112%;
	font-variant: small-caps;
	line-height: 18px;
	text-decoration: none;
	width: 14%;
	text-align: center;
	border: 1px solid #baa57b;
	border-width: 0px 1px 1px 0px;
	background-color: #d9c9a8;
}

.month-view td {
	min-height: 101px;
	height: 101px;
	vertical-align: top;
	padding: 0px;
	border: 1px solid #baa57b;
	border-width: 0px 1px 1px 0px;
	background-color: #d9c9a8;
}

.month-view td.current,
.month-view td.CalendarToday {
	background-color: #efeadf;
}

.month-view td.current a.day-num,
.month-view td.CalendarToday a.day-num,
.month-view td.CalendarToday span.day-num {
	background: #f7f5ef url(/images/cal_day_num_curr_bg.gif) repeat-x 0% 100%;
	padding-bottom: 4px;
}

.month-view td.first {
}

.month-view td span.day-num {
	display: block;
	text-decoration: none;
	background: #e9dfcb url(/images/cal_day_num_bg.gif) repeat-x 0% 100%;
	padding-bottom: 5px;
	color: #463f2e;
	line-height: 18px;
	padding-left: 8px;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
}

.month-view td span.day-num a {
	color: #4f1074;
}

.month-view td a.past,
.month-view td.CalendarOtherMonthDay a,
.month-view td.CalendarOtherMonthWeekend a,
.month-view td.CalendarOtherMonthDay span,
.month-view td.CalendarOtherMonthWeekend span {
	color: #777;
}

.month-view td a.day-num:hover {
	text-decoration: underline;
}

.month-view p {
	padding: 0px 8px 7px;
	margin: 0px;
}

/* = List View
------------------------------------------------- */

#listView {
	padding: 0px;
	clear: both;
}

.prev-dates {
	margin-bottom: 12px;
}

.prev-dates a {
	background: #fff url(../images/arrow_green_left.gif) no-repeat 0% 50%;
	padding-left: 15px;
	text-decoration: none;
	color: #99cc33;
}

#listView #cal-days {
	margin: 0px;
}

#listView h3 {
	color: #1f425c;
	background-color: #edefdb;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 16px;
	margin: 0px;
}

#listView ul {
	margin: 0px 0px 15px;
	list-style: none;
}

#listView ul li {
	border: 1px solid #adae7d;
	background-color: #dde1ba;
	padding: 0px;
	font-size: 1.1em;
	color: #2a2a2a;
	margin: 0px 0px 15px;
	width: 100%;
	list-style: none;
}

#listView ul li ul {
	padding-left: 47px;
	padding: 5px 0px 5px 47px;
}

#listView ul li ul li {
	margin: 0px 0px 5px;
	border: 0px;
	font-size: 1em;
	/*background: transparent url(/images/cal_list_event_bg.gif) repeat-y 50px 0px;*/
}

#listView ul li img {
	/*padding: 4px;
	background-color: #fff;
	border: 1px solid #2a2a2a;
	float: left;
	margin: 2px 10px 0px 0px;*/
}

#listView a:link,
#listView a:visited,
#listView a:active {
	color: #a74c29;
	text-decoration: none;
}

#listView ul.cal-day-events {
	margin: 5px 0px;
}

ul.cal-day-events .time {
	display: block;
	float: left;
	width: 56px;
	font-size: 1em;
	color: #463f2e;
	font-weight: normal;
}

ul.cal-day-events h4,
ul.cal-day-events p {
	margin-left: 60px;
	margin-top: 0px;
	padding: 0px;
	width: 750px;
}

/* = FULL VIEW CALENDAR
-------------------------------------------------*/

#full-view-calendar-area {
	padding: 10px 20px 20px;
	background-color: #fff;
}

#calendar-description h2 {
	float: left;
	margin-right: 15px;
}

#full-view-calendar {
	width: 100%;
	background-color: #dde1ba;
	border: 1px solid #adae7c;
	border-width: 0px 1px 1px 0px;
	margin: 0px;
}

#full-view-calendar th,
#full-view-calendar td {
	border: 1px solid #adae7c;
	border-width: 1px 0px 0px 1px;
	width: 14%;
}

#full-view-calendar th {
	color: #5f0000;
	font-size: 1.4em;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-variant: small-caps;
	padding: 5px;
}

#full-view-calendar td {
	font-size: .9em;
	padding: 0px;
	height: 112px;
	vertical-align: top;
}

#full-view-calendar td div {
	padding: 3px 9px;
}

#full-view-calendar .day-num {
	display: block;
	font-size: .9em;
	line-height: 1.2em;
	padding: 2px 9px 8px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	background: #edefdb url(../images/day_num_bg.gif) repeat-x 0% 100%;
	left: 0px;
	position: static;
}

#full-view-calendar a.day-num:link,
#full-view-calendar a.day-num:visited,
#full-view-calendar a.day-num:active {
	text-decoration: none;
}

#full-view-calendar a.day-num:hover {
	color: #600000;
}

#full-view-calendar td.today {
	background-color: #f5f6ea;
}

#full-view-calendar .today .day-num {
	background-color: #fafaf4;
	background-image: url(../images/day_num_today_bg.gif);
}

#full-view-calendar td ul {
	margin: 0px;
	padding: 5px 9px;
	list-style: none;
}

#full-view-calendar td ul li {
	padding: 0px;
	margin: 0px 0px 3px;
	font-size: .9em;
	line-height: 1.2em;
	list-style: none;
}

#full-view-calendar a:link,
#full-view-calendar a:active {
	color: #a74c29;
	text-decoration: underline;
}

#full-view-calendar a:visited {
	color: #444;
}

#full-view-calendar a:hover {
	text-decoration: none;
}

#full-view-calendar-header {
	text-align: center;
	padding: 11px 0px;
	position: relative;
	width: 100%;
}

#full-view-calendar-header a:link,
#full-view-calendar-header a:visited,
#full-view-calendar-header a:active {
	vertical-align: middle;
}

#full-view-calendar-header a#go-to-today,
#full-view-calendar-header a#go-to-events-before-today {
	position: absolute;
	left: 14px;
	top: 22px;
	font-size: 1.1em;
	padding-left: 13px;
	color: #a74c29;
	background: transparent url(../images/bullet_go_to_today.gif) no-repeat 0% 50%;
}

#full-view-calendar-header a img {
	vertical-align: middle;
}

#full-view-calendar-header h3 {
	font-size: 2.5em;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #a74c29;
	display: inline;
	vertical-align: middle;
	padding: 0px 12px;
	font-variant: small-caps;
}
