﻿
table {
    width:100%;
    border-collapse:collapse;
    background-color:white;
    font-size:.9em;
}
    table thead tr th {        
        font-weight: 500;
        font-size: .9em;
        padding: 10px;
        background-color: #177bcf;
        background-color: #2e80cf;
        color:white;
    }
    table tbody tr td {
        padding: 4px;
        padding-left:10px;
        border-bottom: 1px #e1e1e1 solid;
    }
    table thead tr th a {
        color: #9aefef;
        font-weight:normal;
    }

    
.tableBoxed tbody tr td {
        border: 1px #e2e2e2 solid;
    }

.tableStriped tbody tr:nth-child(even) {
    background-color: #fffff3;
    background-color: #ecf4fc;
}

.tableForm1 tbody td:nth-child(1) {
    text-align: right;
    padding-right: 15px;
}

    .tdCenter {
        text-align:center;
    }


.tableSectionHeading {
    background-color:#f3f3f3;
    font-weight:600;
    color:#808080;
}


.tableLargeData {
    font-size:.9em;
}
.tableLargeData tbody tr td {
    padding:1px;
}

.tableHover tbody tr:hover td {
    background-color: #ededec;
}
