﻿
    table.dataGrid {
        margin-top: 1em;
    }

    table.dataGrid th, table.dataGrid td,
    table.formTable th, table.formTable td {
        border: 1px solid #DDD;
        padding: 6px 10px;
    }

    table.dataGrid th {
        background-color: #CCC;
        border: 1px solid #bbb;
        text-align: center;
    }

    table.formTable th {
        background-color: #666;
        color: #FFF;
        border: 1px solid #555;
        text-align: center;
    }

    table.dataGrid tr.alt {
        background-color: #EEE;
    }

     /*table.dataGrid td:nth-child(1),
     table.dataGrid th:nth-child(1) {
         width: 75px;
         text-align: center;
     }

    table.dataGrid td:nth-child(2),
    table.dataGrid th:nth-child(2) {
        width: 110px;
        text-align: center;
    }

    table.dataGrid td:nth-child(3),
    table.dataGrid th:nth-child(3) {
        text-align: center;
        width: 90px;
    }

    table.dataGrid td:nth-child(4),
    table.dataGrid th:nth-child(4) {
        text-align: right;
        width: 110px;
    }*/
    div.pager {
        padding-bottom: 1.5em;
        border-bottom: 1px solid #E8E8E8;
        margin: 1.5em 0 1em;
    }
    div.pager a.selected, div.pager a {
        display: inline-block;
        padding: 2px 4px;
        border: 1px solid #E8E8E8;
        margin-right: 5px;
        text-decoration: none;
        margin-bottom: 10px;
    }
    div.pager a:hover, div.pager a:focus, div.pager a:active {
        background-color: #F2E9A6;
    }
    div.pager a.selected {
        background-color: #EEE;
        color: #999;
    }
    .invoicePage {
        margin: 20px        
    }
