@charset "utf-8";

h2 {
    color: #857040;
}

.layout {
    border-width: 0;
}

main {
    background-color: #fff;
    padding-top: 15px;
}

header a.logo {
    width: 227px;
    height: 73px;
    top: 39px;
    left: 20px;
    background-image: url('../../images/logo.png');
}

header a:hover {
    color: #857040;
}

header .logged-box .password-change a:hover span,
header .logged-box .profile-edit a:hover span,
header .logged-box .sudo-back a:hover span {
    filter: contrast(1.7) brightness(0.7);
}

nav .topmenu {
    background-color: #857040;
}

nav div.loginbox div.login-error {
    background-color: #857040;
}

nav div.loginbox div.login-error div span:after {
    color: #857040;
}

footer {
    background-color: #857040;
}

footer .box,
footer .box a {
    color: #ffffff;
}

.content .title {
    color: #2e2d2b;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAIAAAAW4yFwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiOHfuHBMDAwNAgAEADowCbdLDlPkAAAAASUVORK5CYII=') 0 8px repeat-x;
}

.content div.title {
    color: #2e2d2b;
    background-position: 0 12px;
}

.content input:focus, .content select:focus, .content textarea:focus {
    box-shadow: 0 0 4px #857040;
}

.content a:hover {
    color: #857040;
    border-bottom-color: #857040;
}

legend {
    color: #857040;
}

.list th, .silverlist th {
    background-color: #585755;
    color: #fff;
    font-weight: normal;
}

.goldlist th {
    background-color: #585755;
    color: #fff;
    font-weight: normal;
}

.goldlist-stress th {
    background-color: #857040;
}

.list th a {
    color: #fff;
}

th .calcData {
    color: #fff;
}

.content input[type=submit]:hover,
.content input[type=button]:hover,
.content .button:hover,
.content button:hover {
    background-color: #857040;
}

.content input[type=submit]:focus,
.content input[type=button]:focus,
.content .button:focus,
.content button:focus {
    color: #999;
}
