@CHARSET "ISO-8859-1";

.appBody {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

form {
    margin: 0;
}

.background {
    background: #E8E8E8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8),
    to(#FFFFFF));
    background: -webkit-linear-gradient(#E8E8E8, #FFFFFF);
    background: -moz-linear-gradient(#E8E8E8, #FFFFFF);
    background: -ms-linear-gradient(#E8E8E8, #FFFFFF);
    background: -o-linear-gradient(#E8E8E8, #FFFFFF);
    background: linear-gradient(#E8E8E8, #FFFFFF);
    background-repeat: no-repeat;
}

.econtainer {
    position: fixed;
    right: 15px;
    left: 15px;
    top: 15px; /*Set top value to HeightOfTopFrameDiv*/
    bottom: 15px; /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: hidden;
    /*background: #fff;*/
}

.epenHeader, .epenLogo, .footerLeft, .footerRight {
    height: 57px;
}

/* , .epenFooter */

.epenHeader {
    width: 100%;
    background-color: #2e509d;
}

.epenFooter {
    width: 100%;
}

.epenLogo {
    width: 113px;
    background: url(../images/new/epenheader.png.jsf);
    background-repeat: no-repeat;
}

.epenFooter {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.econtent {
    position: absolute;
    width: 100%;
    top: 57px;
    bottom: 57px;
    background-color: white;
    overflow: auto;
}

.eportfolio {
    margin-top: 63px !important;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.legal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #797979;
}

.shadow {
    border: 1px;
    border-style: solid;
    border-color: #E8E8E8 #888 #888888 #E8E8E8 !important;
    moz-box-shadow: 5px 5px 5px #888888 !important;
    -webkit-box-shadow: 5px 5x 5px #888888 !important;
    box-shadow: 5px 5px 5px #888888 !important;
}

/* Common Layout Styles*/
.centerh {
    margin-left: auto;
    margin-right: auto;
}

.padtop100 {
    padding-top: 100px;
}

.margin0 {
    margin: 0 important !;
}

#loginForms form {
    height: 200px;
    position: relative;
}

#errorMessageRow {
    margin-top: 80px;
    height: 50px;
}

#loginForms {
    margin-top: 40px;
    margin-bottom: 30px;
}

#loginForms h2 {
    margin-bottom: 10px;
}

#loginForms input {
    width: 250px;
}

.navbar-static-top .navbar-inner {
    border-radius: 0px;
}

/*
footer.epenFooter {
    margin-top: 20px;
}

footer.epenFooter div {
    padding: 20px;
}*/

.retireAssignmentGrid.ui-panelgrid>*>tr,
.retireAssignmentGrid.ui-panelgrid>*>tr>td {
    border: none;
}

.rationale-icon {
    width: 30px;
}