﻿
.bookingCont
{
    padding: 10px;
    color: #000;
}
h3
{
    padding: 15px 0px 2px 0px;
}
img.bookingBanner
{
    border-bottom: 1px #fff solid;
}
.helpText
{
    text-align: justify;
}
input, select
{
    border: 0px;
    color: #333;
    background-color: #fff;
}

.calendarInput, .roomTypeSelect, input, textarea
{
    width: 200px;
    height: 20px;
    line-height: 20px;
    padding: 2px 3px 0px 3px;
}
textarea
{
    width: 496px;
    height: 120px;
    margin-bottom: 10px;
}
.calendarInput
{
    background: #fff url(../images/booking/calendar-icon.gif) no-repeat right;
    cursor: pointer;
}
.roomTypeSelect
{
    padding: 0px 0px 0px 3px;
    float: left;
    margin-right: 20px;
}



.bookingLeftColumn, .bookingRightColumn
{
    width: 240px;
    float: left;
}

.bookingRightColumn
{
    float: left;
    width: 225px;
}
#divNights
{
    float: left;
    font-size: 20px;
    margin-top: 25px;
    border: 1px solid white;
    border-right: none;
    border-left: none;
    padding: 3px;
}
.roomDetailsBox
{
    border: 1px solid #fff;
    padding: 9px;
    margin-bottom: 10px;
}
.roomDetailsBox legend
{
    font-weight: bold;
}
.selectRooms
{
    width: 540px;
    float: left;
}

.selectRooms label
{
    float: left;
    margin-right: 20px;
}
.verticalSpace
{
    height: 13px;
}

.roomPriceContainer
{
    float: right;
    width: 91px;
    text-align: center;
}
.roomPriceContainer img
{
    display: none;
}

.subTotal
{
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.subTotal span
{
    margin-left: 30px;
}
.transferOptions
{
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}
.moreOption, .transferOptions
{
    display: block;
}
.transferOptions input.timePicker
{
    width: 65px;
}
.moreOption label
{
    float: left;
}
.transferOptions label
{
    float: left;
    margin: 3px;
    width: auto;
}
.transferOptions p{
margin:3px;
}
.transferOptions input
{
    float:left;
    margin:3px;
}
.moreOption input, .transferOptions input
{
    width: auto;
    height: auto;
}
.moreOption .listedPrice, .transferOptions .listedPrice
{
float:left;
font-weight:bold;
margin-left:70px;
text-align:center;
width:90px;
}
.bold{
    font-weight:bold;
}
rFloat{
    float:right;
}
.noFloat
{
    float: none !important;
}
.bookingTotal
{
    padding: 0px 0px 0px 25px;
    margin: 15px 0px;
    background: url(../images/booking/total-bg.gif) no-repeat center;
    height: 37px;
    line-height: 37px;
    width: 536px;
}
.bookingTotal p.totalTitle
{
    float: left;
    display: inline-block;
    font-weight: bold;
}
.totalPrice
{
    display: inline-block;
    float: right;
    font-weight: bold;
    padding-right: 24px;
}

.bookingButtons
{
    display: block;
}
.bookingButtons a
{
    float: right;
    display: inline-block;
    background: url(../images/booking/button-bg.gif) repeat-x top;
    line-height: 29px;
    height: 29px;
    font-weight: bold;
    padding: 0px 10px;
    color: #95B5D0;
}

.bookingButtons a.resetBtn
{
    background-image: none;
    color: #fff;
    text-decoration: underline;
}
.bookingButtons a:hover
{
    background-position: bottom left;
    text-decoration: none;
}


/* Step 2 */
.bookingSummury
{
    display: block;
}
.bookingSummury p label
{
    font-weight: bold;
    width: 75px;
    display: inline-block;
    margin-left: 20px;
}

/* ============ Validation =============== */

.formValidation
{
    border: 2px solid red;
    margin: 5px auto 5px auto;
    padding: 8px 8px 8px 35px; /*background:  #95B5D0 url('../images/alerts/error.gif') no-repeat 5px 5px;*/
    background-color: #C7C795;
    color: White;
}

.roomError
{
    background: url(../images/warning-icon.png) no-repeat left center;
    color: yellow;
    padding: 3px 3px 3px 30px;
    float: right;
}

/* Recipt */
.bookingPersonalInfo
{
    display: block;
}
.bookingPersonalInfo p span
{
    width: 100px;
    display: inline-block;
    margin-left: 25px;
    font-weight: bold;
}
.detailsTable
{
    padding-top: 2px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}
.detailsTitle
{
    background-color: #C7C795 !important;
}
.detailsTitle span
{
    width: 220px;
    display: inline-block;
    color: #666;
    font-weight: bold;
}
.detailsRoomNumber
{
    width: 220px;
    display: inline-block;
}

.bookingTotal p.totalTitle
{
    display: inline-block;
    float: left;
    font-weight: bold;
}
.totalPrice
{
    display: inline-block;
    float: right;
    font-weight: bold;
    padding-right: 24px;
}
.intro
{
    font-weight: bold;
    padding-bottom: 20px;
}

/* Cancelation Policy */
.cancelation
{
    display: block;
    padding-bottom: 20px;
}
.cancelation ul, .cancelation h2{
    margin-left:30px;
}
.cancelation div{
    margin-left:35px;
}
.cancelation ul li
{
    padding-bottom: 10px;
}


/* guest details page */
.underline
{
    text-decoration: underline;
}
.guestDetails input
{
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.guestDetails .guest
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.guest label{
width:50px;
float:left;
}
.invalid
{
    background-color: Yellow;
    border: 1px solid red;
}
.roomHeader
{
    margin-left: 50px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
    color: #DCDCDC;
}
.roomHeader label
{
    float: left;
    width: 110px;
    margin-left: 20px;
    margin-right: 20px;
}

h3
{
    padding-top: 10px;
}


