/* booking page */

button.calendar {
  background: url(../img/calendar.gif);
  border: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
div.calendar {
	background-color: #9c121d;
	color: #faedcf;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #5e5954;
	-moz-box-shadow: 3px 3px 3px #5e5954;
	box-shadow: 3px 3px 3px #5e5954;
	font-size: 10pt;
}
div.calendar caption {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	border: none;
	cursor: pointer;
	display: block;
	position: absolute;
}
div.calendar caption a.prev {
	top: 8px;
	left: 5px;
}
div.calendar caption a.next {
	top: 8px;
	right: 5px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	color: #333;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.calendar td.invalid {
	color: #666;
}
div.calendar td.valid {
	color: #FFF;
	cursor: pointer;
}
div.calendar td.active,
div.calendar td.hover {
	color: #CF0;
	cursor: pointer;
}
	
