body {
    background-image: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #ffffff;
    display: inline;
    font-family: Helvetica;
    font-size: 12pt;
}
h1 {
    font-family: Helvetica;
    font-size: 21pt;
    font-weight: bold;
    color: #626262;
}
h2 {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366;
}
h3 {
    font-family: Helvetica;
    font-size: 13pt;
    color: #525252;
}
p {
    font-family: Helvetica;
    font-size: 13pt;
    color: #525252;
}
.footer_contact {
    background-color: transparent;
}
.swMain ul.anchor li a .stepDesc {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;
}
a {
    font-family: Helvetica;
    font-size: 12pt;
    color: #525252;
}
.swMain ul.anchor li a .stepDesc small {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.swMain .stepContainer .StepTitle {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366;
}
.swMain .stepContainer div.content {
    font-family: Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color: #003366;
}
#step-1 table tr td strong {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366
}
.swMain div.actionBar {
    height: 70px;
}
.swMain .buttonCancel {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366;
}
.swMain .buttonCancel:hover {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;
    background: #003366;
}
.swMain .buttonNext {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366;
}
.swMain .buttonNext:hover {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;
    background: #003366;
}
.swMain .buttonFinish {
    font-family: Helvetica;
    font-size: 15pt;
    font-weight: bold;
    color: #003366;
}
.swMain ul.anchor li a.selected {
    background: #003366;
    border: none;
}
.swMain ul.anchor li a.selected:hover {
    background: #003366;
    border: none;
}
.swMain ul.anchor li a.done {
    background: #626262;
    border: none;
}
.swMain ul.anchor li a.done:hover {
    background: rgba(0, 51, 102,0.82);
    border: none;
}
#header_wrapper {
    width: 975px;
}
#footer_wrapper {
    background: none;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-bottom: 100px;
    padding-top: 10px;
    width: 989px;
}
/*Facility*/
.public_facility_bookings {
    opacity: 0.85;
    border-bottom: 10px solid rgba(0, 0, 0, 0.4);
}
/*table contents*/
.fc-agenda .fc-agenda-axis {
    background-color: #B2AFAF;
    font-family: Helvetica;
    font-size: 10pt;
    color: #525252;
}
.fc-event-vert .fc-event-time {
    background-color: #B2AFAF;
    font-family: Helvetica;
    font-size: 10pt;
    color: #525252;
}
.fc-event-title {
    background-color: #B2AFAF;
    font-family: Helvetica;
    font-size: 10pt;
    color: #525252;
}
/*table header*/
table#trainer_booking_header td:first-child {
	background-color: #B2AFAF;
	min-width:60px; /* added this to force table name width to lineup with column */
}
.facility_body_td
{
    background-color: #B2AFAF;
    border: 1px solid #525252;
    font-family: Helvetica;
    font-size: 11pt;
    color: #626262;
	min-width:74px; /* added this to force table name width to lineup with column */
	max-width:77px; /* added this to force table name width to lineup with column */
}

table#trainer_booking_header th {
    background-color: #B2AFAF;
    border: 1px solid #525252;
    font-family: Helvetica;
    font-size: 10pt;
    color: #525252;
}

.rounded_button .selected {
    background: #003366;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_facility_bookings .navigation ul li a {
    background-color: #525252;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_facility_bookings .navigation ul li a .selected {
    background-color: #0066cc;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_facility_bookings .navigation .selected {
    background-color: #0066cc;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_facility_bookings .navigation ul li a:hover {
    background-color: #fcd116;
    color: #ffffff;
}
.rounded_button ul li a {
    background-color: #626262;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_table_heading td {
    background: #d6d6d6 !important;
    font-family: Helvetica;
    font-size: 10pt;
}
.public_table_data td {
    padding-left: 30px !important;
    text-align: left !important;
    font-size: 10pt;
}
#header img {
    width:100%;
}
#main_content {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background-color: rgb(255,255,255);
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 1px;
}
.public_facility_bookings .navigation ul li a.datepicker {
    display: none;
}