/* begin: layout */

.bookingForm
{
       height:700px !important;
       padding:0 !important;

}

#availableBookings h2
{
     letter-spacing:-1px;
     font-size:22px;
     line-height:22px;
     margin-bottom:15px;
    
}

#availableBookings p
{
    font-family:Georgia;  
    padding-right:350px;
}
#availableBookings table p{
    padding-right:0;
}

#availableBookings 
{
    width:910px;
    margin:0 auto;
    padding:20px 0;
}   
     
table.booking 
{
    border-collapse:collapse;
    font-size:12px;
    margin-top:20px;
}

table.booking th#colOne 
{
    width:156px;
    background:none
}

table.booking th#colTwo, 
table.booking th#colThree, 
table.booking th#colFour, 
table.booking th#colFive, 
table.booking th#colSix, 
table.booking th#colSeven 
{
    width:92px
}

table.booking th#colEight 
{
    width:106px;
    background: #fff url(/assets/css/img/tabular/table-tr-th-td-bg.gif) top left no-repeat
}

/* begin: thead */
table.booking thead tr th 
{
    background: #fff url(/assets/css/img/tabular/table-thead-tr-th-bg.gif) top left no-repeat;
    padding-left:12px;
    padding-bottom:8px
}

/* begin: tfoot */
table.booking tfoot tr td 
{
    background: url(/assets/css/img/tabular/table-tfoot-tr-td-bg.gif) top left no-repeat
}

table.booking tfoot a 
{
    font-weight:bold;
    text-decoration:none;
    padding:10px 0;
    color:#333;
    text-transform:uppercase
}

table.booking tfoot a.previous 
{
    float:left;
    margin-left:180px
}

table.booking tfoot a.next 
{
    float:right;
    margin-right:16px
}

/* begin: tbody */
table.booking tbody tr th 
{
    background: #fff url(/assets/css/img/tabular/table-tr-th-bg.gif) top left no-repeat;
    padding-top:16px
}

table.booking tbody tr td 
{
    background: #fff url(/assets/css/img/tabular/table-tbody-tr-td-bg.gif) top left no-repeat;
    padding:14px 0 0 7px;
    height:32px;
    text-transform:uppercase
}

table.booking tbody tr td a 
{
    display:block;
    text-decoration:none;
    color:#3fbf18;
    font-weight:bold;
    height:100%;
    padding:3px 0 0 5px
}

table.booking tbody tr td p 
{
    color:#333;
    padding:3px 0 0 5px;
    font-weight:bold;
    _width:90px;
}

table.booking tbody tr td a:hover, table.booking tbody tr td a.active 
{
    background:#3fbf18;
    color:#fff;
}

table.booking tbody td.nth-last-child
{
    background: #fff url(/assets/css/img/tabular/table-tr-td-nth-last-child-bg.gif) top left no-repeat;
    padding-left: 7px;
}

#availableBookings table.booking tbody td.nth-last-child p{
    padding-right:16px;
}

table.booking tbody td.nth-last-child a 
{
    width:95px;
} 

/* begin: commmon */
table.booking tr td,
table.booking tr th 
{
    vertical-align:top;
    text-align:left;
}

table.booking tr th 
{
    font-family:Georgia;
    font-weight:normal
}

table.booking tr th span 
{
    display:block;
    text-transform:uppercase;
    font-family:helvetica;
    font-weight:bold
}

table.booking tr td.closed p 
{
    background:#c3c3c3;
    height:100%;
    width:auto;
}

/* begin: form */
table.booking label 
{
    display:block;
    height:32px;
    font-weight:bold;
    color:#3FBF18;
    cursor:pointer;
    padding:3px 0 0 5px;
}

table.booking label:hover, table.booking label.active
{
    color:#0099CC;
    background:#3FBF18;
    color:#FFFFFF !important;
}


table.booking .selected 
{
    background:#3FBF18
}

table.booking input 
{
    left:-9999px;
    position:absolute;
}

#availableBookings  input.submit 
{
    background:#3fbf18;
    color:#FFFFFF;
    font-weight:bold;
    height:24px;
    padding-left:3px;
    text-decoration:none;
    float:right;
    width:124px;
    margin-top:20px;
    text-transform:uppercase;
    text-align:left;
    position:static
}

/* TOURS SPECIFIC - overriding those above */
table.tours label:hover,
table.tours .selected,
table.tours label.active,
#availableBookings  input.tours 
{
    background:#F34848;
}

table.tours label 
{
    color:#F34848;
}

/* LUNCH AND DINNER */
table.lunchDinner label:hover,
table.lunchDinner .selected,
table.lunchDinner label.active,
#availableBookings  input.lunchDinner 
{
    background:#ff9c00;
}

table.lunchDinner label 
{
    color:#ff9c00;
}

/* button disabled */
#availableBookings  input.submit.disabled
{
    background:silver;
}