﻿
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
   /* border: 0 none;*/
}

table a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

table  a:link, a:visited, a:active, a:hover {
        color:#3966A2;
        background-color: #e2e2e2;
    }

table  a:hover {
        background-color: #c7d1d6;
    }

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #2d4b65;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.webgrid
{
     width: 60%;
     border: 10px solid double #e80c4d;
     border-collapse: collapse;
}
.column-with20 {
width:20px;

}

.webgrid th, .webgrid td 
{
     /*width: 60%;*/
     /*white-space: nowrap;*/
     border: 1px solid #7ac0da;
     padding: 5px;
     /*text-align: left;*/
     text-align: center;
}
    
.webgrid a
{
    color: #000;
    text-align:center;
}
.webgrid-header
{
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 40px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}
.webgrid-row-style
{
    height: 30px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}
.text-align-left {

}
