#content {
	padding: 23px;
}

.tx-hibookingscheduler-pi1 table {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #f2eeec 27%, #ffffff 65%, #f2eeec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(27%,#f2eeec), color-stop(65%,#ffffff), color-stop(100%,#f2eeec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f2eeec 27%,#ffffff 65%,#f2eeec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #ffffff 0%,#f2eeec 27%,#ffffff 65%,#f2eeec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #ffffff 0%,#f2eeec 27%,#ffffff 65%,#f2eeec 100%); /* IE10+ */
	background: linear-gradient(45deg,  #ffffff 0%,#f2eeec 27%,#ffffff 65%,#f2eeec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eeec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 1px 2px #ccc;
	font-size: 10px;
	width: 212px;
	height: 221px;
	border-spacing: 0;
	border-collapse: collapse;
}

.tx-hibookingscheduler-pi1 table caption {
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #467fbb;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.tx-hibookingscheduler-pi1 table tr {
	height: 31px;
	text-align: center;
}

.tx-hibookingscheduler-pi1 table tr.last,
.tx-hibookingscheduler-pi1 table tr.last d {
	height: auto;
}

.tx-hibookingscheduler-pi1 table tr:first-of-type,
.tx-hibookingscheduler-pi1 table tr:first-of-type th {
	height: 26px;
	line-height: 130%;
}

.tx-hibookingscheduler-pi1 table th {
	background-color: #fff;
}

.tx-hibookingscheduler-pi1 table td {
	width: 20px;
	height: 31px;
}

.tx-hibookingscheduler-pi1 table td.free {
	background: url('../images/free.gif') center no-repeat;
}

.tx-hibookingscheduler-pi1 table td.booked {
	background: url('../images/booked.gif') center no-repeat;
	color: #fff;
}

.tx-hibookingscheduler-pi1 table td.booked_arrive {
	background: url('../images/booked_arrive.gif') center no-repeat;
	color: #fff;
}

.tx-hibookingscheduler-pi1 table td.booked_depart {
	background: url('../images/booked_depart.gif') center no-repeat;
}

.tx-hibookingscheduler-pi1 table td.reserved {
	background: url('../images/reserved.gif') center no-repeat;
	color: #fff;
}

.tx-hibookingscheduler-pi1 table td.reserved_arrive {
	background: url('../images/reserved_arrive.gif') center no-repeat;
	color: #fff;
}

.tx-hibookingscheduler-pi1 table td.reserved_depart {
	background: url('../images/reserved_depart.gif') center no-repeat;
}

.tx-hibookingscheduler-pi1 table tr.last {
	background-color: #eee;
	text-align: left;
}

.tx-hibookingscheduler-pi1 table tr.last td {
	width: 150px;
}

.tx-hibookingscheduler-pi1 table td span.event {
	background: url('../images/event.gif') center no-repeat;
	line-height: 13px;
	height: 13px;
	width: 12px;
	padding: 4px;
}

.tx-hibookingscheduler-pi1 .month {
	float: left;
	margin-left: 10px;
}

.tx-hibookingscheduler-pi1 .clear {
	clear: both;
	height: 20px;
}

.legend {
	float: left;
	margin-left: 10px;
}

.legend img {
	margin-top: 5px;
}
