
/* table container */
div.newstable {
    float: left;
    position: relative;
    width: 614px;
    margin: 0 0 37px 0;
}

table.listing {
    border-bottom: 1px solid #cecbfc;
    background: #cecbfc;
    width: 613px;
    padding: 0;
    margin: 0;
    border: 1px solid #cecbfc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

    table.listing th {
        border-top: 0 !important;
    }

        table.listing th.full {
            border-left: 0;
            border-right: 0 !important;
            text-align: left;
            text-transform: uppercase;
        }
    /* table styles */
    table.listing td,
    table.listing th {
        border: 1px solid #fff;
        text-align: center;
    }

    table.listing th {
        /*background:#9097A9;*/
        color: #828282;
        padding: 5px;
    }

    table.listing td {
        background: #D8D8D8;
        color: #000;
        padding: 3px 5px;
    }

    table.listing tr:nth-child(odd) td {
        background: #ECECEC;
    }

    table.listing .white td {
        background: #fff;
    }

    table.listing th:first-child, table.listing td:first-child {
        border-left: 0px solid #9097A9;
        text-align: left;
    }

    table.listing th:last-child, table.listing td:last-child {
        border-right: 0px solid #9097A9;
    }

    table.listing .style1 {
        font-weight: bold;
        color: #FF7A00;
    }

    table.listing .style2 {
        font-weight: bold;
        padding-left: 16px;
    }

    table.listing .style3 {
        padding-left: 25px;
    }

    table.listing .style4 {
        padding-left: 35px;
    }

table.form td:last-child {
    padding: 1px 0 1px 5px;
    text-align: left;
}

table.form th,
table.form td {
    padding-left: 10px;
}

table.form input.text {
    width: 262px;
}

.IconPager {
    margin-left: auto;
    margin-right: auto;
}

    .IconPager ul {
        display: table;
        margin: 0 auto;
    }

        .IconPager ul li {
            text-align: center;
            float: left;
            list-style: none;
            display: inline;
        }

            .IconPager ul li a {
                text-decoration:none;
                text-align: center;
                line-height: 40px;
                width: 40px;
                height: 40px;
                font-size: medium;
                padding: 10px 16px 15px 16px;
                background-image: url(/Icons/pagerup.png);
                background-repeat: no-repeat;
            }

                .IconPager ul li a:hover {
                    background-image: url(/Icons/pagerdown.png);
                }
