.Schedule {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	text-shadow: none;
}
.Schedule table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.Schedule tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.Schedule table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.Schedule table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.Schedule tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.Schedule tr:hover td {
}
.Schedule tr:nth-child(odd) {
	background-color: f6ecd2;
}
.Schedule tr:nth-child(even) {
	background-color: #eedec2;
}
.Schedule td {
	vertical-align: middle;
	border: 1px solid #ffffff;
	border-width: 0px 1px 1px 0px;
	padding: 20px;
	font-size: 10px;
	font-family: Georgia;
	font-weight: normal;
	font-shadow: none;
	color: #3c1805;
	font-size: 14px;
	text-align: center;
}
.Schedule tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.Schedule tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.Schedule tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.Schedule tr:first-child td {
	background-color: #d0a47b;
	border: 0px solid #ffffff;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Georgia;
	color: #3c1805;
	font-weight: bold;
}
.Schedule tr:first-child:hover td {
	background-color: #ff5656;
}
.Schedule tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.Schedule tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}
