﻿.gridTable {
    border-left: solid 1px #DDD;
    border-top: solid 1px #DDD;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
}

.headCell {
    text-align: right;
    vertical-align: top;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.commandCell {
    text-align: center;
    vertical-align: top;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.gridCell {
    text-align: left;
    vertical-align: top;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.gridCellBorder {
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.gridCellRightBorder {
    border-right: solid 1px #DDD;
}

.footerCell {
    text-align: right;
    vertical-align: top;
    color: Black;
    font-weight: bold;
}

.amountColumn {
    text-align: right;
    vertical-align: top;
    color: Black;
}

.maintenanceMessage {
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: Orange;
}

.requestIDCellStyle {
    text-decoration: underline;
    text-align: right;
}

.balanceOuterCell {
    text-align: center;
}

.balanceHeader {
    width: 250px;
    text-align: right;
}

.balanceField {
    text-align: right;
}

.balanceTotalRow {
    border-top: solid 1px #000;
    text-align: right;
}

.requestItemButtonRow {
    text-align: right;
}

.adjustmentsBlock {
    text-align: center;
}