﻿body {
    font-family: Arial;
    font-size: 12px;
}
.tblMain
{
    width: 600px;
}
.tblMain th 
{
    background-color: #eeeeee;
    
}
.tblInner
{
    width: 600px;    
}
.tblInner td
{
    padding: 5px;
}
.tblLegend
{
    font-size: 10px;
}
.tblRates
{
    width: 325px;
}
.tblRates th
{
    width: 150px;
}
.tdAvailable
{
    background-color: #CFEFDF;
}
.tdReserved
{
    background-color: #cccccc;
}
.tdPending
{
    background-color: #fa8072;
}
.tdBlackout
{
    background-color: #666666;
}
.tblPickDate
{
    width: 600px;
}
.tblInput
{
    width: 450px;
}
.tblInput th
{
    text-align: left;
    padding: 3px;
}
.tblInput td
{
    padding: 3px;
}
h1
{
    font-size: 14px;
}
.lblDate
{
    font-size: 16px;
    font-weight: bold;
}
.lblTotal
{
    font-size: 16px;
    font-weight: bold;
    color: Red;
}
.tblAlert
{
    width: 500px;
    margin: 5px;
}
.tblAlert td{
	font-size: 12px;
	background-color: #ffffcc;
	padding: 10px;
	border: 1px solid #ffcc66;
}
.tblArrivalDate
{
    width: 645px;
}
.tblArrivateDate td
{
    padding: 5px;
}
.tblArrivalDate th
{
    padding: 5px;
    width: 400px;
    text-align: left;
    background-color: White;
}
.divReceipt
{
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
}