﻿body {
}

.tabHeader {
    width: 200px;
    height: 35px;
}

.select {
    font-family: arial;
    font-size: 8pt; /*Changed*/
    color: #002664;
    background-color: white;
    width: auto;
}

.label {
    font-family: "Arial";
    font-size: 8pt; /*Changed*/
    color: #002664;
    word-break: break-all;
}

/*New Start*/
.labelHeader {
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #002664;
}

.textBox {
    font-family: "Arial";
    font-size: 8pt;
    color: #002664;
    width: 50px;
}

.numericTextBox {
    font-family: "Arial";
    font-size: 8pt;
    color: #002664;
    width: 50px;
    text-align: right;
}

.tableHeader {
    background-color: #37659D;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    align: center;
}

.tableFooter {
    background-color: #4E82C0;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    align: center;
}

.gridHeader {
    background-color: #4A82BD;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}

.gridRowNormal {
    background-color: #FFFFFF;
    color: #002664;
    font-size: 8pt;
    font-weight: normal;
}

.gridRowAlternate {
    background-color: #D2DFEF;
    color: #002664;
    font-size: 8pt;
    font-weight: normal;
}

.gridFooter {
    background-color: #D2DFEF;
    color: #003399;
    font-size: 8pt;
    font-weight: normal;
}

.gridPager {
    background-color: #4A82BD;
    color: #FFFFFF;
    text-align: left;
    font-size: 7.5pt;
    font-weight: normal;
}
/*New End*/

.labelField {
    background-color: #D2DFEF;
    color: #002664;
    font-size: 8pt;
    font-weight: bold;
    font-family: "Arial";
}

.textField {
    background-color: #FFFFFF;
    color: #002664;
    font-size: 8pt;
    font-weight: normal;
    font-family: "Arial";
}

.button {
    font-family: arial;
    font-size: 8pt;
    color: #002664;
    background-color: #cae2fa;
    font-weight: bold;
    margin-left: 0px;
}

.buttonhome {
    font-family: arial;
    font-size: 16pt;
    color: #002664;
    background-color: #cae2fa;
    font-weight: bold;
    margin-left: 0px;
    width: 400px;
}

.validators {
    font-family: "Arial";
    font-size: small;
}

.errorlabel {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #FF0000;
}
