.GridMain {
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
    background-color: #333333;
    width: 98%;
}

.GridRow {
    background-color: #FFFAFA;
}

.GridSelectedRow {
    background-color: #E6E6FA;
}

.GridHeader {
    background-color: #b1dfec;
    font-size: 80%;
    text-align: center;
}

/* Problems aligning gridview resulting text using ItemStyle-HorizontalAlign Settings */
/* Use CCSClass to resolve */

.gview_TextAllign_Right {
    text-align: right;
}

.gview_TextAllign_Left {
    text-align: left;
}

.gview_TextAllign_Center {
    text-align: center;
}


/* ========================= Grid View (bottom) menu ===================== */

.grdvw_Results_QBF td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    font-size: 0.7em;
}

.grdvw_Results_QBF th {
    padding: 3px 1px;
    color: #717171;
    border-left: solid 1px #525252;
    font-size: 70%;
    background-color: #D7EBFF;
    text-align:center;
}

.grdvw_Results_QBF th a:hover {
    color: #4981b3;
}

.grdvw_Results_QBF_Empty td {
    border-style: none;
}

.grdvw_Results_QBF .pgr {
    background: #113cff;
}

.grdvw_Results_QBF .pgr table {
    margin: 5px 0;
}

.grdvw_Results_QBF .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #113cff;
    line-height: 10px;
}

grdvw_Results_QBF .pgr a {
    color: #000000;
    text-decoration: none;
}

grdvw_Results_QBF .pgr a:hover {
    color: #000000;
    text-decoration: underline;
}
