table.SimpleCalendar {
  font-family: Arial;
  border-collapse: collapse;
  height: 175px;
  width: 175px;
  margin: 10px; }
  table.SimpleCalendar th {
    background: #C9E9F0;
    color: #0092B4;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #bbb;
    border-top: none; }
  table.SimpleCalendar tbody td {
    vertical-align: top;
/*    width: 90px;
    height: 90px;*/
    border: 1px solid #bbb;
    background: #e6e6e6;
    cursor: pointer; }
    table.SimpleCalendar tbody td time {
      font-size: .7em;
      display: block;
      background: white;
      padding: 2px;
      text-align: right;
      font-weight: bold; }
    table.SimpleCalendar tbody td.SCsuffix, table.SimpleCalendar tbody td.SCprefix {
      background: white; }
    table.SimpleCalendar tbody td div.event {
      color: #355;
      font-size: .65em;
      padding: 5px;
      line-height: 1em;
      border-bottom: 1px solid #bbb;
      background: #858585;
      color: white; }
  table.SimpleCalendar tbody td.today {
    background: #79DF8B; }

/*# sourceMappingURL=simplecalendar.css.map */
