#bottomright .calendar-table a {
  color: #000;
}

.calendar-table {
  width: 100%;
  padding: 0.5em;
  background: #fff
}
.calendar-table TD, .calendar-table TH {
  padding:3px;
  text-align:center;
  color: #000;
}
.calendar-table TH {
  color:#333;
  border-top:1px solid #7e7e7e;
  border-bottom:1px solid #7e7e7e;
}
.calendar-table caption {
  font-size:200%;
  color:#333;
  text-transform:uppercase;
}
.linked_today{
  padding:2px;
  color:#fff;
  background-color:#e2001a;
  cursor:pointer;
  text-decoration:underline;
  border:1px solid #333;
}
.linked_today_nolink{
  padding:2px;
  color:#fff;
  background-color:#e2001a;
  border:1px solid #333;
}
.linked_day{
  padding:2px;
  color:#fff;
  background-color:#7e7e7e;
  cursor:pointer;
  text-decoration:underline;
  border:1px solid #333;
}

/* List view CSS */
.newsCalendar_listHeader{
  font-size:1.3em;
  font-weight:bold;
  /*background-color:#e2001a;*/
  color:#333;
  /*border:1px solid #7e7e7e;*/
  /*padding:0.5em;*/
  padding-bottom: 5px;
}
.newsCalendar_listBody{
  /*padding:1em;*/
}
.newsCalendar_listItem{
  font-size:1em;
  /*padding-left:1em;*/
}
.newsCalendar_listItemHeader{
  font-weight:bold;
  padding-top:0.5em;
  padding-bottom:0.25em;
  font-size:1.25em;
}

.bt-active:hover {
  color: #000
}

