#header{
    background-color: #192F5B;
    border-bottom: solid 3px #999;
}

body{
    background: #fefefe;
}

.button, input[type="submit"], input[type="button"], .submit-row input, a.button {
    background: #192F5B;    
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #4A90E2;
    color: #fff;
}

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

a:focus, a:hover {
    color: #192F5B;
}

a:link, a:visited {
    color: #192F5B;
    text-decoration: none;
}


.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #4A90E2;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}
.object-tools a:focus, .object-tools a:hover {
    background-color: #4C5975;
}

.button.default, input.default[type="submit"], .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #4C5975;
}


.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: #A1A2A5;
}
.button.default:active, input.default[type="submit"]:active, .button.default:focus, input.default[type="submit"]:focus, .button.default:hover, input.default[type="submit"]:hover {
    background: #A1A2A5;
}