﻿.GridPage table {
    margin-left: auto;
    margin-right: auto;
}

.GridPage span {
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.GridPage a, .GridPage a:link {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 1px;
    color: #000000;
    font-family: "trebuchet MS","Lucida sans",Arial;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

    .GridPage a:hover {
        background-color: #dce9f9;
        border: 1px solid #000000;
        color: #337ab7;
        font-family: "trebuchet MS","Lucida sans",Arial;
        font-size: 15px;
        font-weight: normal;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        width: 20px;
    }
