html, body {
	height: 100% !important;
	padding: 0;
	margin: 0;
}
#wrapper {
	min-height: 100%;
	margin: 0;
}
* html #wrapper {
	height: 100%;
}
#w-sub {
	padding: 0;
}
#header {
	display: none;
}
#sidebar {
	display: none;
}
#content {
	float: none;
	text-align: center;
}
#footer {
	display: none;
}
.schedule {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
.schedule .week-day {
	width: 145px;
}
.schedule .day-time {
	padding: 5px;
}
.schedule a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}
.schedule .empty a:hover, .schedule .empty a:focus, .schedule .empty a:active {
	background-color: #f0f0f0;
}
.schedule td, .schedule th, .schedule tr {
	font-size: 12px;
	border: 1px solid black;
	text-align: center;
	padding: 0;
	height: 20px;
}
.schedule_event td {
	text-align: left;
}
.schedule_event td.left {
	text-align: right;
}
td.reserved {
	background: #cacaca;
}
td.event-exists {
	background: #d9d9d9;
}
td.event-info {
	background-color: yellow;
}
td.blocked {
	background-color: #f0f0f0;
	position: relative;
}
footer {
	display: none;
}
#middle {
	padding-bottom: 0;
}