﻿
/* Grid Pager: to give more space between page numbers */
.GridPager td {
    padding:4px;
    
}

/* Highlight the current page number */
.GridPager span {
    font-weight:bold; 
    text-decoration: underline;
}

.GridHeader th {
    background-color: #104875;
}
