﻿/* used for the fixed header*/
.grid-wrapper {
    position: fixed;
    width: 99.5%;
    top: 145px;
    bottom: 20px;
    overflow-y: scroll;
}

.grid {
    background: #d0d0bf;
    border-spacing: 1px;
    border: solid 0px #cccccc;
}


.gridHeader, .gridHeader A {
    font-size: 12px;
    line-height: 21px;
    font-family: Arial,verdana;
    font-weight: bold;
    color: white;
    background: #01468B;
    vertical-align: middle;
    text-align: center;
}

.gridHeaderSorted {
    font-size: 12px;
    line-height: 21px;
    text-decoration: underline;
    font-family: Arial,verdana;
    font-weight: bold;
    color: white;
    background: #01468B;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}



.gridRowNoHover {
    color: #000000;
    font-size: 12px;
    font-family: Arial,verdana;
    padding: 2px;
    line-height: 20px;
    background: #f7f7f8;
    text-align: left;
}

.gridRow {
    color: #000000;
    font-size: 12px;
    font-family: Arial,verdana;
    padding: 2px;
    line-height: 18px;
    background: #f7f7f8;
    text-align: left;
    cursor: default;
}

    .gridRow:hover {
        font-size: 12px;
        background: #a88a87;        
    }

.gridSelectedRow {
    font-family: Arial,verdana;
    padding: 2px;
    line-height: 18px;
    font-size: 12px;
    background: #a88a87;
    text-align: left;
}

.gridEmpty {
    color: #000000;
    padding: 20px;
    background: #f7f7f8;
    text-align: center;
    height: 100px;
}

.gridFooter {
    font-size: 11px;
    font-family: Arial,verdana;
    font-weight: bold;
    color: #000000;
    background: #eeeeee;
    padding: 5px;
}
