﻿.clsGridTable {
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
    vertical-align: middle;
}

.clsGridHeader {
    border: solid 1px #000000;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f6ab5f;
    font-weight: bold;
    text-align: center;
}

.clsGridHeaderCellSort {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f18c21;
    font-weight: bold;
    text-align: center;
}

.clsGridHeaderCell {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f6ab5f;
    font-weight: bold;
    text-align: center;
}

.clsGridRow {
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.clsGridRow2 {
    background-color: #fce4c9;
    text-align: center;
    vertical-align: middle;
}

.clsGridRowL {
    text-align: left;
    vertical-align: middle;
}

.clsGridRowL2 {
    background-color: #BFD8FF;
    text-align: left;
    vertical-align: middle;
}

.hrfGridE {
    color: #f6ab5f;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.hrfGridEH {
    color: #C10003;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

A:hover.hrfGridE {
    color: #C10003;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.clsGridDate {
    width: 80px;
}

.clsGridCurrency {
    width: 80px;
}

.clsGridCommandCol {
    width: 60px;
}

.clsGridL {
    text-align: left;
    background-color: #ffffff;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}

.clsGridC {
    text-align: center;
    background-color: #ffffff;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}

.clsGridR {
    text-align: right;
    background-color: #ffffff;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}

.clsGridL2 {
    text-align: left;
    background-color: #fce4c9;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}

.clsGridC2 {
    text-align: center;
    background-color: #fce4c9;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}

.clsGridR2 {
    text-align: right;
    background-color: #fce4c9;
    border-top: solid thin #000000;
    border-left: solid thin #000000;
    border-bottom: solid thin #000000;
    border-right: solid thin #000000;
}
