@charset "UTF-8";
/* CSS Document */

#tableres{
        width: auto;
        padding: 0;
        margin: 0 auto 1.5em auto;
        border-left: 1px solid  #E8E8E8;
        border-collapse:collapse;
}
#tableres th{
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #333;
        border-right: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        border-top: 1px solid #E8E8E8;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 4px;
        vertical-align:middle;
}
#tableres 
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime{
        cursor:pointer;
        background: #F4F4F4;
        padding:4px;
}
#tableres th.forwardSort{
        background:#F4F4F4;
}
#tableres th.reverseSort{
        background:#F4F4F4;
}
#tableres thead th.forwardSort a,
#tableres thead th.reverseSort a{
        color:#000;
        text-decoration:none;
}
#tableres td{
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        padding: 5px 10px;
        color: #4f6b72;
}
#tableres tr.alt{
        background: #ECECEC;
        color: #797268;
}

#tableres tr[class="alt"] td{
        background: #ECECEC;
}
#tableres td[class~="alt"]{
        background: #F7F7F7;
}
#tableres tbody tr.alt td:first-child{
        background: #ECECEC;
        font-weight:bold;
}
#tableres tbody tr td:first-child
        {
        background: #fff;
        font-weight:bold;
        }
* html #tableres tr.alt td{
        background-color:#ECECEC;
}
* html #tableres tr td.alt,
* html #tableres tr.alt td.alt{
        background-color:#F7F7F7;
}
#tableres a{
    text-decoration: none;
    color: #333;
}
#tableres p a{
    text-decoration: underline;
    color: #000000;
}
#tableres p a:hover{
    text-decoration: none;
    color: #000000;
}

/*
sortable,
sortable-text,
sortable-date,
sortable-keep,
sortable-date-dmy,
sortable-numeric,
sortable-currency,
sortable-sortByTwelveHourTimestamp,
sortable-sortIPAddress,
sortable-sortEnglishLonghandDateFormat,
sortable-sortScientificNotation,
sortable-sortImage,
sortable-sortFileSize,
sortable-sortAlphaNumeric,
sortable-sortEnglishDateTime

*/