﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #fff;
    /*background-image: url(../images/header-page-bg-4.png);*/
    background-image: url(../images/page-bg-1.png);
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    color: #0A467C;
}

/* Home page has a different header image. */
body.home
{
    background-image: url(../images/header-home-bg-4.png);
}

img
{
    border: none;
}

h1, h2, h3
{
    font-family: Georgia, Serif;
    color: #0A467C;
}

h1
{
    font-size: 21px;
    padding-bottom: 10px;
}

h2
{    
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 5px;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

h1.underline, h2.underline, h3.underline
{
    border-bottom: solid 1px #D5D8CE;
}

p
{
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 18px;
}

p.justify
{
    text-align: justify;
}

label
{
    font-weight: bold;
}

optgroup
{
    font-style: normal;
}

/* ---- LAYOUT BEGIN ---- */
#page
{
    width: 1003px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#page-header
{
    /*height: 166px;*/
    height: 160px;
    position: relative;  
    /*background-image: url(../images/header-page-bg-4.png);*/
    background-repeat: repeat-x;
}

/* Home page has a different header. */
#page-header.home
{
    height: 321px;
    background-image: url(../images/header-home-bg-4.png);
    background-repeat: repeat-x;
}

#page-header.home h1
{
    font-size: 40px;
    font-family: Georgia,Serif;
    color: #fff;
    margin: 20px 0px 0px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#page-header h1
{
    font-size: 20px;
    font-family: Georgia,Serif;
    color: #fff;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
}

#page-subheader
{
    padding: 0px;
    position: relative;
}

#page-content
{
    position: relative;
    margin: 0px;
    padding: 20px 10px;
}

#page-content.centered
{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#page-content-right
{
    margin-left: 252px;
}

#page-content-left
{
    margin-right: 252px;
}

#page-footer
{
    margin: 0px;
    padding: 40px 20px;
    font-size: 11px;
    color: #808080;
    text-align: center;
    height: 200px;
}

/* ---- LAYOUT END ---- */


/* ---- PAGE NAV BEGIN ---- */
#page-navigation
{
    position: absolute;
    top: 60px;
    right: 0px;
    padding-bottom: 20px;
}

ul#main-menu
{
    list-style-type: none;
    font-family: Georgia, Serif;
    font-size: 19px;
    font-weight: bold;
}

ul#main-menu li
{
    display: inline;
    margin: 5px 5px 0px 10px;
    padding: 0px 8px 7px 10px;
}

ul#main-menu li.selected
{
    background-image: url(../images/menu-selector-1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

ul#main-menu a
{
    text-decoration: none;
    color: #0A467C;
}
/* ---- PAGE NAV END ---- */

/* ---- HOME INTRO BEGIN ----*/
div#intro-container
{
    position: relative;
    border: solid 1px #147FB3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 20px 10px;
    padding: 20px;
    background-color: #fff;
    background-image: url(../images/golfer-quote-31.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

div#intro-container h1
{
    color: #0A467C;
    letter-spacing:1px;
}

div#intro-container h1.intro
{
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 30px;
}

div.step-container
{
    margin-right: 320px;
    margin-bottom: 30px;
    padding-left: 70px;
}

div.step-1
{
    background-image: url(../images/step-1C.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

div.step-2
{
    background-image: url(../images/step-2C.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

div.step-3
{
    background-image: url(../images/step-3C.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

div.step-container h1
{
    padding-bottom: 5px;
}
/* ---- HOME INTRO END ----*/

/* ---- SEARCH BEGIN ---- */
div#search-wrapper
{
    float: right;
    position: relative;
    margin-right: 30px;
    margin-top: -545px;
}

div#search-container
{
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: solid 2px #147FB3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#search
{    
    position: fixed;
    width: 210px;
    padding: 10px 10px 0px 10px;
    background-color: #E2EFF5;
    border: solid 1px #C5DCED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #0A467C;
}

div#search.start
{    
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    background-image: none;
}

div#search.home
{
    position: relative; 
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div#search #cmbCourses
{
    width: 200px;
    margin: 10px 5px 15px 5px;
}

div#search #sldPlayers
{
    margin: 10px 5px 20px 5px;
    width: 200px;
}

div#search #sldMaxPrice
{
    margin: 10px 5px 20px 5px;
    width: 200px;
}

div#search #timeOfPlayContainer
{
    margin: 10px 5px 20px 5px;
}

div#search #spnPlayerCount
{
    position: absolute;
    right: 15px; 
    font-weight: bold;
}

div#search #spnMaxPrice
{
    position: absolute; 
    right: 15px; 
    font-weight: bold;
}
/* ---- SEARCH END ---- */


/* ---- COURSE BEGIN ---- */
div.course-container
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

div.course-header
{
    padding: 7px 10px 10px 10px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/section-banner-left-29.png); 
    background-repeat: no-repeat;
}

div.course-header .course-name
{
    font-family: Georgia, Serif;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    display: block;
    background-image: url(../images/section-banner-right-30.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 9px 32px 30px 12px;    
}

div.course-menu
{
    background-color: #E2EFF5;
    border: solid 1px #C5DCED;
    border-top: none;
    margin-top: -15px;
    margin-left: 12px;
    margin-right: 12px;
}

div.course-menu ul
{
    list-style-type: none;
    padding: 2px 0px 6px 10px;
}

div.course-menu ul li
{
    display: inline;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 7px 0px;
    font-weight: normal;
}

div.course-menu ul li.selected
{
    background-image: url(../images/triangle-9.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.course-menu a
{
    font-size: 12px;
    text-decoration: none;
    outline: none;
    color: #1A1A1A;
}

div.course-menu ul li.selected a
{
    font-weight: normal;
}

div.course-content
{
    padding: 10px;
    border-left: solid 1px #C5DCED;
    border-right: solid 1px #C5DCED;
    background-color: #fff;
    margin-left: 12px;
    margin-right: 12px;
}

div.course-footer
{
    padding: 5px 10px 20px 10px;
    font-size: 10px;
    border-bottom: solid 1px #C5DCED;
    border-left: solid 1px #C5DCED;
    border-right: solid 1px #C5DCED;
    background-color: #fff;
    margin-left: 12px;
    margin-right: 12px;    
}

div.course-specials-container
{
    display: block;
    padding-left: 2px;
}

div.course-teesheet-container
{
    display: block;
}

div.course-teesheet-details
{
    display: block;
}

div.course-info-container
{
    display: block;
}

div.course-info-details
{
    height: 300px;
}

div.course-address
{
    float: left;
}

div.course-map
{
    float: right;
}

div.course-map-container
{
    float: right;
}

div.course-map
{
    width: 380px;
    height: 300px;
}

div.active
{
    display: block;
}

div.inactive
{
    display: none;
}

/* ---- COURSE END ---- */


/* ---- SNAPSHOT BEGIN ---- */
table.snapshot
{
    border: none;
    border-collapse: collapse;
    background-color: #fff;
}

table.snapshot th
{
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0px 5px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
}

table.snapshot th.hover-day
{
    font-weight: normal;
    background-color: #C5DCED;
}

table.snapshot td
{
    width: 89px;
    vertical-align: top;
    text-align: center;
    padding: 0px;
    padding-top: 3px;
    border: none 1px #D5D8CE;     
}

table.snapshot td div.empty
{
    background-color: #fff;
    margin: 4px 2px 4px 2px;
    padding: 2px;
    text-align: center;
    width: 89px;
    height: 65px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    /*background-image: url(../images/title-bg-2.png);*/
    background-image: url(../images/gradient-cream-top-1.png);
    background-repeat: repeat-x;  
}

table.snapshot td div.empty span
{
    display: block;
    font-size: 9px;
    margin-top: 15px;
}

table.snapshot td div.empty a
{
    color: #666;
}

table.snapshot td div.teetime
{
    margin: 4px 2px 4px 2px;
    padding: 2px;
    text-align: center;
    width: 89px;
    height: 65px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

div.teetime
{
    background-image: url(../images/tee-time-bg-8.png);
    background-repeat: no-repeat;
    background-position: center top;
}

div.teetime.hot
{
    background-image: url(../images/tee-time-bg-8-hot.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/*div.hover*/
div.teetime.hover
{
    color: #fff;
    background-image: url(../images/tee-time-bg-8H.png);
    background-repeat: no-repeat;
    background-position: center top;
}

div.teetime.hot.hover
{
    background-image: url(../images/tee-time-bg-8H-hot.png);
    background-repeat: no-repeat;
    background-position: center top;
}

div.teetime span.time
{
    font-size: 11px;
    display: block;
    padding: 2px;
    margin-top: 2px;
}

div.teetime.hover span.time
{
    color: #000;
}

div.teetime span.price
{
    font-family: Georgia, Serif;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 3px 0px 5px 0px;
}

div.teetime span.currency
{
    font-size: 12px;
    vertical-align: top;
}

div.teetime span.availability
{
    font-size: 10px;
    display: none;
    padding: 2px;
}
div.teetime span.savings
{
    font-size: 11px;
    display: block;
    padding: 0px;
}

div.soldout
{
    background-image: none;
    background-color: #C9E567;
    opacity: 0.25;
}

div.soldout span.soldout
{
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 14px 0px 5px 0px;
}
/* ---- SNAPSHOT END ---- */

/* ---- SELECTED TEE TIME BEGIN ---- */
table.selected-teetime
{
    border-collapse: collapse;
    background-color: #fff;
    border: none 1px #88B90F;
    width: 100%;
}

table.selected-teetime th
{
    text-align: left;
}

table.selected-teetime td
{
    text-align: right;
}
/* ---- SELECTED TEE TIME END ---- */

/* ---- ERROR TEMPLATE BEGIN ---- */
div.error-container
{
    background-color: #B81900;
    color: #fff;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.error-list-container
{
    margin: 10px 10px 10px 40px;
}

p.error-heading
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

p.error-heading span
{
    float: left;
    margin-right: 10px;
}

p.error-description
{
    margin: 0px 0px 10px 26px;
}

/* ---- ERROR TEMPLATE END ---- */

/* ---- FORM BEGIN --- */
div.fieldset-container
{   
    border: none 1px #D5D8CE;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #E2EFF5;
}

#payment-options
{
    margin: 10px 0px 20px 0px;
}

#payment-options input
{
    margin-right: 40px;
}

div.fieldset
{   
    border: solid 1px #C5DCED;    
    margin: 0px;
    padding: 20px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.fieldset label
{
    float: left;
    width: 180px;
    display: block;
    margin-top: 0px;
    padding: 2px 2px 2px 5px;
}

div.field-row
{
    margin: 0px;
    padding: 5px;
}

div.field-row.focused
{
    background-color: #C5DCED;
}

div.field-row.separated
{
    border-top: solid 1px #C5DCED;
}

div#coupons
{
    display: none;
}

div#coupon-container
{
    display: block;
    margin-top: 20px;
}

div#coupon-container div.field-row
{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

div#coupon-entry label
{
    float: left;
    display: block;
    margin: 2px 5px 0px 0px;
    padding: 2px 2px 2px 0px;
}

div#coupon-add
{
    display: block;
}

div#coupon-remove
{
    display: none;
}

div.selected-teetime-header
{
    margin-bottom: 20px;
}

div.selected-teetime-header span
{
    margin-bottom: 2px;
    display: block; 
    font-weight: bold;
}

div.selected-teetime-details div.field-row span
{
    padding: 2px;
    display: block;
    text-align: right;
}

div.selected-teetime-details p.discount
{    
    text-align: right;
    margin: 20px 0px 0px 0px;
    font-style: italic;
    font-weight: bold;
}

fieldset
{   
    border: solid 1px #C5DCED;
    margin: 0px;
    padding: 20px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

fieldset div.field-row label
{
    float: left;
    width: 180px;
    display: block;
    margin: 2px 5px 0px 0px;
    padding: 2px 2px 2px 5px;
}

fieldset div.field-row label.error
{
    color: #B81900;
}

fieldset div.field-row input
{
    width: 177px;
}

.input
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    padding: 2px;
}

#cmbExpMonth
{
    width: 120px;
}

#cmbExpYear
{
    width: 60px;
}

#txtCVV, #txtCCZIP, #payment_CVV, #payment_ZIP, #payment_ExpMonth, #payment_ExpYear
{
    width: 40px;
}

div#booking-notes
{    
    border: solid 1px #C5DCED;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#booking-notes p
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: justify;
}

div#booking-notes li
{
    padding-bottom: 5px;
}

div#booking-notes div.buttons-container
{
    text-align: center;
}

div#processing-message
{
    display: none; 
    text-align: center; 
    font-weight:bold;
}

div.marginTop20
{
    margin-top: 20px;
}

div#confirmation-container
{
    margin: 10px;
}

/* ---- FORM END --- */


div.section-title
{
    border-top: solid 1px #C5DCED;
    border-left: solid 1px #C5DCED;
    border-right: solid 1px #C5DCED;
    background-color: #E2EFF5;
    margin-left: 12px; 
    margin-right: 12px;
    padding: 20px;
}

div.section-title.empty
{
    height: 10px;
    padding: 0px;
    display: block;
}

div.section-banner
{
    height: 48px;
    background-image: url(../images/section-banner-left-29.png);
    background-repeat: no-repeat;
    background-position: top left;
}

div.section-content
{
    border: solid 1px #C5DCED;
    border-top: none 2px #C5DCED;
    background-color: #E2EFF5;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 5px 10px 10px 10px;
    /*
    background-image: url(../images/gradient-light-blue-1.png);
    background-repeat: repeat-x;
    */
}

div.section-title h1
{
    padding-bottom: 0px;
}

div.section-title h1.underline
{
    padding-bottom: 5px;
}

div.section-title p
{
    margin-bottom: 0px;
}

div.section-banner h2
{
    background-image: url(../images/section-banner-right-29.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 7px 32px 18px 32px;
    color: #fff;
}

div.section-banner.round h2
{
    background-image: url(../images/section-banner-right-30.png);
}

/* ---- MODAL DIALOG BEGIN ---- */
div#modal-dialog-wrapper
{
    visibility: hidden;
}

div#modal-dialog-overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5000;
    width: 100%;
    background-color: #000;
    opacity: 0.50;
}

div#modal-dialog-container
{
    position: fixed;
    z-index: 5001;
    width: 390px;
    background-color: #fff;
    border: solid 5px #C5DCED;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px;
}

div#modal-dialog-header
{
    background-color: #0A467C;
    padding: 10px;
}

div#modal-dialog-header h2
{
    color: #fff;
}

div#modal-dialog-content
{
    padding: 0px;
}

div#modal-dialog-footer
{
    display: none;
    border-top: none 2px #0A467C;
    margin-top: 20px;
    text-align: right;
}

div#modal-dialog-footer img
{
    cursor: pointer;
}
/* ---- MODAL DIALOG END ---- */

div#templates-container
{
    display: none;
}
