/*
 * Admin Styles
 */

table.innerDisplayTable1 {
    border: 0px;
    width: 100%;
    text-align: center;
    padding: 20px;
}

table.innerDisplaytable2 {
    border: solid 1px #336699;
}

.changeTableOld,
.changeTableNew {
    background: white;
    border: 1px solid #C0C0C0;
    margin: 0px 0px;
    width: 100%;
}

.changeTableOld {
    background-color: #e8e8e8;
    color: #404040;
}

.changeTableOld td,
.changeTableNew td {
    padding: 5px;
}

.changeTableOld td.changeTitle,
.changeTableNew td.changeTitle {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
}

.changeTableOld td.fieldLabel,
.changeTableNew td.fieldLabel {
    width: 25%;
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
}

.changeTableOld td.fieldReadOnly {
    text-align: left;
    color: #404040;
}

.changeTableNew td.fieldReadOnly {
    text-align: left;
    color: #808080;
}

.changeTableOld td.fieldInput,
.changeTableNew td.fieldInput {
    text-align: left;
}

/*
 * Employee Styles
 */
table.mainRequestTable {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #a7a6aa;
    vertical-align: top;    
}

.borderBottom {
    border-bottom: 1px solid #a7a6aa;
}

td.sideMenuOff, td.sideMenuOn {
    border-left: 1px solid #a7a6aa;
    background-color: white;
    color: #404040;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-weight: normal;
    font-size: 14px;
    float: left;
}


td.sideMenuOff a, td.sideMenuOn a {
    display: block;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none
}

TD.sideMenuOff A:hover {
    color: black;
    background-color: #c0c0c0;
    padding-left: 2px;
    text-decoration: none
}

table.sideMenuTable {
    width: 100%;
    margin-top: 45px;
}

td.sideMenuOn a {
    background-color: #5683bd;
    color: white;
}
