@charset "utf-8";
/* CSS Document */
#booking_table, #booking_table table {
	width:560px;
}
table#booking_inner {
	width:540px;
}

#booking_table table th {
	text-align:center;
	font-weight:normal;
}
#booking_inner td, th.day_heading {
	border:1px solid #C89C39; 
	width:61px;
	overflow:hidden;
}
#headding_scrollbarspacer {
	width:18px;
}
#booking_inner td.time_column {
	border:1px solid #EBDBB8; 
	width:15.5%;
}
#booking_inner td div {
	background-color:#009900;
	width:0;
	height:100%;
	overflow:hidden;
}
/*.filled_1 {
	background-color:#FFCC00;
}
.filled_2 {
	background-color:#FDD00;
}
.filled_3 {
	background-color:#FFEE00;
}
.filled_4 {
	background-color:#FF0000;
}*/
#booking_scroll {
	height:400px;
	width:560px;
	overflow-y: scroll;
}
#booking_navigation td {
	width:22%;
	background:#EBDBB8;
	text-align:center;
}
#booking_navigation td a {
	display:block;
	padding:0.5em 0;
}
#booking_navigation td a.disabled {
	color:#EBDBB8;
}
#booking_navigation td a.disabled:hover {
	color:#C89C39;
}
#booking_navigation td#booking_navigation_week {
	width:44%;
}

#booking_inner td.selected, #booking_heading th.selected, #booking_inner th.selected {
	border:1px solid #C89C39;
}
#booking_inner td.event {
	background:#E4F2FD;
	border-left: 1px solid #328AB2;
	border-right: 1px solid #328AB2;
	border-top:none;
	border-bottom:none;	
}
#booking_inner td.event_begin {
	border-top: 1px solid #328AB2;
}
#booking_inner td.event_end {
	border-bottom: 1px solid #328AB2;
}

#booking_inner td.selected {
	background:#EBDBB8;
}
#booking_inner td.day_disabled, #booking_inner td.slot_disabled {
	border: 1px solid #FFFFFF;
}

#content.golf-booking {
width:560px;
margin:10px 141px 0 100px;
}
#wpbody #content.golf-booking {
width:560px;
margin:0;
}
#content .booking-activities, #content .booking-equipment {
	padding:0;
	margin:0;
	list-style-type:none;
}
#content .booking-activities li, #content .booking-equipment li  {
	padding:0.5em;
	margin:1em 0;
	border:1px solid #C89C39;
	border-width: 1px 0;
	list-style-type:none;
}
#content .booking-activities h3, #content .booking-equipment label {
	color:#C89C39;
	font-weight:bold;
	padding-top:0
}
.booking-activities form {
	text-align:right;
}
.booking_time_date_submit {
	float:right;
}

.order_table {
	border-top:1px solid #EBDBB8;
	border-left:1px solid #EBDBB8;
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	
}
.order_table td, .order_table th {
	border-bottom:1px solid #EBDBB8;
	border-right:1px solid #EBDBB8;
	padding:1em;
	
}
tr.grand_total {
	text-align:right;
}
td.cost_col, td.total_col {
	text-align:center;
}

.order_table th {
	background:#EBDBB8;
	
}

.golf-booking fieldset {
	border:1px solid #EBDBB8;
	margin:1em auto;
	width:400px;
}
.golf-booking fieldset p {
	clear:both;
}

.golf-booking fieldset p * {
	float:right;
}
.golf-booking fieldset p label {
	float:left;
}
.golf-booking fieldset p.checkboxes span {
	float:left;
	margin-left:0;
}
.golf-booking fieldset p.checkboxes label {
	float:right;
	padding:0 1em;
}

.golf-booking fieldset legend {
	font-size:1.2em;
	font-weight:bold;
	color:#C89C39;
}
.golf-booking fieldset input, .golf-booking fieldset select {
	border:1px solid #C89C39;
}
.gp-paypalbutton, #content .booking-activities input, .booking_time_date_submit, #submit_equipment {
	padding:0.5em;
	border:1px solid #C89C39;
	background: #EBDBB8;
}
#gp-movie-container {
	margin:0 auto;
	width:640px;
}