/* @override http://www.stlukehas.com/index.php?css=calendar/calendar_css.v.1193107568 */

/************ CALENDAR STYLES ************/

table.main_calendarBG {
	margin: 0;padding: 0;
	right: 5px;position: relative;
}

tr.main_calendarHeader {
	font-size: 1.5em;
	color: #9EA994;
	text-align: center;
}

tr.main_calendarHeader a {
	color: #9EA994;
	text-decoration: none;
}

td.main_calendarDayHeading {
	font-size: 1.3em;
	color: #fff;
	background: #794B32;
	text-align: center;
	width: 9em;
}

div.main_calendarMonthLinks a:hover {
	color: black
}

table.main_calendarBG {
	border: 1px solid #ccc;
}

table.main_calendarBG td {
	vertical-align: top;
	padding: 0.3em
}

/***  Normal ***/

td.main_calendarCell {
	height: 70px;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}

/** Active **/
a.active_day_number {
	text-decoration: none;
	color: #5D6568;
}

td.main_calendarCell a {
	text-decoration: none;
	margin:0 0.1em;
	padding:0;
	line-height: 100%;
}
td.main_calendarCell a:hover {
	text-decoration: underline;
}

td.main_calendarToday {
	background: #C2C797;
	vertical-align: top;
	text-align: left;
	height: 8em;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

td.main_calendarToday a {
	text-decoration: none;
}

td.calendarToday a:hover {
	text-decoration: underline;
}

/** INactive**/

.inactive_day_number {
	color: #5D6568
}

td.calendarBlank {
	background:#E0E3BD
}