@charset "utf-8";
/* CSS Document */

#calendar_page {
	float: left;
	width: 750px;
	background: url(../images/sub_left_bg.jpg) bottom left no-repeat #cac0b0;
	padding: 10px 10px;
	padding-bottom: 74px;
}

.calendar {
	border-collapse: collapse;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #544c37;
	border-bottom:1px solid #544c37;
}

.calendar * {
	padding: 0px;
	margin: 0px;
}

.calendar caption,
.eventlist caption {
	/* background: url(../images/calendarheader.jpg) center top no-repeat #F5BA38; */
	height: 62px;
	font-size: 31px;
	line-height: 62px;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	-height:42px;
	-padding-top:20px;
}

.calendar tr {
	background: url(../images/cal_day_bg.jpg);
}

.calendar th {
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: url(/images/calendar_th.gif) #332B23 top left repeat-x;
}

.calendar td {
	width: 95px !important;
	height: 100px;
	background: url(../images/calendar_day_bg.gif) top left repeat-x;
	vertical-align: top;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

#calendar_sort {
	margin:20px 0 0 525px;
	position:absolute;
	z-index:999;
}

#calendar_sort p {
	margin: 0px;
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}

#calendar_sort .sort_label {
	color:#241C1A;
	font-family:Tahoma,Verdana Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:3px;
	margin-top:-8px;
	#margin:0px 0px 3px;
}

.dayEventNames {
	list-style: none;
	margin-top: 5px;
}

.linked-day a, .linked-day a:active, .linked-day a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.linked-day a:hover, .linked-day a:visited:hover {
	color: #fff;
	border-bottom: none;
}

.linked-day li {
    color: #40392A;
    font-size: 8px;
    margin-bottom: 10px;
}

.linked-day ul a, .linked-day ul a:active, .linked-day ul a:visited {
	color: #7d3520;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
	font-size: 10px;
}

.linked-day ul a:hover, .linked-day ul a:visited:hover {
	color: #b44c2e;
	border-bottom-color: none;
	text-decoration: none;
}
.calendar .empty {
	background: #40392a;
}
#quicklinks { 
	background: transparent;
	display:inline;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#quicklinks * { 
	font-size: 11px;
}

#quicklinks li {
	float:left;
	margin:0px !important;
	padding:0px !important;
	list-style:none !important;
	text-indent:0px !important;
}

#quicklinks li a {
	background:transparent url(/images/group_sort_dd.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	height:20px;
	line-height:14px;
	padding-left:10px;
	padding-top:4px;
	text-decoration:none;
	width:188px;
}

#quicklinks li ul {
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	z-index:9999;
	width:165px;
	margin:0px;
	padding:0px;
}
#quicklinks li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
}
#quicklinks li:hover ul, #quicklinks li li:hover ul, #quicklinks li.sfhover ul, #quicklinks li li.sfhover ul {
	left:auto;
}
#quicklinks li li li {
	font-size:100%;
}
#quicklinks li li a {
	background: #FFFFFF;
	border:none;
	color:#333;
	margin:0pt;
	width:165px;
	z-index:9999;
}
#quicklinks li li a:hover {
	background:#CAC0B0;
	color:#241C1A;
}
#quicklinks li:hover, #quicklinks li.hover {
    position: static;
}

#event_detail_content {
	float: left;
	width: 480px;
	margin-left: 50px;
	background: url(../images/sub_left_bg.jpg) bottom left no-repeat #F6F6F6;
	padding: 10px 10px 74px 10px;
}

#event_sub_header {
	background: url(../images/cal_sub_header.jpg) top left;
	height: 36px;
	line-height: 36px;
	font-size: 19px;
	color: #ffffff;
	padding-left: 15px;
}

#event_sub_title {
	background: url(../images/cal_sub_event_title.jpg) top left;
	height: 45px;
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
	padding-left: 15px;
	padding-top:10px;
	font-weight: bold;
}

#event_sub_title .date {
	font-size: 11px;
	font-weight: normal;
}


#the_calendar {
	background:url("../images/calendarheader2.jpg") no-repeat scroll 0 0 transparent;
}

#calendar_icons {
	margin:25px 0 0 420px;
	position:absolute;
	z-index:999;
}

#calendar_icons a {
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	display:block;
	float:left;
	height:25px;
	margin-right:10px;
	text-indent:-9999px;
	width:25px;
}

#calendar_icons a.calendar	{ background-image:url("../images/icon_calendar.png"); }
#calendar_icons a.list		{ background-image:url("../images/icon_list.png"); }
#calendar_icons a.upcoming {
    background-image: url("/images/icon_upcoming.png");
    color: #CFC1B5;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 8px;
    font-weight: bold;
    height: 19px;
    padding: 6px 0 0 1px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
	text-transform: uppercase;
    width: 24px;
}

table#content {
	background:none repeat scroll 0 0 transparent;
	float:none;
	min-height:inherit;
	padding:0;
	width:100%;
}

table#content img {
	float:none;
	margin:0;
}

table.eventlist {
	border-collapse:collapse;
	width:100%;
}

table.eventlist td {
	padding:10px;
	vertical-align:middle;
}

table.eventlist tr.row1 td {
	background-color:#BFAC8F;
}

table.eventlist td.date {
	width:60px;
}

table.eventlist td.date .date_icon {
	background:none repeat scroll 0 0 #40392A;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:45px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

table#content td.info h4 {
	margin:0;
}

table#content td.info p {
	margin:0;
}

#the_calendar .paging {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
}

#the_calendar .paging a {
	color:#7D3520;
}

#the_calendar .paging a:hover {
	color:#B44C2E;
	text-decoration:none;
}

#the_calendar .paging a.prev {
	float:left;
}

#the_calendar .paging a.next {
	float:right;
}
