#calendar {
  background-color: #1a1a1a;
  width: 315px;
  height: 272px;
  float: right;
}
#calendar table {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
#calendar th.monthName {
  width: 100px;
  height: 30px;
}
#calendar td {
  text-align: center;
  padding: 5px 0 5px 0;
}
#calendar .otherMonth { visibility: hidden; }
#calendar abbr {
  border: none;
  font-size: 10px;
  margin: 0 3px 0 0;
  padding: 0 0 30px 0;
}
a.prev_month {
  background-image: url('/images/prev_month.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 17px;
  height: 17px;
  display: block;
}
#next_month { text-align: right; }
a.next_month {
  background-image: url('/images/next_month.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 17px;
  height: 17px;
  display: block;
  float: right;
}
a.cal_btn {
  background-image: url('/images/cal_btn.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 10px;
  margin: 0 5px 0 5px;
}
a:hover.cal_btn, .today a {
  background-image: url('/images/cal_btn_over.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 25px;
}