﻿.getsat {
    color: #00675A;
}

/* gridview result header*/
/*background-color: #1E2327;*/
/*padding-left: 5px; */
.sdbtable th {
    background-color: #1E2327;
    color: white;
    text-align: left;
}

.sdbtable tr th a, table tr th a:visited {
    color: white;
}


/* alternating colors on gridview */
.sdbtable tr:nth-child(even) {
    background-color: white;
}

.sdbtable tr:nth-child(odd) {
    background-color: #F0F1F3;
}

/*.sdbtable tr:nth-child(even) td {background-color: white}
.sdbtable tr:nth-child(odd) td {background-color:#f0f0f0 }*/

.sdbtable {
    border: solid 1px;
    border-collapse: collapse;
    border-color: lightgrey;
}

.sdbtable tr th {
        border-left: solid 1px;
        border-right: solid 1px;
        border-color: white;
        border-bottom: 0;
        border-top: 0;
        padding: 6px;
}

.sdbtable tr td {
        border-left: solid 1px;
        border-right: solid 1px;
        border-color: lightgrey;
        border-bottom: 0;
        border-top: 0;
        padding: 6px;
}

    /*border: 1px solid #EDF5FF;*/

    .sdbtable tr.pager td {
        border: inherit;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #F0F1F3;
    }
    
.sdbtable .pager a {
        border: none;
        color: #00675A;
        text-decoration: underline;
        padding: 2px 5px;
    }

    /*border: 1px solid #DBEAFF;*/
    .sdbtable .pager span {
        background-color: #00675A;
        border: hidden;
        color: #FFFFFF;
        padding: 2px 5px;
    }

    /*color: #1E90FF;*/
    .sdbtable .pager a:hover {
        color: #1E2328;
    }


/*a:link, .getsat, a:visited {
    color: #00675A;
}*/
