table.shedule, table.schedule td, table.schedule th {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}

table.schedule th, table.schedule td {
	background: url(../_images/back_td_schedule.gif) repeat-y right;
}

table.schedule td.week, table.schedule td {
	color: #7d7d7d;
}

table.schedule td.week {
	vertical-align: middle;
	background-color: #f6f6f6;
	padding-left: 0;
	height: 4.2em;
	padding: 0;
}

table.schedule th {
	background-color: #c3c3c3;
}

table.schedule th {
	width: 12em;
	speak-header:always;
	padding-top: 1em;
	padding-bottom: 1em;
}

table.schedule td span.eventdate, table.schedule td.event span.eventlink a:link, table.schedule td.event span.eventlink a:visited {
	color: #88a17a;
}

table.schedule th, table.schedule td.current span {
	color: white;
}

table.schedule td {
	text-align: left;
	padding-left: 1em;
	vertical-align: top;
	line-height: 1.6em;
	padding-top: 0.4em;
	border-bottom: 1px solid #f4f4f4;
	background-color: white;
}

table.schedule td.lastnext {
	color: #c3c3c3;
}

table.schedule td.week, table.schedule th {
	text-align: center;
}

table.schedule td.week {
	border-bottom: 1px solid white;
}

table.schedule td.event span.eventdate {
	float: left;
	width: 1.4em;
}

table.schedule td.event span.eventlink {
	float: left;
	margin-left: 0.7em;
	width: 8em;
}

table.schedule td.event span a:link, table.schedule td.event span a:visited {
	display: block;
	width: 8em;
}

table.schedule td.sunday, table.schedule th.sunday {
	background-image: none;
	border-right-style: none;
}

table.schedule td.last_week {
	background-image: none;
	border-bottom-style: none;
}

table.schedule td.current {
	background-color: #88a17a;
}