
body {
    background-color: White;
    color: #707070;
}

nav {
    border-bottom-color: #EEE;
}

footer {
    color: #999;
    border-top-color: #EEE;
}

footer a {
    color: #999;
}

a, a:hover {
    color: #0258b0;
}

h1, h2, h3, h4, h5, h6 {
    color: #0258b0;
}

label {
    color: #0258b0;
}

button, a.button {
    background-color: #0258b0;
}

#privacy-statement {
    border-color: #EEE;
}

fieldset {
    border-color: #EEE;
}

fieldset .editor {
    background-color: #F6F6F6;
}

legend {
    color: #0258b0;
}

#job-list table th {
    color: #0258b0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-header
{
    background-color: #0258b0;
    background-image: none;
    color: white;
}

.ui-dialog .ui-dialog-content
{
    overflow: hidden;
}