/* minicalendar */


#schedule_links .calendar table {
	width: 210px;
	padding: 0px;
	margin: 0px;
	color: #999;
	font-variant: normal;
	font: normal 110%/1.8 geneva, Arial, Helvetica, sans-serif;
	}
#schedule_links .calendar table td {
	text-align: center;
	}

#schedule_links .calendar table.nav, 
#schedule_links .calendar table.nav a {
	color: #666;
	text-align: center;
	text-decoration: none;
	border-bottom: 0px solid #eee;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}
#schedule_links .calendar table a.nav { color: #666; }

#schedule_links .calendar table a.nav:hover { 
	color: #ccc;
	color: #000;
	background-color: #ffc;
}

.calendar .month_title {
	padding: 0px 10px;
}

#schedule_links .calendar table caption {
	margin-left: 0px;
	padding: 0;
	width: 210px;
//	background-color: #f0f0f0;
	white-space: nowrap;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font: normal 100%/1.8 geneva, Arial, Helvetica, sans-serif;
}

#schedule_links .calendar th {
	font: normal 100%/1.2 geneva, Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 2px; 
	text-align: center; 
	background-color: #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#schedule_links .current_day {
	background-color: #FCFCE3;
}

#schedule_links .current_day a, #schedule_links .current_day a:link, #schedule_links .current_day a:visited {
	background-color: #ddd;
}
#schedule_links .current_day a:hover { background-color: #ddd; 	color: #000;
	background-color: #ffc;
}

#schedule_links td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 29px;
	font-size: 88%;
	height: 20px;
	text-align: center;
	background-color: #f0f0f0;
}

#schedule_links td a {
	text-decoration: none;
	display: block;
	border-width: 0px;
}

#schedule_links td a:link, #schedule_links td a:visited {	
	background-color: #ccc;
	border-width: 0px;
}

#schedule_links td a:hover, #schedule_links td a:active {
	background-color: #ddd;
	border-width: 0px;
		color: #000;
	background-color: #ffc;

}

#schedule_links .event_count {
	display: none;
}

#schedule_links ul#home_links li { font-size: 9px; margin: 0px; padding: 0px; }

#sidebar_secondary_upcoming { max-height: 25em; overflow:auto; }

// h2.minical_header a { color: #c03000; }
h2.minical_header {
	text-align: center;
	background-color: #eee;
	color: #c03000;
	border-top: 1px solid #666; 
	vertical-align: middle; padding: 8px 2px 6px 2px; }