body {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 100%;
    color: #000;
}
.aboslute {
    position: absolute;
}
.not-absolute {
    position: relative;
}
#anytime_container {
    z-index: 10000;
}
#anytime_container #container {
    clear: both;
    width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
#anytime_container #content {
    clear: both;
    padding: 5px;
    background-color: #FFF;
    min-height: 300px;
    overflow: hidden;
}
#anytime_container #main_pane {
    float: left;
    padding: 5px;
    margin-right: 5px;
    min-height: 300px;
    width: 680px;
    border: 1px dashed #CCC;
    overflow: hidden;
}
#anytime_container #main_pane .heading {
    font-size: 14px;
    font-weight: bold;
}
#anytime_container #main_pane .left_col {
    float: left;
    width: 160px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    overflow: hidden;
}
#anytime_container #main_pane .full_col {
    float: left;
    width: 500px;
    min-height: 20px;
    padding-left: 4px;
    padding-top: 6px;
    font-size: 12px;
    overflow: hidden;
}
#anytime_container #main_pane .right_col {
    float: left;
    width: 140px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 12px;
    overflow: hidden;
}
#anytime_container #main_pane .right_col_large {
    float: left;
    width: 440px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 12px;
    overflow: hidden;
}
#anytime_container #main_pane .right_col_full_width {
    float: left;
    width: 640px;
    min-height: 25px;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 12px;
    overflow: hidden;
}
#anytime_container #header {
    clear: both;
    padding: 5px 0px 0px 5px;
    border-bottom: 1px solid #CCC;
    color: #000;
    overflow: hidden;
}
#anytime_container #footer {
    clear: both;
    min-height: 15px;
    overflow: hidden;
}
#anytime_container label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
#anytime_container .addon_heading {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* SUMMARY PANE */

#summary {
    position: relative;
    top: 0px;
    padding: 5px;
    min-height: 300px;
    width: 240px;
    font-size: 12px;
    border: 1px dashed #CCC;
    overflow: hidden;
}
#summary .row {
    clear: both;
    overflow: hidden;
}
#summary .heading {
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: left;
    background: #E0E0E0;
    color: #000;
    padding: 2px;
    font-size: 16px;
    overflow: hidden;
}
#summary .full_col {
    float: left;
    width: 240px;
    min-height: 15px;
    overflow: hidden;
}
#summary .left_col {
    float: left;
    width: 120px;
    min-height: 15px;
    overflow: hidden;
}
#summary .left_col_small_text {
    float: left;
    width: 130px;
    padding-left: 5px;
    min-height: 15px;
    font-size: 10px;
    overflow: hidden;
}
#summary .right_col {
    float: left;
    width: 85px;
    min-height: 15px;
    text-align: right;
    overflow: hidden;
}
#summary .right_col_small {
    float: right;
    width: 75px;
    min-height: 15px;
    text-align: right;
    overflow: hidden;
}
#summary .right_col_medium {
    float: right;
    width: 110px;
    min-height: 15px;
    text-align: right;
    overflow: hidden;
}
#summary .cost {
    font-size: 12px;
    width: 120px;
}
#summary .cost_small {
    font-size: 11px;
    width: 90px;
}
#summary .cost_large {
    font-size: 15px;
    width: 120px;
}
#summary .separator {
    clear: both;
    height: 25px;
    overflow: hidden;
}
#summary .thin_separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 6px;
    height: 1px;
    overflow: hidden;
}

/* BUTTONS */

.booking_button_bar {
    clear: both;
    width: 665px;
    overflow: hidden;
}
.booking_button {
    width: auto;
    padding: 2px;
    background-color: #0E6635;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #0E6635;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.subsequent_booking_button {
    margin-left: 10px;
}

/* BOOKING STEPS */

.wizard-steps, .wizard-steps2 {
    clear: both;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    overflow: hidden;
}
.wizard-steps div, .wizard-steps2 div {
    position: relative;
}
/*.wizard-steps span {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 15px;
    margin: 2px 4px 0px 0px;
    line-height: 15px;
    color: #000;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/
.wizard-steps a {
    display: block;
    position: relative;
    float: left;
    width: 112px;
    height: 24px;
    margin-right: 14px;
    padding: 0px 2px 0px 6px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    background: #F0EEE3;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);*/
}
.wizard-steps2 a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 24px;
    margin-right: 14px;
    padding: 0px 2px 0px 6px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    background: #E0E0E0;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);*/
}
.wizard-steps a:before {
    position: absolute;
    top: 0px;
    left: -12px;
    width: 0px;
    height: 0px;
    border-top: 12px solid #F0EEE3;
    border-bottom: 12px solid #F0EEE3;
    border-left:12px solid transparent;
    content: "";
    text-decoration: none;
}
.wizard-steps a:after {
    position: absolute;
    top: 0px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left:12px solid #F0EEE3;
    content: "";
    text-decoration: none;
}
.wizard-steps .completed-step a {
    color: #163038;
    background: #A3C1C9;
    text-decoration: none;
}
.wizard-steps2 .completed-step a {
    color: #163038;
    background: #A3C1C9;
    text-decoration: none;
}
.wizard-steps .completed-step a:before {
    border-top: 12px solid #A3C1C9;
    border-bottom: 12px solid #A3C1C9;
    text-decoration: none;
}
.wizard-steps .completed-step a:after {
    border-left: 12px solid #A3C1C9;
    text-decoration: none;
}
/*.wizard-steps .completed-step span {
    border: 2px solid #163038;
    color: #163038;
    text-shadow: none;
}*/
.wizard-steps .active-step a {
    color: #A3C1C9;
    background: #163038;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    text-decoration: none;
}
.wizard-steps2 .active-step a {
    color: #A3C1C9;
    background: #163038;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    text-decoration: none;
}
.wizard-steps .active-step a:before {
    border-top: 12px solid #163038;
    border-bottom: 12px solid #163038;
    text-decoration: none;
}
.wizard-steps .active-step a:after {
    border-left: 12px solid #163038;
    text-decoration: none;
}
/*.wizard-steps .active-step span {
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #A3C1C9;
}*/
/*.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
    color: #FFF;
    background: #8F061E;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    text-decoration: none;
}
.wizard-steps2 .completed-step:hover a, .wizard-steps2 .active-step:hover a {
    color: #FFF;
    background: #8F061E;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    text-decoration: none;
}*/
/*.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    color: #8F061E;
}*/
/*.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
    border-top: 12px solid #8F061E;
    border-bottom: 12px solid #8F061E;
    text-decoration: none;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
    border-left: 12px solid #8F061E;
    text-decoration: none;
}*/
.booking_step_description {
    clear: both;
    display: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    overflow: hidden;
}
#place_booking_display_notices {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    color: #FF0000;
}

/* VISUAL CALENDAR */

#visual_calendar_row .visual_calendar_dates:first-of-type {
    margin-left: 10px;
    margin-right: 10px;
}
#visual_calendar_row .visual_calendar_dates:last-of-type {
    margin-right: 10px;
}
#visual_calendar_row .visual_calendar_dates {
    float: left;
    padding: 5px 5px 5px 5px;
    border: 1px solid #EFEBE6;
}
#visual_calendar_row .visual_calendar_month_name {
    display: block;
    padding-bottom: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
#visual_calendar_row .visual_calendar_dates table {
    margin: 0 auto;
}
#visual_calendar_row .visual_calendar_dates table td {
    width: 24px;
    height: 12px;
    font-size: 12px;
    padding: 2px 0px;
    text-align: center;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_days {
    background-color: #EBE7E4;
    font-weight: bold;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_closed,
#visual_calendar_row .visual_calendar_dates .visual_calendar_past {
    color: #888;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_filler {
    color: #E8E8E8;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_booked {
    font-weight: normal;
    cursor: pointer;
    background-color: #FF7878;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_available {
    font-weight: normal;
    background-color: #90EE90;
}
#visual_calendar_row .visual_calendar_dates .visual_calendar_start {
    font-weight: bold;
    cursor: pointer;
    background-color: #90EE90;
}
#visual_calendar_row .visual_calendar_button {
    float: left;
    cursor: pointer;
    margin-top: 30px;
}
#visual_calendar_row .selected_date {
    background-color: #058429 !important;
    color: #FFF;
}

/* TIME SLOTS */

#unit_grid_content .time_slot_types {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
#unit_grid_content .time_slot_type_selected {
    background-color: #000;
    color: #FFF;
}
#unit_grid_content .time_slot_type_item:hover {
    background-color: #AAA;
    color: #FFF;
}
#unit_grid_content .time_slot_type_item {
    float: left;
    cursor: pointer;
    padding: 5px;
    background-color: #DDD;
    text-align: center;
    margin-right: 5px;
    min-width: 100px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#unit_grid_content .time_slot_item {
    float: left;
}
#unit_grid_content .unit_grid_time_slot_grid {
    float: left;
    font-size: 12px;
    display: none;
}
#unit_grid_content .time_slot_name {
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
}
#unit_grid_content .time_slot_party_members {
    float: left;
}
#unit_grid_content .time_slot_party_member_item {
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}

/* GRIDS & LABELS */

.main_cms_pane label, .popup_cms_pane label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 2px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    padding-top: 3px;
    padding-bottom: 3px;
}
