﻿.main-content {
    background-color: white;
}

.pcghome-div {
    background-color: white;
    border: 1px solid #112e51;
}

.pcghome-div-no-x {
    background-color: white;
    border: 1px solid #112e51;
}

.pcghome-div-long {
    border: 4px solid #112e51;
}

.pcgtraining-div-no-x {
    border: 2px solid #112e51;
}


/* Change background to not inherit ui-widget's background (causing large block of off-blue to appear) */
#sitemapMenu ul.level2, #sitemapMenu ul.level3 {
    background: none repeat scroll 0 0 #112e51;
}

#sitemapMenu ul li a:hover {
    background: url("images/main_nav_hover.jpg");
}

.ui-dialog .ui-dialog-title {
    color: inherit;
}

#HeaderBanner {
    color: #112e51;
}

/* for footer bottom borders*/
table.ui-styled-table td {
    border-bottom-width: 1px !important;
}

.ui-state-success, .ui-widget-content .ui-state-success {
    border: 1px solid #ffffff;
    background: #1B610F;
    color: #ffffff;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd2026;
    background: #cd2026;
    color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #cd2026;
    background: #ffffff;
    color: #cd2026;
}
