/* ==========================================================================
   Base styles
   ========================================================================== */
html, body {
    height: 100%;
}

.content-container {
    margin-left: 275px;
    margin-top: 50px;
    overflow: hidden;
    width: 630px; 
    height: 474px;
}

a {
    color: #000;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0
}
h1 {
    font-family: Georgia
}
h2 {
    font-size: 24px;
    margin-top: 0px;
    font-family: Georgia;
    color: #59390d;
}
h3 {
    font-size: 150%
}
h4 {
    font-size: 130%
}
h5 {
    font-size: 118%
}
h6 {
    font-size: 100%
}
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}
li {
    list-style: none;
}
.site-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/bg_clubs-details.jpg);
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.myaccount-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/bg_my-account.jpg);
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.col {
    float: left;
}
.col-left {
    margin-left: 40px;
    width: 230px;
}
.col-right {
    width: 650px;
    margin-left: 5px;
}
.col-right > section {
    margin-top: 50px;
}
.col-right .Booking_backg {
    padding: 20px;
}
/*big col-right*/

.col-right2 {
    width: 650px;
    margin-left: 5px;
}
.col-right2 > section {
    margin-top: 50px;
}
.col-right2 .Booking_backg {
    padding: 20px;
}
/*big col-right*/

.container {
    width: 960px;
    margin: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.main {
    margin: auto;
}
.menu {
    padding-bottom: 40px;
    background: url(../images/w90_b.png);
    background-position: center center;
    width: 230px;   
    font-family: Arial;
    font-size: 12px;
    margin: 50px 1px 200px 0;
    z-index: 100;
    position: relative;
}

#logo {
    background: url(../images/logo.png) no-repeat;
    background-position: center center;
    /*width: 194px;*/
    
    height: 75px;
    text-indent: -9999px;
}

#logoen {
    background: url(../images/logoen.png) no-repeat;
    background-position: center center;
    /*width: 194px;*/
    
    height: 75px;
    text-indent: -9999px;
}

#logohk {
    background: url(../images/logohk.png) no-repeat;
    background-position: center center;
    /*width: 194px;*/
    
    height: 75px;
    text-indent: -9999px;
}


.main_list {
    list-style-type: none;
    text-decoration: none;
    font-family: Georgia;
    font-size: 14px;
    padding: 0px;
    /*position: relative;*/
    /*top:20px;*/
}
.gray_color {
    color: #747474;
    margin-left: 0px;
}
form {
    margin: 0 0 50px 0;
}
/*menu text*/

.menu .main_list li {
    padding: 0 18px;
}
.menu .main_list li:hover {
    background-color: #f8f2dc;
}
.menu .main_list a {
    display: block;
    border: 1px;
    border-color: #ddd;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 12px;
}
.menu .main_list a:hover {
    border-bottom-color: transparent;
    color: #935500;
}
/*other*/

.UM_list {
    margin-left: 0px;
    list-style-type: none;
    padding-left: 0px;
    overflow:hidden;
}
.UM_list li {
    float: left;
    margin-right: 10px;
}
.UM_list ul {
    padding-left: 20px;
    list-style-type: none;
    /*display: inline;*/
}
.logout {
    font-family: Arial;
    color: #59390d;
    text-decoration: underline;
    font-weight: bold;
}
.logout:hover {
    text-decoration: none;
    font-weight: bold;
}
.work {
    margin: 40px 20px 20px 20px;
    color: #59390d;
    font-weight: bold;
}
.work a {
    color: #59390d
}
.black {
    color: #000;
}
.photo {
    margin-left: 0px
}
.Lange {
    float: left;
    margin-top: 20px;
    width: 100px;
    margin-left: 0px;
}
.en {
    color: #59390d;
    margin-right: 5px;
}
.w {
    background: url(../images/w30.png);    
    width: 230px;
    height: 100%;
    position: absolute;
    z-index: 0;
    margin-left: 40px;
}

/*download page*/

.events_tybe {
    margin-bottom: 10px
}
#calendar table {
    font-family: Arial;
}
#calendar .fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
}
#calendar h2 {
    font-size: 16px;
    background-color: #fff;
    font-family: Arial;
    padding: 4px 20px;
    float: left;
}
.fc .fc-right button {
    width: 30px;
    height: 1.5em;
    padding: 0;
    border: 2px solid #D0C7BC;
    background: #59390d;
    color: #fff;
    box-shadow: 3px 3px 5px -2px #464646;
}
#calendar .fc-today {
    background: #f5f2cc;
}
.fc .fc-right button .fc-icon {
    position: relative;
    top: 0.05em;
}
#calendar th {
    font-size: 12px;
}
#calendar tbody th {
    color: #000;
    background-color: #fff;
}
#calendar thead td {
    text-align: center;
    font-size: 12px;
    background-color: #f5f2cc;
    color: #420909;
}
#calendar tbody td {
    border-color: #fff;
}
.fc-day-grid-event > .fc-content {
    color: #59390D;
}
/* ==========================================================================
   page background
   ========================================================================== */

.useful_link-background, .notices-background, .for-background, .photo-background, .home-background, .downsite-background, .events-background, .contact-background, .login-background, .about-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.useful_link-background {background: url(../images/bg_useful-links.jpg);}

.notices-background, .for-background {background: url(../images/bg_notices.jpg);}

.photo-background {background: url(../images/bg_photo-gallery.jpg);}

.home-background, .contact-background {background: url(../images/bg_home.jpg);}

.downsite-background {background: url(../images/bg_download-zone.jpg);}

.events-background {background: url(../images/bg_event-calendar.jpg);}

.login-background {
    background: url(../images/bg_login.jpg);
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}

.about-background {background: url(../images/bg_about.jpg);}

.useful_link-background, .notices-background, .for-background, .photo-background, .home-background, .downsite-background, .events-background, .contact-background, .login-background, .about-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*col right*/

.Booking_backg, .down_backg, .facility_backg, .photo_backg {
    background: url(../images/right_b_w.png);
    background-position: center center;
    font-family: Georgia;
    font-size: 16px;
    overflow: hidden;
    height: 100%;
    min-height:560px;
}
.down_backg, .facility_backg, .photo_backg {height: 100%;}

.facility_backg {padding: 20px 20px 60px 20px;}

.down_backg {padding: 20px;}

.photo_backg {padding: 0 0;}

.contact-backg {
    background: url(../images/bg-inner_contact-us.png);
    background-size: cover;
    width: 590px;
    height: 560px;
    font-size: 16px;
    padding: 20px;
}

.Name_for_booking {
    margin: 0px 0px 0px 30px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: 10px;
}

.Name_for_booking a {
    margin-right: 20px;
    color: #935500;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

/*logo*/

.s_type {
    margin-top: 130px;
    margin-left: 10px;
    margin-bottom: 0px;
    color: #935500;
}
.booking_day {
    width: 550px;
    height: 70px;
    border-bottom: 1px #bbb;
    border-bottom-style: solid;
    float: left;
    font-family: Arial;
    font-size: 12px;
    left: 30px;
}
#le {
    position: relative;
    left: 0px;
    top: 25px
}

#le:active {color: #aaa}

#ri {
    position: relative;
    left: -10px;
    top: 26px
}
.booking_day span {
    position: relative;
    left: -10px;
}

.club {
    position: relative;
    margin-left: 110px;
    color: #935500;
    text-decoration: underline;
}

/*download site*/

.Name_for_download {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 30px 0;
}
.downtable_date {
    padding: 10px 10px;
    border-bottom: 1px solid #000;
    font-family: Arial, sans-serif;
}

tr .file {padding: 10px 40px;}
/*events page*/

.Name_for_events {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
/*notices page*/

.Name_for_notices {
    margin: 0px 0px 240px 0px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.notice_table {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 610px
}

.main {margin: auto;}

.table_date {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #000;
    font-family: Arial, sans-serif;
}

.Name_for_notices h2, .Name_for_download h2 {float: left;}

.page_next {
    float: right;
    margin-bottom: 10px;
}

.page_next ul.yiiPager .selected a {background: #532909;}

.page_next ul.yiiPager a:link, ul.yiiPager a:visited {
    border: solid 1px #8A6845;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
/*photo page*/

.Name_for_photo {
    margin: 0px 0px 0px 0px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    width: 700px;
}

.small_photo {
    width: 190px;
    padding: 20px 10px 13px;
    float: left;
    background: url(../images/w90_b.png);
}
.small_photo img {
    width: 175px;
    margin-bottom: 15px;
    max-height: 108px;
}
.big_photo {
    width: 420px;
    padding: 10px 10px 10px;
    float: left;
    /*		background:url(../images/w_b.png);*/
    background-position: center center;
    /*background-color:#fff;
		opacity: 0.9;
		filter: alpha(opacity=90); /* For IE8 and earlier */
}

.big_photo img {
    width: 420px;
    height: 300px;
    margin-bottom: 15px;
    margin-top: 126px;
    float: left;
}

.disp_none {display: none;}

.enlarge {
    margin-left: 358px;
    text-decoration: underline;
    color: #580000
}
.soom2, .soom3, .soom4, .soom5, .soom6, .soom7, .soom8 {display: none;}

.contentHolder {
    position: relative;
    margin: 0px 0;
    padding: 0px;
    width: 195px;
    height: 515px;
    overflow: hidden;
}
.contentHolder .content {
    width: 250px;
    height: 100%;
}
.spacer {text-align: center}

.bor_c {border: 2px solid #897355;}
/*FOR OWNERS*/


/* ==========================================================================
   table
   ========================================================================== */

table {
    font-family: Arial, Sans-serif;
    font-size: 14px;
    border-collapse: collapse;
}
.date {
    padding: 5px 21px;
    text-align: center;
    border: 2px solid #eee;
}
.cro {padding: 5px 70px;}

.for_table, .useful_table {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    width: 610px;
    clear: both;
}
.notice_table thead th, .facility_table thead th, .for_table thead {
    background-color: #532909;
    color: #fff;
}
.for_date {
    padding: 5px 80px 5px 10px;
    border-right: 2px solid
}
.for_charge {
    padding: 5px 290px 5px 10px;
    border-right: 2px solid
}
.for_view_file {padding: 5px 20px 5px 25px;}

.for_main {margin: auto;}

.fortable_date {
    padding: 20px 10px;
    border-bottom: 1px solid #000;
    font-family: Arial, sans-serif;
    color: #000
}
/*Useful*/

.useful_table {margin-top: 5px;}

.useful_date {
    padding: 5px 10px 5px 10px;
    border-right: 2px solid
}
.useful_table th {
    padding: 15px 0px 15px 10px;
    border-right: 2px solid;
    background-color: #532909;
    color: #fff;
}
.useful_view_file {padding: 5px 60px 5px 10px;}

.useful_tdate {
    padding: 10px 10px;
    color: #59390d;
    font-family: Arial, sans-serif;
}
.useful_main {
    margin: auto;
    font-size: 12px;
}

.useful_table tr:nth-child(even) {background-color: #fff}

.useful_table tr:nth-child(odd) {background-color: #ddd}
/*contact*/

.contact a {
    color: #59390d;
    text-decoration: underline;
}
.contact div {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}
.contact h2 {
    color: #59390d;
    font-size: 24px;
    margin-top: 5px
}
.contact h3 {
    color: #000;
    font-family: Arial;
    font-size: 18px
}
.name_enquiry {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 60px;
    margin-top: 10px;
}

.name_enquiry div {margin-bottom: 15px}

#Surname label {margin-top: 25px;}

.in_enquiry {
    float: left;
    width: 100px;
    height: 200px;
}
.in_enquiry .inin_contact {
    margin: 5px 0;
    width: 250px;
    height: 15px
}
.in_enquiry .comment-text {
    margin: 5px 0 10px 0;
    width: 250px;
    height: 60px;
}

.btn_contact { margin-left: 170px}
/*login*/

.menu_login li {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #cecece;
}
.menu_login li .menu_color {
    display: inline-block;
    color: #000;
    padding: 5px 0;
}
.login_backg h2 {
    margin: 30px 0 40px 0;
    color: #000
}

input[type="submit"] {
    border: 2px solid #D0C7BC;
    background: #59390d;
    color: #fff;
    box-shadow: 3px 3px 5px -2px #464646;
    width: 80px;
}

.btn, .btn-medium {
    padding: 4px 10px;
    border: 2px solid #D0C7BC;
    background: #59390d;
    color: #fff;
    box-shadow: 3px 3px 5px -2px #464646;
    width: 80px;
}

.login_backg {
    background: url(../images/bg-inner_login.png) no-repeat;
    width: 630px;
    height: 561px;
    padding: 20px;
    color: #000;
}

.login-group {width: 400px}

.login-group section {margin-bottom: 3em;}

.login-item {
    width: 200px;
    margin-bottom: 60px;
    margin-right: 20px;
    float: left
}

.login-item input {
    margin-top: 5px;
    box-shadow: rgb(70, 70, 70) -1px -1px 3px -3px;
}

input[type="submit"]:active {
    background-color: #472C09;
    box-shadow: rgb(70, 70, 70) -1px -1px 3px -3px;
}

#cannot-access {
    margin-top: 20px;
    margin-bottom: 200px;
}

#cannot-access span a {font-size: 12px}

.passw {
    float: left;
    margin-right: 200px
}
/* ==========================================================================
   footer
   ========================================================================== */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #ded3c1;
    margin: auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */  
    font-family: Arial;
    font-size: 12px;
    color: #000;
    z-index:200;
}

footer div ul {
    display: block;
    padding: 0px;
    overflow: hidden;
    margin: 0px
}

footer li {
    float: left;
    list-style: none;
    margin-left: 15px;
    margin-top: 10px;
}

#inMart_Resources {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 10px;
}

#best_viewed {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 11px
}

/*sino gp*/

footer label select {
    width: 93.8%;
    border-radius: 0;
    /*position: relative;*/
}

footer div ul li label select {
    width: 91%;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: #FFF2DE;
    cursor: default;
}

.select-group label:after {
    content: '';
    right: 6px;
    top: 50%;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #000;
    margin-top: -2px;
}

.select-group label:before {
    content: '';
    right: -2px;
    top: -6px;
    width: 24px;
    height: 32px;
    background: #dfdfdf;
    position: absolute;
    pointer-events: none;
    display: block;
}

.select-group label {position: relative;}
/*about content*/

.thr_link_atl {
    width: 165px;
    text-decoration: none;
    color: #000;
    margin-left: 5px;
    font-size: 14px;
    padding: 5px 10px;
}

.l_centre{text-align: center;}

.contentHolder_about {
    position: relative;
    margin: 0px 0 40px 0;
    padding: 0px;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.contentHolder_about .content_about {
    width: 580px;
    height: 50%;
}
.act {
    font-size: 28px;
    margin: 15px 0px;
    color: #59390d;
    font-family: Georgia;
}

.transpor_w_back {
    background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    margin-bottom: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    padding: 10px 0 0;
    border: 0px;
    border-bottom: 1px;
    border-style: dashed;
    border-bottom-color: #580000
}

#about_coronation_tybe {
    font-size: 16px;
    font-family: Arial;
    padding: 5px 0px;
    color: #000;
    background: #f8f2dc;
    margin: 5px 0px;
}

#Situa {
    background: none;
    font-size: 18px;
    width: 400px;
    padding: 5px 0px;
    color: #000;
}

#about_coronation_tybe_red {
    font-size: 16px;
    font-family: Arial;
    margin: 10px 0px;
    color: #580000
}

.star_loca {
    font-family: Arial;
    margin-bottom: 10px
}

.over {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    padding: 5px 20px;
}

.about_menu {
    font-family: Georgia;
    font-size: 16px;
}

.about_content {
    background: url(../images/right_b_w.png);
    background-position: center center;
/*    height: 800px;*/
    font-family: Georgia;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 20px 40px;
    /*margin:50px 100px 1px 10px */
}

.thr_link {
    background: url(../images/right_b_w.png);
    background-position: center center;
    /*height: 30px;*/
    padding: 15px 8px;
    margin: 5px 0px;
    list-style: none;
    text-align: center;
}

.thr_link li {
    float: left;
    width: 190px
}

.thr_link li:first-child {
    float: left;
    width: 210px
}

.Booking_backg .thr_link li {
    float: left; 
    width:125px
}
.Booking_backg .thr_link li:first-child {
    float: left; 
    width:125px
}
.Booking_backg .thr_link li:last-child {
    float: left; 
    width:165px
}

.tab {
    margin-right: 10px;
    position: relative;
    left: 10px
}

.tab a {} .tab a:hover {
    background-color: #f8f2dc;
    color: #580000;
}

.tab a.active {
    background-color: #f8f2dc;
    color: #580000;
}

#Situa {
    font-size: 28px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.about_list {
    list-style: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #580000;
    width: 500px
}

.about_list li {margin-bottom: 20px}

#tab1 p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: .5em 0;
}

.list_tybe {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 500px
}
h6 {margin-bottom: 10px}

form #searchDrivingLoc1, #searchPublicLoc1 {
    margin: 0 500px 15px 0
}
/*bus*/
/*
.bus_table_bold {font-weight: bold;width: 610px;}*/

.bus_table_bold {font-weight: bold;width: 560px;margin: auto}

.tran_timelist {
    float: left;
    font-weight: bold;
}
.btn_up {
    border-left: 8px solid transparent;
    border-bottom: 8px solid #896158;
    border-right: 8px solid transparent;
    display: inline-block;
}
.m, .m2, .m3 {margin-left: 10px;}

.btn_up.active {
    border-left: 8px solid transparent;
    border-top: 8px solid #896158;
    border-right: 8px solid transparent;
    display: inline-block;
    border-bottom: 0px;
}

.tran_box {
    background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    display: none;
    border: 0px solid #eee;
    color: #580000;
    font-family: Arial;
    font-size: 14px;
    width: 610px;
}

.bus_no {
    width: 100px;
    padding: 5px 0 5px 15px;
    text-align: left;
}

.bus_loca {
    width: 200px;
    padding: 5px 0 5px 15px;
    text-align: left;
}
.bus_icon {padding: 10px}
/*btn*/

.in_enquiry .inin {
    margin-top: 5px;
    width: 300px;
    height: 20px;
    margin-bottom: 10px;
}

.in_enquiry2 {
    margin-top: 5px;
    width: 300px;
    height: 100px;
    margin-bottom: 10px;
}

.btn[type="submit"] {
    width: 140px;
    height: 25px;
    border: 2px solid #D0C7BC;
    background: #59390d;
    margin-top: 10px;
    color: #fff;
    box-shadow: 3px 3px 5px -2px #464646;
    -moz-box-shadow: 3px 3px 5px -2px #464646;
    margin-bottom: 20px;
}

/*index*/



#example2 {
    display: block;
    list-style: none;
    width: 630px;
    padding: 0px;
    margin-top: 0px
}

#example2 li:hover {
    display: block;
    list-style: none;
    width: 630px;
    padding: 0px;
    margin-top: 0px
}

/*apps*/
.apps {
    width: 80px;
    position: relative;
    top: -40px;
    left: 10px;
    margin-left: 5px;
}
/*booking table*/
.book_type {
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    margin-bottom: 5px
}

.book_type h4 {
    float: left;
    margin-bottom: 5px;
    font-size: 18px;
    color: #935500;
}

.book_type a {
    float: right;
    color: #935500;
    font-size: 12px;
}

.facility_table {
    font-size: 12px;
    text-align: center;
    background-color: #f8f2dc
}

.facility_table th {
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.48);
}

.facility_table td {
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, 0.48);
}

.facility_table .time { width: 115px;}

.facility_table .wite {width: 48px;}

.facility_table .noborder {border: 0px; font-size: 10px;}

.facility_table tbody tr {height: 60px;}

.Blue_thea {background-color: #532909;}

.now_btn {
    width: 70px;
    height: 15px;
    display: block;
    background: -webkit-linear-gradient(#aaa, #fff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#aaa, #F5EDD7, #FFFAEA);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#aaa, #F5EDD7, #FFFAEA);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#aaa, #F5EDD7, #FFFAEA);
    /* Standard syntax (must be last) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ddd;
    box-shadow: 0px 2px 1px rgba(20%, 20%, 40%, 0.5);
    font-size: 11px;
    color: #000;
    padding: 3px 2px;
    margin: 0 3px
}

.now_btn:active {
    background: -webkit-linear-gradient(#aaa, #ddd, #fff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#aaa, #ddd, #fff);
    /* For Opera 11.1 to 12.0 */ 
    background: -moz-linear-gradient(#aaa, #ddd, #fff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#aaa, #ddd, #fff);
    /* Standard syntax (must be last) */
    color: #000;
    box-shadow: 0px 2px 1px rgba(20%, 20%, 40%, 0.5);
    font-size: 11px;
}
/**/

.white_points {
    width: 881px;
    height: 400px;
    margin: 50px auto;
    background-color: #FFFBED;
    padding-top: 60px;
}
.disclaimer_box, .pass_box {
    width: 700px;
    height: 250px;
    margin: auto auto;
}
.disclaimer_box ul, .pass_box ul {
    padding: 0;
    font-size: 14px;
}
.disclaimer_box li, .pass_box li {
    list-style: none;
    font-size: 12px;
}
.disclaimer_box h5, .pass_box h5 {
    background-color: #59390d;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px
}
.privacy_backgroud, .disclaimer_backgroud, .pass_backgroud {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    background-color: rgba(255, 255, 255, 0.87);
}
/*my record*/

.content-inner h2 {
    font-size: 16px;
}
.title3 {
    float: left;
    color: #8E8E8E;
    margin-right: 30px;
}
.title2 {
    float: left;
    text-decoration: underline;
    color: #935500;
    margin-right: 30px;
}

.content-inner h3, .content-inner2 h3 {
    font-size: 16px;
    color: #935500
}
.content-inner span a {
    font-size: 14px;
    font-family: Arial;
    color: #580000;
}
.content-inner2 {
    margin-top: 10px
}
.table {
    width: 610px;
}
.table tr {
    border: 1px solid #aaa;
    /*padding: 50px 20px*/
}
.table td {
    padding: 10px 8px
}
.table-striped {
    color: #000;
    background-color: none;
    font-size: 12px
}
.table-striped thead {
    background: none;
}
.table-striped thead tr {
    border: none;
}
.table-striped th {
    color: #000;
    background: none;
    font-size: 12px;
    padding: 10px 0;
}
/*club_booking*/

.Graphic {
    float: left;
    width: 290px;
    height: 120px;
    margin: 10px 0px 10px 0px;
    position: relative;
    top: 20px;
    left: 0px;
}
.box1, .box2 {
    float: left;
}
.box2 a, .box1 a, .box2 div, .box1 div {
    width: 70px;
    height: 60px;
    text-indent: -9999px;
    height: 56px;
    display: block;
    background-repeat: no-repeat;
}
.cbh-icon-aerobic-room {
    background: #f8f2dc url(../images/1.png);
    background-position: center -56px;
}
.cbh-icon-basketball-court {
    background: #e3ddc8 url(../images/2.png);
    background-position: center -56px;
}
.cbh-icon-function-room {
    background: #f8f2dc url(../images/3.png);
    background-position: center -56px;
}

.cbh-icon-function-room2 {
    background: #e3ddc8 url(../images/3.png);
    background-position: center -56px;
}


.cbh-icon-gymnasium {
    background: #e3ddc8 url(../images/4.png);
    background-position: center -56px;
}
.cbh-icon-squash-court {
    background: #e3ddc8 url(../images/5.png);
    background-position: center -56px;
}
.cbh-icon-swimming-pool {
    background: #f8f2dc url(../images/6.png);
    background-position: center -56px;
}
.cbh-icon-tennis-court {
    background: #f8f2dc url(../images/7.png);
    background-position: center -56px;
}
.cbh-icon-table-tennis {
    background: #f8f2dc url(../images/8.png);
    background-position: center -56px;
}
.cbh-icon-jubilee {
    background: #e3ddc8 url(../images/jubilee2.png);
    background-position: center -65px;
}
.cbh-icon-prince {
    background: #f8f2dc url(../images/p2.png);
    background-position: center -54px;
}
.box1 a:hover, .box2 div:hover {
    opacity: 1;
    background-position: center 4px
}
.box2 a:hover, .box1 div:hover {
    opacity: 1;
    background-position: center 2px;
}
div .fc-content a.fc-event {} .cbh-facilities {
    padding-left: 0;
    margin-top: 0;
}
.cbh-facilities-select {
    float: left;
    /*width: 50%*/
    width: 60%
}
.cbh-booking-header {
    margin-top: 20px;
    clear: both;
}
.cbh-booking-header .tybe_list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    overflow: hidden;
}
.cbh-booking-header div h2 {
    font-size: 18px;
    float: left;
    margin-bottom: 0
}
.cbh-booking-header .tybe_list a {
    font-size: 12px;
    font-family: Arial, Sans-serif;
    float: right;
    color: #59390d;
    text-decoration: underline;
}
.booking_legend {
    float: left;
    margin-right: 10px;
    color: #000;
    font-family: Arial, Sans-serif;
    font-size: 14px
}
#div-label-legend table {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
#div-label-legend tr div {
    color: #fff;
    width: 22px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    float: left;
    margin-right: 6px;
    margin-left: 6px;
    font-weight: bold;
    padding-top: 5px
}

.fa-times {
    float: right;
}

.fa-times:hover {
    color: #882F0C;
}

table .bg_red {
    background-color: #882F0C
}
table .bg_yellow {
    background-color: #9E9E00
}
/*Golf box*/

.button_menu {
    width: 580px;
    min-height: 250px;
    float: left;
    z-index: 2;
    position: absolute;
    top: 161px;
    left: 295px;
    padding: 15px;
    font-size: 14px;
    display: none;
}
.bg_color_box2 {
    background-color: #e3ddc8;
}
.bg_color_box1 {
    background-color: #f8f2dc;
}
.gtr {
    font-size: 24px;
    margin: 0;
}

.two_und {margin-right:10px }

.but_list {
    padding-left: 0;
    color: #727272
}
.b_topic {
    margin: 10px 0;
    font-size: 16px;
    color: #000
}
.information_list {
    border-top: 1px solid #aaa;
    padding-bottom: 10px
}
/*calendar*/

.ui-datepicker-calendar {
    width: 210px;
    background-color: #cacaca;
    height: 145px;
    padding: 8px;
}
.ui-datepicker-calendar th {
    width: 200px;
    background-color: #cacaca;
    color: #000;
    padding-top: 10px;
    font-size: 12px
}
.ui-datepicker-calendar tbody td {
    text-align: center;
    font-size: 12px
}
.ui-datepicker-calendar tbody td span {
    text-align: center;
    font-size: 12px;
    margin: 1px 3px;
}
.btn_booknow {
    border: 2px solid #D0C7BC;
    background: #59390d;
    color: #fff;
    box-shadow: 3px 3px 5px -2px #464646;
    width: 145px;
    height: 28px;
}
.btn_booknow:active {
    background-color: #472C09;
    box-shadow: rgb(70, 70, 70) -1px -1px 3px -3px;
}
.ui-datepicker-unselectable {
    color: #fff;
}

.ui-dialog {
    height: auto;
    width: 420px;
    display: block;
    z-index: 9999;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaa;

}
.ui-dialog-titlebar-close {
    /*	text-indent: -9999px;*/
    /*	background: url('../images/fancybox_sprite.png') ;*/
    
    float: right;
    /*	width: 40px;height: 40px*/
}

.ui-datepicker-calendar .ui-state-default {
     background-color: #F8F2DC;
    color: #000;
    display: block;
    height: 20px;
    margin: 1px 3px;
}

.ui-datepicker-calendar  .ui-datepicker-unselectable span {
    background-color: #DDD;
        color: #fff;
}

#ui-id-2 {
    font-weight: bold;
}
.colr {
    /*		width: 210px;*/
    float: right;
    margin-bottom: 10px;
}
div .ui-datepicker-header {
    padding: 5px 0;
    color: #580000;
    text-align: center;
    background-color: #2EC0FE;
    -moz-box-shadow: inset 0px -4px 13px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px -4px 13px rgba(0, 0, 0, 1);
    box-shadow: inset 0px -2px 2px 1px rgba(158, 158, 158, 1);
    background-image: -o-linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(140, 140, 140) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(140, 140, 140) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(140, 140, 140) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(140, 140, 140) 100%);
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(222, 222, 222) 100%);
}
.event-calendar .fc-toolbar .fc-right {
    width: 250px
}
.event-calendar .fc-toolbar h2 {
    margin: 0 .7em;
    display: inline;
    font-family: Arial;
    font-size: 18px;
    color: #000
}
.event-calendar .fc-toolbar .fc-prev-button {
    float: left;
}
.event-calendar .fc-toolbar .fc-next-button {
    float: right;
}
.event-calendar .fc-toolbar .fc-right > div {
    float: none;
}
.ui-icon {
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon-circle-triangle-w {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -80px -192px;
    float: left;
}
.ui-icon-circle-triangle-e {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -48px -192px;
    float: right;
}
.fc-corner-left {
    background-image: url(http://chmsdemo3.ebizdemo.net/images/prev.png);
    width: 25px;
    height: 24px;
    float: left;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
}
.fc-corner-right {
    background-image: url(http://chmsdemo3.ebizdemo.net/images/next.png);
    width: 25px;
    height: 24px;
    float: left;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
}
.fc-header .fc-header-left .fc-button-today {
    background: #f3fafe;
    border: 1px solid #c8d7e7;
    height: 24px;
    line-height: 24px;
    padding: 0 1.8em 0 0.8em;
    margin-top: -1px;
}
.fc-day-header {
    background-color: #59390d;
    color: #fff;
    font-size: 14px
}
.fc-content-skeleton thead tr {
    background-color: rgba(248, 242, 220, 1);
    color: #59390d;
}
.fc-day-number {
    /*	background-color:#59390d;
	color: #fff;*/
    
    font-size: 14px;
}
#form_book {
    margin: 50px 0;
}
.fc-corner-right:hover, .fc-corner-left:hover {
    background-position: 0 0;
}
/*change password*/

div.change_pwd label {
    display: block;
    margin-bottom: 8px;
}
.row input {
    margin-bottom: 8px;
}
.cbh-icon-barbecue .unshow_pit, .cbh-icon-video-room .unshow_video {
    display: none
}
div .pit1, div .pit2 {
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #fff;
    text-indent: 6px;
    z-index: 2;
}
div .pit1 {
    background-color: rgba(167, 167, 167, 0.8);
}
div .pit2 {
    background-color: rgba(187, 164, 134, 1);
}
div .pit1:hover, div .pit2:hover {
    color: #000;
}
ul.yiiPager a:link {
    border: solid 1px #8A6845;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.yiiPager a:visited {
    color: #532909;
}
div .page_next .page a {
    color: #532909;
}
div .page_next .selected a {
    color: #fff;
}
div .page_next .hidden a {
    color: #aaa;
}
.single-court a.fc-event {
    height: 20px !important;
}
/*events_test style*/

.fc-event-container .fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 0 solid #59390D;
    background-color: #fff;
    font-weight: normal;
}
.ui-th-column {
    background-color: #f8f2dc;
    margin: 1px 3px;
}
/*my account*/
.facility_backg #gbox_list .ui-widget-content td {
	border-left: 1px solid rgb(128, 128, 128);
}

.facility_backg .ui-jqgrid-htable {
    color: #935500;

}

.content-inner2 .information_thead tr{
    border:0;
}

.content-inner2 .information_thead td{
    padding-left: 0;
}


.content-inner2 .information_thead h3{
    margin:  0;
    font-family: Georgia;

}

.facility_backg .ui-state-default th {
    font-size: 12px;
}

.facility_backg #gbox_list .ui-widget-content td {
    font-size: 12px;
    color: #935500;
    white-space: normal;
    padding: 3px 0;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    float: none;
    display: table-cell;
}

.point_note_box {
    width: 700px;
    height: 250px;
    margin: auto auto;
}
.summ_backgroud {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /*background-color: rgba(255, 255, 255, 0.87);*/
    
    background: url(../images/right_b_w.png) repeat;
    background-position: center center;
}
.summ_backgroud .point_note_box ul {
    padding: 0
}
.summ_backgroud .point_note_box table {
    width: 655px;
    font-size: 12px;
}
.summ_backgroud .point_note_box .table-striped th {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}
.summ_backgroud .point_note_box tr {
    border: none;
}
.summ_backgroud .point_note_box .table-striped td {
    padding: 10px 5px 5px 10px;
}


.div-cancel-confirmation table tr td{
    text-align: left  !important;
}


.summ_backgroud .point_note_box .table-striped tr:last-child {
    border-bottom: 1px solid #aaa
}
.summ_backgroud .point_note_box h3 {
    background-color: #59390d;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}
#reminder {
    margin-top: 20px;
    font-size: 12px;
    padding: 10px;
    overflow: hidden;
}
#reminder h4 {
    color: #000;
    font-size: 14px;
}
#reminder ul {
    width: 550px;
    margin: 15px;
}
#reminder li {
    list-style: disc;
}
.contentHolder2 {
    position: relative;
    margin: 0px 0 10px 0;
    padding: 0px;
    width: 687px;
    height: 260px;
    overflow: hidden;
}
.striped_back_btn {
    margin-top: 10px;
    margin-right: 30px;
    text-align: center;
}
.striped_back_btn a {
    color: #000;
    font-size: 12px
}

.cbh-booking-header .table-striped th {
    background-color: #532909;
    color: #fff;
    text-align: left;
    padding-left: 10px
}
.ui-button-text-only {
    display: none
}

.flash-message {
	position: absolute;
	top: 6px;
	left: 275px;
	width: 630px;
	background: #E44747;
	padding: 10px;
	color: #fff;
	z-index: 110;
}
.flash-success {
	background: #38BE6D;
}
.flash-fail {
	background: #E44747;
}

/*btn bbq or video room*/

.two_und{
width: 100px;
margin-right:10px; 
font-size: 24px;
border: 2px solid #D0C7BC;
background: #59390d;
color: #fff;
box-shadow: 3px 3px 5px -2px #464646;
padding: 5px;
}

.two_und:active {
background-color: #472C09;
box-shadow: rgb(70, 70, 70) -1px -1px 3px -3px;
}

/*ac*/



#googleMap {
    margin: 0px;
    padding: 0px
}

#panel {
    width: 300px ;
    height: 20px;
    margin-bottom:20px;
    margin-left: 0px;
}

#btn[type="submit"] 
{
    width: 140px ;
    height: 25px;
    border: 2px solid #D0C7BC;
    background: #59390d;
    color: #fff;box-shadow: 3px 3px 5px -2px #464646;
    -moz-box-shadow: 3px 3px 5px -2px #464646;
}

#address{margin-top:5px;width: 300px ;height: 20px;margin-bottom:10px;}


/*apple icon*/

.apple_icon{
    position: absolute;
    top: 480px;
    left: 285px;
}


