.theme {
    border: 1px solid #2C548F;
    background-color: #4C81AF;
    color: white;
}

a.current-tab {
    border-width: 1px;
    border-style: solid;
    background-color: #2C548F;
}

a.tab:hover,
a.tab:active,
.img-button:hover,
.img-button:focus,
.admin-button:hover,
.admin-button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: #5CA3BF;
    text-decoration: none;
}

.button-active {
    background-color: #5CA3BF;
}
