﻿/* ************************************** */
/* *********** Content Pane ************* */
/* ************************************** */
.ContentPaneTable {
    margin-top: 20px;
    background-color: rgb(255,255,255);
    width: 100%;
}

.bgbottomleft, .bgbottommiddle, .bgbottomright {
    background-image: none;
    background-color: #3c454e;
}

.bottombar a {
    color: #ffffff !important;
}

.ToolBarTextDarkGray {
    color: #ffffff !important;
}

.ContentPane {
    width: 100%;
}

.ContentPane .ModuleTitleBG {
    background-image: none;
    background-color: #ffffff;
    padding: 5px 10px;
}

.ContentPane .ModuleTitleBG .ModuleTitleText {
    color: #3c454e !important;
}

.ContentPane .LoginScreenDiv {
        background-color: #ffffff;
        border-bottom: solid 1px #AAAAAA;
        border-left: solid 1px #AAAAAA;
        border-right: solid 1px #AAAAAA;
}

/* END -- Content Pane Styles -- END */