﻿.grid {
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: solid 1px #EAEAEA;
}

    .grid tr th,
    .grid tr th a {
        color: White;
    }

    .grid tr th {
        background: #3C82CC;
        padding-top: 14px;
        padding-bottom: 8px;
        border-bottom: solid 1px Blue;
        border-left: solid 1px white;
        text-align: right;
    }

        .grid tr th a {
            text-decoration: underline;
        }

        .grid tr th.last {
            border-right: none;
        }

    .grid tr td,
    .grid tr th {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .grid tr td {
        border-left: solid 1px #EAEAEA;
    }

        .grid tr td.last {
            border-left: none;
        }

    .grid tr {
        background: white;
    }

        .grid tr.alt {
            background: #FAFAFA;
        }

.pager {
    text-align: left;
    margin-bottom: 7px;
}

    .pager td {
        border: none;
        text-align: left;
    }

    .pager a {
        color: Black;
        text-decoration: none;
        padding: 2px 2px 2px 2px;
    }

        .pager a:hover {
            background: #3C92FF;
            color: White;
        }

    .pager ul {
        display: inline;
    }

        .pager ul li {
            display: inline;
            margin-left: 4px;
            margin-right: 4px;
        }

            .pager ul li a {
                display: inline-block;
                border: solid 1px #808080;
                width: 15px;
                padding-top: 3px;
                padding-bottom: 2px;
                text-align: center;
                font-size: 13px;
                color: #808080;
            }

            .pager ul li.sel {
            }

                .pager ul li.sel a {
                    border-color: Black;
                    background: black;
                    color: White;
                }
