/*
 * CSS based on Frequency-decoder: http://www.frequency-decoder.com/
 */
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;
        padding: 0px 12px 0px 16px;
}
th.forwardSort{
        background: url(bg_header_down.jpg) no-repeat 0 0;
}
th.reverseSort{
        background: url(bg_header_up.jpg) no-repeat 0 0;
}
table thead th.forwardSort a,
table thead th.reverseSort a{
        text-decoration:none;
}
td:first-child{
    border-left: 1px solid #FFA23C;
}

#id-table>tbody>tr>td:first-child{
    border-left: unset;
}

#id-table>tbody>tr>td:last-child{
    border-right: unset;
}

#id-table>tbody>tr:last-child>td:last-child {
    border-bottom: unset;
    border-right: 1px solid #FFA23C;
}

td{
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #FFA23C;
        border-bottom: 1px solid #FFA23C;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
}
tr.alt{
        background: #F5FAFA;
        color: #797268;
}

tr[class="alt"] td{
        background: #F5FAFA;
}
td[class~="alt"]{
        background: #edf3f3;
}
tbody tr.alt td:first-child{
        background: #F5FAFA;
        font-weight:bold;
}
tbody tr td:first-child
        {
        background: #fff;
        font-weight:bold;
        }
* html tr.alt td{
        background-color:#F5FAFA;
}
* html tr td.alt,
* html tr.alt td.alt{
        background-color:#edf3f3;
}
a{
    text-decoration: none;
    color: #F5FAFA;
}



p a{
    text-decoration: underline;
    color: #000000;
}
p a:hover{
    text-decoration: none;
    color: #000000;
}
#footer{
    margin-top: 5%;
    font-size: 0.8em;
}