.mainUnitCol1{
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    border-top: solid 1px #424242;
    width: 120px;
}

.mainUnitCol2{
    border-top: dotted 1px #424242;
}

.mainUnitGrid{
    width: 680px;
    margin: 0px auto;
    border-bottom: solid 1px #424242;
}

.showunit .mainUnitGrid input, .showunit .subUnitGrid input{
    width: 540px;
    font-size: 10pt;
    border: none;
    background-color: #e4e4e4;
}

.subUnitRow1{
    background-color: #e2e2e2;
}

.showunit .subUnitRow1 input{
    background-color: #ffffff;
}

.subUnitGrid{
    width: 680px;
    margin: 0px auto;
}

.subUnitGrid table{
    margin-top: 30px;
    border-bottom: solid 1px #424242;
}

.subUnitCol1{
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    border-top: solid 1px #424242;
    width: 120px;
}

.subUnitCol2{
    border-top: dotted 1px #424242;
}

.submitPanel{
    text-align: center;
    margin-top: 20px;
}

.submitPanel input{
    font-weight: bold;
}

.showunit .validatorError{
    color: #ff0000;
    font-weight: bold;
    font-size: 12pt;
}