.calendarTop {
  background: url(calendarTop2.gif) left top no-repeat;
  width: 222px;
  margin: 0;
  padding: 0;
  height: 12px;
  display:none;
}

.calendarBottom {
  background: url(calendarBottom2.gif) left top no-repeat;
  width: 222px;
  margin: 0;
  padding: 0;
  height: 12px;
  display:none;
}

a.monthNav {
  font-size: 85%;
  color: #7E7973;
  font-weight: normal;
  font-family:Verdana;
  text-transform:uppercase;
}

.calendarOverview {
  width: 230px;
  border-collapse: collapse;
  font-size: 112%;
  font-family:Verdana;
}

#content .calendarOverview {
  width: 250px;
}

.calendarOverview td {
  border: 2px solid #d5eaff;
  text-align: center;
}

#content .calendarOverview td {
  line-height: 1.5em;
  font-size: 100%;
}

#smallCalendar,
#content .calendarOverview {
  margin-bottom: 0px;
}

#smallCalendar {
}

#smallCalendar dl {
  margin: 10px 0;
}

.calendarOverview {
  font-size: 100%;
}

.calendarOverview td {
  line-height: 1.8em;
}

table.calendarOverview td.today {
  background-color: #a3a0ce;
}

.calendarOverview td.event {
  background-color: #90c0ea;
  color: #fff;
}

.calendarOverview td.hidden {
  color: #EEE;
}

.weekNum {
  width: 2em;
  background-color: #70a3cf;
  color: #FFF;
}

.weekdays th {
  padding: 5px 0;
  background-color: #70a3cf;
  border: 1px solid #d5eaff;
  color: #FFF;
  text-transform: uppercase;
}

.months th {
  padding: 0 0 5px 0;
  font-weight: bold;
}

#event {
  padding: 0 0 10px;
}

#event #eventAttributes {
    border-bottom: 1px dotted #84B3DE;
    margin-bottom: 24px;
    padding-bottom: 12px;
    width: 100%;
}

#event #eventAttributes .variable {
  width: 100px;
  font-family: verdana;
  font-size: 75%;
  font-weight: normal;
}

.events dt {
    color: #989898;
    font-family: verdana;
    font-size: 75%;
    margin-bottom: 10px;
    padding: 0;
}

.day {
  background-color: #fff;
  color: #35342c;
}

.event a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}

.event a:hover {
  text-decoration: none;
  color: #333;
}

#smallCalendar dt {
  padding: 5px 0px 0px 0px;
}

#smallCalendar dt a {
  color: #35342C;
}

#smallCalendar .date {
  font-weight: bold;
  padding-right: 7px;
  color: #004479;
  font-family:Verdana;
  text-transform:uppercase;
  font-size:75%;
}

.events a {
  color:#0D426C;
  font-size:120%;
}

.thisMonth {
  font-size: 85%;
  font-family:Verdana;
  text-transform:uppercase;
}
