﻿
div .grid_header {
    text-decoration: none;
    color: #333333;
    background-color: #eeeeee;
}

.table th {
    text-decoration: none;
    color: #333333;
    background-color: #eeeeee;
}

.table .gridview_pager_lnk {
    display: inline-block;
    text-align: center;
    width: 40px;
    text-decoration: none;
    color: #808080;
    border: #808080 1px solid;
    font-weight: normal;
}

.table .gridview_pager_sel {
    display: inline-block;
    text-align: center;
    width: 40px;
    text-decoration: none;
    color: #808080;
    border: #808080 1px solid;
    background-color: #ffffcc;
    font-weight: normal;
}
