﻿#year_chooser .current-year, #year_chooser .current-year div {
    color: #42AFF4;
    border-bottom: 8px solid #42AFF4;
}

#year_chooser table{
    margin: 0 -12px 0 -8px;
}

#year_chooser {
    padding: 0 35px 10px 35px;
}

#year_chooser div {
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    border-bottom: 5px solid #808080;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 1.5em;
}

#year_chooser a {
    color: #808080;
    text-decoration: none;
}

#year_chooser a:hover, #year_chooser a:hover div {
    color: #2c75a3;
    border-bottom-color: #2c75a3;
}
