.bloc_col_droite .tx-ttnews table {
    width: 133px;
}

#fixed_content_right_column .bloc_col_droite .tx-ttnews {
    padding-top: 24px;
}

.tx-ttnews {
    height: 164px;
}

.calendar-table {
    padding: 1em;
    border-collapse: collapse;
    margin-left: 19px;
}

.calendar-table a {
    text-decoration: underline;
}

.calendar-table td, .calendar-table th {
    padding: 2px;
    text-align: center;
}

.calendar-table caption {
    font-size: 200%;
    text-transform: uppercase;
}

.calendar-table .day_cell {
    border: 1px solid #E09BB8;
}

.calendar-table .today_cell {
    border: 1px solid #E09BB8;
    background-color: #BB2B66;
    color: white;
}

.linked_today {
    padding: 2px;
    background-color: #BB2B66;
    border: 1px solid #E09BB8;
}

.linked_today a {
    color: white;
    text-decoration: none;
}

.linked_today_nolink {
    padding: 2px;
    background-color: #C7D5FE;
}

.linked_day {
    padding: 2px;
    border: 1px solid #E09BB8;
    background-color: #1D7AB3;
}

.linked_day a {
    color: white;
    text-decoration: none;
}

/* List view CSS */
.newsCalendar_listHeader {
    font-size: 1.5em;
    font-weight: bold;
    background-color: #C7D5FE;
    color: #333333;
    border: 1px solid #7e7e7e;
    padding: 0.5em;
}

.newsCalendar_listBody {
    padding: 1em;
}

.newsCalendar_listItem {
    display: table;
    font-size: 1em;
    padding-top: 1em;
}

.newsCalendar_listItem a {
    font-weight: bold;
}

.newsCalendar_listItem_image {
    display: table;
    float: left;
    padding: 3px;
    border: 1px solid #CCC;
    margin-top: 3px;
    margin-right: 3px;
}

.newsCalendar_listItem_subheader {
    display: table;
    float: left;
}

.newsCalendar_listItemHeader {
    font-weight: bold;
    padding-top: 1em;
    font-size: 1.25em;
}
