#calendar {
	margin-top: 20px; 
}


/* links */

#schedule_page a, #schedule_page a:link, #schedule_page a:visited, #schedule_page a:hover, #schedule_page a:active {
	text-decoration: none;
}

#schedule_page #date_title {
	font-weight: bold;
	padding-bottom: 10px;
}

#schedule_page #record_list_content {
	width: 100%;
}

#schedule_page #insert_link {
	padding-top: 10px;
}

#schedule_page #record_list {
	float: left;
	padding-left: 10px;
	width: 200px;
}

#schedule_page #record_list .film_summary {
	border: 1px solid #999;
	border-collapse: collapse; 
	margin-bottom: 10px;
	padding: 2px;
}

#schedule_page #record_list table {
	border-collapse: collapse;
}

#schedule_page #record_list td, #record_list th {
	text-align: center;
	font-size: 1em;
	border: 1px solid #999;
	margin: 0px;
	padding: 4px;
}

#schedule_page .empty_message {
	width: 280px;	
}


/* calendar! */

#schedule_page .day a {
	border-bottom: none;
}

#schedule_page #calendar {
	font-size: .9em;
	padding: 0px 0px;
	margin-bottom: 0px;
/*	background-color: #fff; 
	border-left: 1px solid #666;
	width: 600px;
	max-width: 600px; */
	width: 750px;
	max-width: 750px;
}

#schedule_page #calendar caption {
	text-align: center;
//	position: fixed; 
	width: 750px; 
	background-color: #C03000; 
//	border-right: 1px solid #999;
//	border-bottom: 1px solid #999;
//	border-top: 1px solid #000;
	/* padding: .5em 4px .5em 8px; */
	font-size: 2em;
	color: #fff;
}

#schedule_page #calendar caption {
	height: 30px;
	padding: 4px;
}

#calendar caption .month_title {
	padding: 0px 20px;

}

#schedule_page #calendar caption .nav {
	font-size: 1.2em;
	color: #fff;
	border-bottom: none;
}



#schedule_page #calendar table {
	border-collapse: collapse;
}

#schedule_page .calendar_title {
	text-align: center;
	padding-bottom: 7px;
}

#schedule_page .calendar_title h3 {
	display: inline;
	padding: 10px;
}


/* th = days of the week */

#schedule_page #calendar th {
	text-align: left;
	color: #333;
	padding: .5em 4px .5em 8px; 
/*	background: #666; */

	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	letter-spacing: 1px;
	font: normal 100%/1.0 geneva, Arial, Helvetica, sans-serif;
}

/* default for table cells */

#schedule_page #calendar td {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	border: 1px solid #ddd;
	height: 75px;
	/* width: 70px; */
	width: 110px;
	text-align: left;
	vertical-align: top;
	font: normal 100%/1.2 geneva, Arial, Helvetica, sans-serif;
}

#schedule_page td.this_month.day {
/*	background-color: #eee; */
}

#schedule_page .day_link {
	display: inline;
	padding: 2px;
	margin: 2px;
}

#schedule_page .event_count {
/*	background-color: #fff; */
	font-size: 1.1em;
	text-align: left;
	padding: 2px;
	margin: 2px;
}

#schedule_page .event_count ul {
	padding:0px;
	margin:0px;
	list-style: none;
}

#schedule_page .event_count ul li {
	padding:.5em 0px .5em 0px;
	border-top: 1px solid #ccc; 
	margin:0px;
	list-style: none;
}

#schedule_page .event_count ul li:first-child {
	border-top: 0px solid #ccc;
	padding-top: 4px;
}

#schedule_page #calendar .total_column {
	font-weight: bold;
}

#schedule_page #calendar .current_day {
/*	background-color: #ffc; */
}

#schedule_page .showtime { font-size: 10px; color: #666; text-decoration: none; display: block;}

.odd_day {
	background-color: #fff;
}

.even_day {
	background-color: #eee;
}

#schedule_page td.next_month, #schedule_page td.prev_month {
	color: #ccc; 
}

/*
#schedule_page #calendar .has_events {
	background-color: #fff;
}

#schedule_page #calendar .current_day.has_events {
	background-color: #969
}

#schedule_page #calendar .current_week {
	background-color: #fcc
}

#schedule_page #calendar .current_week.has_events {
	background-color: #c9c
}


#schedule_page .next_month, #schedule_page .prev_month {
	background-color: #eee;
}
*/