﻿.list {
    width: 100%;
   /* border: none;*/
}

    .list th {
        border: 1px solid #ccc;
        /*border-top: 1px solid #ccc;*/
        padding: 5px;
        /*background-color: #ccc;*/
        height: 50px;
        text-align: center;
        color: #fff;
        background-color: #008181;
        border-color: #3C4244;
    }

    .list td {
        border: 1px solid #ccc;
        /*border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
        padding: 10px;
        height: 30px;
        text-align: right;
    }

    .list tr:hover {
        /*background-color: #D0E5FC;*/
        /*background-color: #d5f2fc;*/
        background-color: #c3e0f7;
    }

.list_header:hover {
    background-color: #676767 !important;
}

.list_alternative {
    background-color: #f5f5f5;
}

.list a {
    padding: 0px;
}

.list_pager {
    background-color: #bcbcbc !important;
    border: 1px solid #aaa;
}

    .list_pager:hover, .list_pager tr:hover {
        background-color: #bcbcbc !important;
    }

    .list_pager td {
        border: none;
    }

    .list_pager a {
        text-decoration: none;
        display: inline-block;
        padding: 3px 7px;
        margin-right: 3px;
        border-radius: 3px;
        border: solid 1px #777;
        background: #e9e9e9;
        font-size: .9em;
        font-weight: bold;
        text-decoration: none;
        color: #5b5b5b;
    }

        .list_pager a:hover {
            background: #fff;
        }

    .list_pager span {
        text-decoration: none;
        display: inline-block;
        padding: 3px 7px;
        margin-right: 3px;
        border-radius: 3px;
        border: solid 1px #333;
        font-size: .9em;
        font-weight: bold;
        text-decoration: none;
        background: #616161;
        color: #fff;
    }

.selectedrows {
    background-color: #b0b0b0 !important;
}