﻿@charset "utf-8";
/* CSS Document */

.Booked
{
  background-color:#CC0000;
  color:White;
  border: 1px solid #C7ECFE;
}

.Provisional
{
  background-color:#FFCC33;
  color:White;
  border: 1px solid #C7ECFE;
}

.CalenderMonth
{
  text-align:center;

}

.CalendarDay
{
  width:20px;
  height:20px;
  vertical-align:middle;
  color:#07078F;
  border: 1px solid #75A4F0;
}

.CalendarNonDay
{
  width:20px;
  height:20px;
  vertical-align:middle;
}

.CalenderMonthTitle
{
  text-align:center;
  background-color:#75A4F0;
  color:#F5F5F5;
}

.CalenderYear
{
  width:95%;
  
  font-size: 10pt;
	font-family:verdana;
	font-size:9pt;
	letter-spacing:0.05em;
}

.CalendarKey
{
}

.CalendarDayName{
color:#5C9ABE;
}

.CalendarKeyHeading
{
  text-align:left;
  background-color:#75A4F0;
  color:White;
  
  font-size: 10pt;
	font-family:verdana;
	font-size:9pt;
	letter-spacing:0.05em;
	
	padding-left:5px;
}

.CalendarKeyName{
  	
  font-size: 10pt;
	font-family:verdana;
	font-size:9pt;
	letter-spacing:0.05em;
	
	padding-left:5px;
}

.CalendarKeyDelimiter
{
  width:20px;
}

#CalendarKeyValue
{
  width:20px;
  height:20px;
}

