/*

    Rules for the client-branded Optix skin

    Each client instance should extend this and set (limited) customization
    eg. colors, logo, background

*/

/* clear out the namespace for customization and establish defaults */
/* override these rules in client css to customize */
body {
    /* @page-background */
    /* client options: color and/or image */
    background:#DDD url("../img/application/application_page_background.99f58117f434.png") top left repeat-x;
    height: auto;
}
    /* clear page backgrounds */
    /* client options: none */
    #page-header,
    #page-content-wrapper,
    #page-content {
        background:none;
    }

    /* @accent-color */
    /* client options: color */
    #top-grippy-bar {
        background-color:#CCC;
    }

    #prime-nav {
        padding: 10px 30px 0 70px;
    }

    #page-header .container {
        position: relative;
    }

    .application-partner-logo {
        position: absolute;
        top: 25px;
        right: 30px;
    }
