﻿/* Consolidated table styling */
.AdminGrid {
    width: auto;
    background-color: white;
    margin: auto;
    border: solid 1px #525252;
    border-bottom: solid 1px #525252;
    border-collapse: collapse;
}

    .AdminGrid td {
        border: solid 1px #c1c1c1;
        padding: 2px;
    }

    .AdminGridnew td {
      
        padding: 2px;
    }

    .AdminGrid .sub_heading {
        background-color: #eeeeee;
        line-height: 40px;
        font-size: 16px;
        /*font-weight:bold;*/
    }

    .AdminGrid th {
        background-color: #eeeeee;
        line-height: 40px;
        /*font-size:16px;*/
        /*font-weight:bold;*/
        border-bottom: 1px solid #525252;
        border-top: 1px solid #525252;
        padding-left: 5px;
    }


/* MAIN PAGE FOOTER */
.mainfooter {
    clear: both;
}

.ChildContent {
    padding: 10px;
}

div.NumberTables td {
    border: none;
}

div.NumberTables table {
    margin-right: -4px;
    width: 100%;
}

input[type=submit], input[type=button] {
    line-height: 12px;
}
