.frontpage_calendar{
  position: relative;
  margin-left: 5px;
  margin-top: 42px;
  background-image: url(/images/layout/calendar_background.png);
  background-repeat: no-repeat;
  width: 184px;
}

table.frontpage_calendar .frontpage_calendar_day{
  text-align: center;
}

table.frontpage_calendar .otherMonth{
  text-align: center;
}

table.frontpage_calendar .today{
  background-image: url(/images/layout/today.png);
  background-repeat: no-repeat;
}
