/*******************************************************
*******************************************************
*** FOLLOWING CREDIT MUST REMAIN **********************
*******************************************************
*** Author: Chris Franks                       ********
*** Program: Booking Calendar                  ********
*** Version: 1.02                              ********
*** URL: http://www.chrisfranks.co.uk/calendar ********
*******************************************************
*******************************************************
*** See Readme.txt for use ****************************
*******************************************************
*******************************************************/

.calendarTable {
  background: #efefef; 
  width: 155px;
  padding: 0; 
  border-collapse: collapse;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #00BAEC;
  text-align: center;}
  
.calendarTable .caption {
  background: #F47223; 
  color: #fff; 
  font-size: 110%; 
  text-align: center; 
  font-family: arial;}
  
.rowHeader {
  background: #F47223;}
  
.calendarTable th, .calendarTable td {
  width: 20px; 
  height: 20px;
  font-size: 80%;}
  
/*.calendarTable th {
  border: 1px solid #F47223;}*/
  
.booked, .reserved, .available {
  border: 1px solid #F47223; 
  text-align: center;}
  
.booked {
  background: #f00;}  
  
.first {
  background: url(../images/first.gif) no-repeat top left;}
  
.reserved {
  background: #ff0;}
  
.available {
  background: #fff;}
  
.firstday {
  text-decoration: underline overline;
  font-weight: bold;
  color: #000;}