﻿
body,table {margin:0px;FONT-SIZE: 11px; FONT-FAMILY: verdana; color:#000000;}	

/*******/
.BookingsListTable
{
    border : 1px solid gray;
    border-collapse : collapse;
    margin-bottom : 30px;
}

.BookingsListDateCell 
{
    font-size : 12px;
    font-weight : bold;
    height : 24px;
    padding: 10px;
    border-bottom : 1px solid gray;
}

.BookingsListRowCell
{
    border-bottom : 1px dotted gray;
    font-size : 12px;
    height : 24px;
    padding: 5px;
    width: 150px;
}

.TimesTable
{
    border-collapse : collapse;
}

.TimesTableDateCell
{
    text-align : center;
    font-weight : bold;
    padding-left : 10px; 
    padding-right : 10px;
}

.TimesTableContentCell
{
    padding-left : 10px; 
    padding-right : 10px;
    vertical-align : top;
    padding-top : 10px;
}



