﻿  .calendarMonth{
    border-collapse:collapse;
    background-color:#eef;
  }
  .calendarMonth th{
  }
  .calendarMonth .calendarTitle{
    background-color:#ddf;
  }
  .calendarMonth .calendarPrevious{
    background-color:#ddf;
  }
  .calendarMonth .calendarNext{
    background-color:#ddf;
  }
  .calendarEmpty{
  }
  .calendarDay{
    cursor: pointer;
    background:#fff;
    border:1px solid black;
    text-align:center;
    width:2em;
  }
  .hide{
    display: none;
  }
