﻿#bookings table
{
    border:1px solid #000;
    padding:0;
    margin:0;
    text-align:center;
}
#bookings th
{
    border:0;
    padding:5px 0;
    border-bottom:2px solid #000;
}
#bookings td
{
    border:0;
}
#bookings .bookingsRowEven
{
    background-color:#cef8d0;
}
#bookings .bookingsRowOdd
{
    background-color:#b8f0bb;
}
#bookings .bookingsHeader
{
    background-color:#a6d6f5;
}
#bookings .bookingsHeader a
{
    text-decoration:none;
    color:#000;
}
