/* Calendar container */
#cal1Container {
    background: #F2F2F2;
    float: left;
}

#cal1Container.loading {
    background: #F2F2F2 url(../images/ajax-loader.gif) no-repeat 50% 50%;
    float: left;
}

.booking-order {
    float: left;
    margin: 10px;
    clear: both;
}

.booking-order .booking-dates {
    float: left;
    clear: both;
    padding: 15px 0px;
}

.booking-order .booking-dates INPUT {
    border: 1px solid #666;
    float:left;
    
}

.booking-order .booking-dates LABEL {
    font-size: 12px;
    width: 70px;
    text-align: left;
    float: left;
    display: block;    
}

/* Hours table */

#aw_booking_timetable {
    height: 70px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

TABLE.aw_booking_timetable {
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-width: 1px 0px 0px 1px;
}

.aw_booking_timetable TR TD {
    margin: 0px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 0px;

}

.aw_booking_timetable TD {
    height: 24px;
    width: 12px;
}

.aw_booking_timetable THEAD TD {
    background-color: #eee;
    font-weight: bold;
    height: 24px;
    width: 24px;
    font-size: 11px;
}

.aw_booking_timetable TD.free {
    background-color: #cf9;
}

.aw_booking_timetable TD.busy {
    background-color: #f66;
}

.aw_booking_timetable TD.out {
    background-color: #e0e0e0;
}

.aw_booking_timetable TD.first-prim, .aw_booking_timetable TD.last-sec {
    background-color: #ccc;
}

.aw_booking_timetable TD.first-sec, .aw_booking_timetable TD.common-sec {
    border-right: 0px !important;
}

TABLE.aw_booking_legend DIV.legend {
    height: 14px;
    width: 14px;
    border: 1px solid #eee;
    float: left;
    margin: 5px;
}

TABLE.aw_booking_legend TR TD {
    width: 120px;
    font-weight: bold;
    font-size: 10px;
    line-height: 25px;
}

TABLE.aw_booking_legend DIV.free {
    background-color: #cf9;
}

TABLE.aw_booking_legend DIV.busy {
    background-color: #f66;
}

TABLE.aw_booking_legend DIV.blue {
    background-color: #B3D4FF;
}

.time-selector {
    white-space: nowrap;
}
