/* tx_newscalendar
*******************************************************************************/

.tx-ttnews .calendar-table TD, 
.tx-ttnews .calendar-table TH {
    padding: 3px 0;
    width: 14.285%;
    text-align: center;
}
.tx-ttnews .calendar-table TD .linked_day {
  padding: 0;
  border: none;
}
.tx-ttnews .newsCalendar_calendarHeader,
.tx-ttnews .newsCalendar_calendarItem {
  text-align: left;
  font-weight: normal !important;
  font-size: 0.9em;
}
.newsCalendar_calendarItem_image,
.newsCalendar_calendarItem_subheader {
  display: none;
}
#rightContent .tx-ttnews {
    background-color: #FFFFFF;
    clear: both;
    font-size: 0.9em;
    height: auto;
    margin: 0 0 1em;
    width: 193px;
    position: relative;
}

#rightContent .tx-ttnews .calendar-table {
    padding: 0;
    width: 100%;
}

.columYear {
  line-height: 26px;
}
#rightContent .tx-ttnews .calendar-table .columPrevious a,
#rightContent .tx-ttnews .calendar-table .columNext a {
    background: url("../shared/bg_arrow_sprite.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 32px;
    width: 32px;
    display: block;
    text-indent: -6000em;
    padding: 0; 
}
#rightContent .tx-ttnews .calendar-table .columPrevious a {
    background-position: -4px 0;

}
#rightContent .tx-ttnews .calendar-table .columPrevious a:hover {
    background-position: -4px -50px;
}
#rightContent .tx-ttnews .calendar-table .columNext a {
    background-position: -42px 0;
    float: right;
}
#rightContent .tx-ttnews .calendar-table .columNext a:hover {
    background-position: -42px -50px;
}

#rightContent .tx-ttnews .newscalendar-tip .bt-content {
  right: 100px;
}
#rightContent .tx-ttnews .newscalendarTooltipHeader {
  font-size: 0.9em;
}

#rightContent .tx-ttnews .linked_today_nolink {
    background-color: #5D2480;
    color: #FFFFFF;
    padding: 2px;
}
body #rightContent .tx-ttnews .newscalendarTooltip a {
  background-image: none;
  padding: 0;
}

