.calendarTop {
  background: url(calendarTop2.gif) left top no-repeat;
  width: 222px;
  margin: 0;
  padding: 0;
  height: 12px;
}

.calendarBottom {
  background: url(calendarBottom2.gif) left top no-repeat;
  width: 222px;
  margin: 0;
  padding: 0;
  height: 12px;
}

a.monthNav {
  font-size: 85%;
  color: #35342c;
  font-weight: normal;
}

.calendarOverview {
  width: 200px;
  border-collapse: collapse;
  font-size: 112%;
  background-color: #f8f2d7;
  margin: 0 0 0 10px;
}

#content .calendarOverview {
  width: 250px;
}

.calendarOverview td {
  border: 2px solid #f8f2d7;
  text-align: center;
}

#content .calendarOverview td {
  line-height: 1.5em;
  font-size: 100%;
}

#smallCalendar,
#content .calendarOverview {
  margin-bottom: 30px;
}

#smallCalendar {
  float: left;
  width: 222px;
  background: url(calendarBackground.gif) repeat-y left top
}

#smallCalendar dl {
  margin: 0 11px;
}

.calendarOverview {
  font-size: 100%;
}

.calendarOverview td {
  line-height: 1.8em;
}

.calendarOverview td.today {
  background-color: #f2d98c;
}

.calendarOverview td.event {
  background-color: #ebb200;
  color: #fff;
}

.calendarOverview td.hidden {
  color: #EEE;
}

.weekNum {
  width: 2em;
  background-color: #999;
  color: #FFF;
}

.weekdays th {
  padding: 5px 0;
  background-color: #999;
  border: 1px solid #EFEFEF;
  color: #FFF;
  text-transform: uppercase;
}

.months th {
  padding: 5px 0;
  font-size: 110%;
  font-weight: bold;
}

#event {
  padding: 10px 0;
}

#event #eventAttributes {
  margin-bottom: 12px;
}

#event #eventAttributes .variable {
  width: 100px;
  font-weight: bold;
}

.events dd {
  padding: 0 0 10px 0;;
  margin-bottom: 5px;
  font-size: 114%;
  border-bottom: 1px solid #EEE;
}

.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: #35342C;
}

.events a {
  color: #35342C;

}

.thisMonth {
  font-size: 125%;
}