#filters,
#calendarTopNav,
#monthPrintBox,
#monthTabBox,
#calendarTabs,
#calendarNav,
.noPrint {
  display: none;
}

#calendarLogo { text-align: center; }

.dateRow td {
  border-bottom-width: 0;
}

#eventInfo td {
  font-weight: normal;
  text-align: left;i
  font-size: xx-small;
}

.eventTime { white-space: nowrap; }

table {
  width: 100%;
  border: 0pt solid #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}

th {
  vertical-align: top;
  border: 0pt solid #FFF;
  border-top-width: 3pt;
  border-left: 0;
  border-right: 0; 
  font-weight: normal;
  font-size: xx-small;
}

td {
  vertical-align: top;
  border: 0pt solid #000;
  border-left: 0;
  border-right: 0;
  font-weight: normal;
  font-size: xx-small;
}

table.calmain {
  width: 100%;
  border: 1pt solid #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1;
}

td.notInMonth,
td.calday {
  vertical-align: top;
  border: 1pt solid #000;
  border-left: 1;
  border-right: 0;
  border-top: 1;
  border-bottom: 0;
  font-weight: normal;
  font-size: xx-small;
}

td.notInMonthLast,
td.caldayLast {
  vertical-align: top;
  border: 1pt solid #000;
  border-left: 1;
  border-right: 1;
  border-top: 1;
  border-bottom: 0;
  font-weight: normal;
  font-size: xx-small;
}

td a {
  text-decoration: none;
}