﻿  .tableHeader {
            background-color: grey;
            color: white;
        }

        .tablefoot {
            background-color: grey;
            color: white;
        }

        .paginationLeft {
        width: 25%;
        float: left;
    }

    .paginationRight {
        width: 25%;
        float: right;
    }

    .paginationCenter {
        width: 50%;
        float: left;
    }

    .paginationButton {
        width: 300px;
        margin: auto;
    }

    .Paginatorbtn {
        font-size: 0.8em;
        margin-left: 7px;
    }

    .PaginatorTxt {
        display: inline;
        padding: 0 4px;
        border: none;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
        width: 40px !important;
        height: 22px !important;
        margin-left: 7px;
    }

    .PaginatorDdl {
        float: right;
        padding: 2px 0;
        width: 40px;
        background-color: #fff;
        height: 30px;
    }

    a:not([href]):not([tabindex]) {
        color: #000;
    }