/* Generated by KompoZer */
.calendar {
  height: 164px;
}
.main {
  border:  none;
  width: 200px;
  position: relative;
  right: 2px;
  top: 0px;
}
.main table {
  border-color: #d62b31;
}
.month {
  background-color: #d62b31;
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
}
.daysofweek {
  background-color: gray;
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
}
.days {
  padding: 2px;
  font-size: 12px;
  font-family: verdana;
  color: black;
  background-color: #ffffff;
}
.days #today {
  font-weight: bold;
  color: red;
}
