﻿
.calendar_button
{
    border:none;
    cursor:pointer;
}

.title
{
  font-weight:bold;
  background-color:#d0d7d7;
}

.title TD
{
    font-weight:bold;
}

.calendar TD
{
    font-size:8pt;
  font-family:Verdana;
}

.day
{
  width:58px;
  height:39px;
  cursor:pointer;
  text-align:right;
  vertical-align:top;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  background-color:#6c9899;
  font-size:6pt;
}

.weekend
{
  background-color:#96bfc0;
}

.Provisional
{
    background-color:gray;
    background-repeat:no-repeat;
    background-position:left bottom;
}

.Availiable
{
    background-color:#6c9899;
    background-repeat:no-repeat;
    background-position:left bottom;
}

.Booked
{
    background-color:#8e4f46;
    background-repeat:no-repeat;
    background-position:left bottom;
}

.dayheader
{
    width:35px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  background-color:#FFFFFF;
  font-size:6pt;
  color:#333333;
}

.othermonthday
{
  visibility:hidden;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:white;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}
 
 

