/* Calendar Stylesheet*/

  #div1{
    float: left; 
    background-color: transparent;
    padding: 0.25em;
    width: 15em;
  }
  #div2{
    background-color: #dddddd;
    padding: 0.25em;
    margin-left: 15em;
    vertical-align: top;
  }

  #month {
    color: #ffffff;
    background-color: rgb(51, 0, 51);
    background-color: #036fab;
    font-weight: bold;
    font-family: Arial;
    font-size: 0.75em;
    text-align: center;
    }

  #monthNotVisible {
    color: #ffffff;
    background-color: rgb(51, 0, 51);
    background-color: #036fab;
    font-weight: bold;
    font-family: Arial;
    font-size: 0.75em;
    text-align: center;
    visibility: hidden;
    }
 
  #weekHeader {
    background-color: navy;
    font-weight: normal;
    }
  #week {
    text-align: right;
    }

  .threeNightHeading {
    color: #000000;
    background-color: rgb(153, 255, 255);
    text-align: center;
    width: 7em;
    font-weight: normal;
    }
  .fourNightHeading {
    color: #000000;
    background-color: ivory;
    text-align: center;
    width: 7em;
    font-weight: normal;
    }
  .sevenNightHeading {
    color: #000000;
    background-color: rgb(153, 255, 153);
    text-align: center;
    width: 7em;
    font-weight: normal;
    }
  .threeNight {
    color: #000000;
    background-color: rgb(153, 255, 255);
    text-align: center;
    width: 7em;
    font-weight: bold;
    }
  .fourNight {
    color: #000000;
    background-color: ivory;
    background-color: rgb(255, 204, 255);
    text-align: center;
    width: 7em;
    font-weight: bold;
    }
  .sevenNight {
    color: #000000;
    background-color: rgb(153, 255, 153);
    text-align: center;
    width: 7em;
    font-weight: bold
    }

  .nullDay {
    background-color: rgb(204, 204, 204);
    width: 3em;
    }

  .available {
    background-color: #0080c0;
    background-color: rgb(255, 255, 153);
    background-color: ivory;
    color:black;
    width: 3em;
    text-align: center; 
     }
  .booked {
    background-color: red;
    width: 3em;
    text-align: center; 
    }
  .reserved {
    background-color: yellow;
    color: black;
    width: 3em;
    text-align: center; 
    }
  .unavailable {
    background-color: orange;
    color: black;
    width: 3em;
    text-align: center; 
    }
  .britishOpen {
    background-color: maroon;
    color: white;
    width: 3em;
    text-align: center; 
    }
 .availableLegend {
    background-color: #0080c0;
    background-color: rgb(255, 255, 153);
    background-color: ivory;
    color:black;
    width: 12em;
    font-weight:bold;
    text-align: center; 
     }
  .bookedLegend {
    background-color: red;
    width: 12em;
    font-weight:bold;
    text-align: center; 
    }
  .reservedLegend {
    background-color: yellow;
    color: black;
    width: 12em;
    font-weight:bold;
    text-align: center; 
    }
  .theOpenLegend {
    background-color: maroon;
    color: white;
    width: 12em;
    font-weight:bold;
    text-align: center; 
    }

  .monthFinderLink {
    font-size: 1.0em;
    font-family: courier;
    font-weight: normal;
    }

