#top-navigation, body#startpage #login {
    background: #a0d54e;
    color: #fff;
    background: -moz-linear-gradient(top,  #95c154,  #72a723);
    background: -webkit-linear-gradient(top, #95c154, #72a723);
    background: -o-linear-gradient(top, #95c154, #72a723);
    background: linear-gradient(top, #95c154, #72a723);
    border-bottom:1px solid #599501;
}

#top-navigation a:hover {
    color: #fff;
    text-decoration: underline;
}

a, a:active, a:hover, a:visited, .head a { color:#0073b1 }

.sbox, div.sbox, td.sbox {
    background: #fff;
}

button, input.button, input.hbutton, body a.button, body a.button:link, body a.button:visited, body a.button:active, .sbox button {
    background-color: #0368b1;
    color: #fff;
    fill: #fff;
    border:1px solid #2f6592;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background-image: -webkit-linear-gradient(top, #2C81C0, #0368B1 50%, #0167B0 50%, #297FBE);    
    background-image: linear-gradient(top, #2C81C0, #0368B1 50%, #0167B0 50%, #297FBE);
}

input.hbutton, input.button:hover, a.button:hover, button:hover, button.hover {
    background-color: #297fbe;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

body#startpage h1, body#startpage h2 {
    color: #000;
}

body#startpage #bubble-content button {
    background: #a0d54e;
    border-right: 1px solid #599501;
    border-bottom: 1px solid #599501;
}

body#startpage #bubble-content button:hover {
    background-color: #a0d54e;
}


body#startpage .picture img {
    background-color: #a0d54e;
}