#header {
    background: #00aae7;
    color: #ffc;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #00aae7;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #3abdef;
}


.module h2, .module caption, .inline-group h2 {
    background: #00a0dd;
    color: #fff;
}

a:link, a:visited {
    color: #0079a6;
    text-decoration: none;
}

a.button {
    color: #fff;
}

a:focus, a:hover {
    color: #005170;
}

div.breadcrumbs {
    background: #007ca6;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #b7ebff;
    text-align: left;
}

.login #container {
    height: auto;
}
