dl.updates {
    margin: 1px 0 1em 0;
}

dl.updates a {
    text-decoration: none;
}
dd.updatesItem a {
    border-bottom: none;
}
dd.updatesItem a:visited {
    color: #436976;
}

.updatesHeader {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    padding: 0em 1em;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1.6em;
}

.updatesHeader a {
    color: Black;
}
.updatesItem {
    margin: 0;
    padding: 1em;
    border-left: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
}

.updatesItem a {
    display: block;
}

.updatesItemDate {
    text-align: right;
    display: block;
    color: Black;
}

dd.updatesFooter {
    background-color: #eef3f5;
    margin: 0;
    padding: 0.25em 1em;
    border: 1px solid #8cacbb;
    border-top-style: dotted;
    text-align: right;
}


.even {
    background-color: #eef3f5;
}

.odd {
    background-color: transparent;
}


