#sched_content {
	margin: 0 auto 40px;
	width: 940px;
}


#sched_content, select, table {
	font-family: Arial, helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
}

#sched_content{
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #005fa0;		/*#618BB5;*/
}

a:hover { 
	/*text-decoration: underline;*/
	color: #025D9D;
}

form {
	margin: 0px;
}

#title {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 7px;
	margin-bottom: 12px;
	border-bottom: 1px solid #aaa;
}

#calendar {
	float: left;
	width: 250px;
	border-right: 1px solid #aaa;
	padding-bottom: 2px;
}

#selects {
	float: left;
	width: 420px;
	/* height: 170px; */
	margin-left: 20px;
}

.select {
	width: 350px;
}

#select_links {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 30px;
}

#select_links a {
	font-size: 11px;
}

#calendar_title, #select_title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

.calendar .cal_cap {
	height: 20px;
}

.calendar .cal_cap .cal_month {
	font-weight: bold;
	color: #618BB5;
}

.calendar .cal_cap .cal_prev {
	margin-right: 10px;
}

.calendar .cal_cap .cal_next {
	margin-left: 10px;
}

.calendar .cal_cap a {
	text-decoration: none;
	font-weight: bold;
	color: #618BB5;
}

.calendar .cal_cap a:hover {
	color: #999999;
}

.calendar .cal_weekday {
	width: 25px;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

.calendar .cal_day {
	width: 25px;
	/* height: 20px; */
	text-align: center;
	padding: 2px;
}

.calendar .today {
	background-color: #eee;
}

.calendar .cal_day a {
	text-decoration: none;
	font-weight: bold;
	color: #618BB5;
}

.calendar .cal_day a:hover {
	color: #999999;
	text-decoration: underline;
}

.calendar .clicked {
	color: #fff;
	background-color: #618BB5;
}

.calendar .clicked a {
	color: #fff;
	background-color: #618BB5;
}

.calendar .clicked a:hover {
	color: #fff;
	text-decoration: none;
}

#calendar_loading {
	clear: both;
	width: 200px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
	background-image: url('../images/schedule/schedule/loading.gif');
	background-repeat: no-repeat;
	color: red;
}

#calendar_footnote ul {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin: 20px 0px 10px 0px;
}

#calendar_footnote li {
	display: inline;
	list-style: none;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 20px;
	background-position: left;
}

#calendar_footnote li.today {
	background-image: url('../images/schedule/today.gif');
}

#calendar_footnote li.selected {
	margin-left: 20px;
	background-image: url('../images/schedule/selected.gif');
}

#schedule {
	clear: both;
	margin-top: 25px;
}

#schedule_loading {
	clear: both;
	width: 250px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
	background-image: url('../images/schedule/loading.gif');
	background-repeat: no-repeat;
	color: red;
}

table.schedule {
	border: 1px solid #aaa;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

table.schedule .head_date, table.schedule .head_time  {
	text-align: center;
	width: 80px;
	padding: 5px;
	font-weight: bold;
	background-color: #618BB5;
	color: #fff;
}

table.schedule .head_program {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	background-color: #618BB5;
	color: #fff;
}

table.schedule .date, table.schedule .time {
	width: 80px;
	text-align: center;
}

table.schedule .program {
	padding: 5px 5px 5px 10px;
}

table.schedule .title {
	font-weight: bold;
}

table.schedule .noresults {
	text-align: center;
	padding: 10px;
}

table.schedule .addto {
	float: right;
	padding: 3px;
}

.addto ul {
	margin: 0px;
	padding: 0px;
}

.addto li {
	padding-left: 18px;
	margin: 0px 4px 2px 0px;
	background-repeat: no-repeat;
	list-style: none;
}

.addto li.google {
	background-image: url('../images/schedule/calendar.gif');
}

.addto li.outlook {
	background-image: url('../images/schedule/outlook.gif');
}

.spacer {
	clear: both;
	height: 10px;
}

.orange {
	color: #618BB5;
}

.select_box {
	margin-bottom: 10px;
}

#note {
	text-align: right;
	margin-right: 10px;
}

#btn_search {
	width: 75px;
	margin-top: 10px;
	padding: 1px;
	color: #618BB5;
	font-weight: bold;
	background-color: #fefefe;
	border: 1px solid #aaa;
	cursor: pointer;
}

#program_title {
	float: left;
	width: 150px;
}

#print {
	float: right;
	margin-right: 10px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-image: url('../images/print.gif');
	text-align: right;
}

#print a {
	color: #fff;
	text-decoration: none;
}

#print a:hover {
	color: #820024;
	text-decoration: underline;
}

#rss {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}
