body {

  font-family: Arial;
}

#footer_wrapper {
background: none;
}

.alpha60 {
background: #ffffff !important;
background-color: #ffffff !important;
}

.myButton {
	background-color:#ffb718;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	padding:10px 8px;
	text-decoration:none;
        min-width: 50px;
        margin-top: 15px;

}
.myButton:hover {
	background-color:#e97200;
}
.myButton:active {
	position:relative;
	top:1px;
}
.facility_heading_tr {
font-size: 15px;
}

.public_facility_bookings .navigation ul li a {
     background-color: #8cb7e8;
     color: #000000;
-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 8px;
margin-bottom: 10px;

}

.club_info {
font-weight: bold;
}

.public_facility_bookings .navigation ul li a:hover {
     background-color: #003b70;
     color: #ffffff;
}