  .cal-tab {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    }

  .cal-month {
    display: block;
    float: left;
    }

  .cal-nav {
    display: block;
    float: right;
    }

  table .cal-tab {
    border: none;
    line-height: 12px;
    }

  .cal-day {
    border: 1px solid black;
    background-color: #fff;
    width: 12%;
    height: 75px;
    }

  .cal-active-day {
    background-color: #FFFFCC;
    border: 1px solid black;
    width: 12%;
    height: 75px;
    }

  .cal-special-day {
    background-color: #cfc;
    border: 1px solid black;
    width: 12%;
    height: 75px;
    }

  .cal-event-day {
    background-color: #ffc;
    border: 1px solid black;
    width: 12%;
    height: 75px;
    }

  .cal-holiday {
    background-color: #cef;
    border: 1px solid black;
    width: 12%;
    height: 75px;
    }

  .cal-important-day {
    background-color: #fcc;
    border: 1px solid black;
    width: 12%;
    height: 75px;
    }

  #cal-today {
    border: 2px solid red;
    }

  .cal-day-heading {
    font-size: 9px;
    border: 1px solid black;
    background-color: #FFCC66;
    width: 12%;
    }

  .cal-heading {
    border: 1px solid black;
    background-color: #ffc;
    width: 12%;
    padding: 5px;
    }

  .cal-heading .disabled-link {
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    border: none;
    }

  .cal-tab a:link, .cal-tab a:visited, .cal-tab a:hover {
    font-size: 9px;
    text-decoration: none;
    color: black;
    border: none;
    }

  .cal-tab a:hover {
    text-decoration: none;
    color: #f00;
    }

  .cal-title a:link, .cal-title a:visited, .cal-title a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    border: none;
    }

  .cal-title a:hover {
    text-decoration: none;
    color: #f00;
    }

  .cal-leadby a:link, .cal-leadby a:visited, .cal-leadby a:hover {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
    border: none;
    }

  .cal-leadby a:hover {
    text-decoration: none;
    color: #f00;
    }

  .cal-day-of-month {
    font-weight: bold;
    font-size: 11px;
    float: right;
    clear: both;
    margin: 0;
    padding: 5px;
    }

  .cal-entry {
    clear: both;
    border-top: 1px solid black;
    margin-bottom: 5px;
    padding-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
    }

  .cal-time {
    font-weight: bold;
    font-size: 9px;
    }

  .cal-title {
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
    }

  .cal-leadby {
    font-size: 9px;
    margin-left: 5px;
    }

  .cal-notes {
    font-size: 9px;
    margin-left: 5px;
    margin-top: 2px;
    color: #f00;
    }

  .cal-event-entry {
    font-size: 11px;
    margin: 5px;
    }

  .cal-disclaim {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    font-style: italic;
    margin: 10px;
    color: #f00;
    }

  .cal-donation {
    margin-left: 10px;
    color: #666;
    }

  .cal-nav-sep {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 9px;
    color: #999;
    }
