.calendarTitle {
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calendarContainer {
  background: #F6F5E7 none repeat scroll 0px 0px;
  border: 1px solid #E4DEB6;
  font: normal normal normal 0.9em/normal Arial, Helvetica, sans-serif;
  margin: 0px 0px 15px;
  text-align: center;
  height: 168px;
  padding-left: 10px;
}

.calendarTable {
  width: 100%;
}

.calendarTable th,
.calendarTable td {
  text-align: center;
}

.calendarContainer a {
  color: #333;
  display: block;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  width: 2.2em;
  font-weight: normal;
}

.calendarContainer a.hasEvent {
  background-color: #BAD12D;
}

.calendarContainer a:hover {
  color: #E7E3C0;
  background-color: #5D3742;
}

.prev-button,
.next-button,
.today-button {
  display: inline !important;
  background: none;
  font-weight: bold !important;
}

.calendarEntry.hidden
{
  display: none;
  position: absolute;
  background: none repeat scroll 0 0 #F6F5E7;
  border: 1px solid #E4DEB6;
}

