﻿body
{    
    margin: 0 0 0 10px;
    width: 343px;
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}

/* Global Font styles */
a
{
    color: #660000;
}
.flemingsRed
{
    color: #660000;
}
.message
{    
    font-weight: bold;
}

.redText
{
    color: #d63a32;
}

.smallerText
{
    margin: 0 0 0 0;
    font-size: 11px;
   
}

.finePrint
{
    font-size: 10px;
}

/* Reservation Header */
#header
{
   border-bottom: solid 1px #660000; 
}

h2.reservationHeader
{
    display: block;
    margin: 0 0 15px 0;
    _margin: 0 0 0 0;
    padding: 0;
    background: #ffffff url(../Images/ReservationSystem/ReservationHeader.gif) no-repeat 0 0;
    width: 161px;
    height: 18px;
    text-indent: -9999px;
}

h2.cancellationHeader
{
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    background: #ffffff url(../Images/ReservationSystem/CancellationHeader.gif) no-repeat 0 0;
    width: 150px;
    height: 23px;
    text-indent: -9999px;
}

h2.cancelConfirmHeader
{
   display: block;
    margin: 0 0 15px 0;
    padding: 0;
    background: #ffffff url(../Images/ReservationSystem/CancelConfirmHeader.gif) no-repeat 0 0;
    width: 206px;
    height: 18px;
    text-indent: -9999px; 
}

p#reservationSteps
{
    font-family: Verdana;
    font-size: 11px;
    color: #999999;
    _margin:0;
}
.current
{
    color: #333333;
}

/* Message section */
#messageWrap
{
    padding: 10px 0 10px 0;
  
}

/* Form section */



#ctl00_MainReservationContent_calDate {
    _margin: -25px 0 0 0;

}

#formWrap div
{
    margin: 10px 0 10px 0;
   
}

.formLabels
{
    display: inline-block;
    width: 76px;
    text-align: right;
    margin-right: 5px;
    float: left;    
}
.newGuestLabel
{
    margin: 0 5px 15px 0;
}

.commentLabel 
{
   display: inline-block;
   float: left;
   margin-right: 9px;
   text-align: right;
   width: 67px; 
}

.formDateElement
{
    float: left;    
}

.textInsert
{
    float: none;
    text-align: left;        
}

div#buttonWrap
{    
    text-align: center;
}

.btnLeft
{
    margin-right: 12px;
}

#buttonWrap p
{
    margin: 10px 0 0 0;
    text-align: left;
}

#requiredFieldWarning
{
    margin: 5px 0 0 0;
    font-size: 12px;
}

/* Alternate Times Page */
#formWrap #contentLeft
{
    float: left;
    width: 200px;
    margin-right: 15px;       
}

#formWrap #contentRight
{
    float: left;
    width: 120px;
    text-align: center;      
}

#formWrap #contentRight td
{
    width: 110px;
    text-align: center;
}

#formWrap #contentRight a
{
    display: block;
    margin-bottom: 5px;
}

.disabled
{
    color: #999999;
}

/* Comments box */
.comments
{
    width: 260px;
}

.cancellationCalendar
{
    margin-top: 20px;
}
/* Confirmation Page */
#btnReservationClose 
{
    display: block;
    width: 121px;
    height: 24px;
    background-image: url(../Images/ReservationSystem/btnClose.jpg);
    text-indent: -9999px;    
}
/* Cancellation Confirmation */
#btnCancelConfirm
{    
    margin-left: 15px;
    float: left;
    width: 121px;
    height: 24px;
    background-image: url(../Images/ReservationSystem/btnClose.jpg);
    text-indent: -9999px;
}

