﻿/* tables----------------------------------------------------------*/

table {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
        }

        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: 2px 5px;
    border: 0 none;
}

tr th {
    padding: 0 5px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.FileNameColumn {
    width: 300px;
    word-wrap: break-word;
}

.StandardDataTable {
}

table.DataTable {
    max-height: 350px;
    overflow-y: auto;
}

.DataTable {
    background: #F5F5F5;
    background: linear-gradient(#F5F5F5, #F9F9F9);
}

.DataMiniTable {
    background-color: #F9F9F9;
}


.gridrowheader {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 12px;
}

.ChildGrid tbody tr:first-child {
    font-size: 10px;
}

.LightGreyBorder {
    border: 1px solid #AFAFAF;
}

.GridRowStyleHeader {
}

.GridRowStyle {
}

.SelectedRowStyle {
    background-color: #C0C0FF;
    border: 1px solid #000;
    /*background-color: #F8F301;*/
}

.SleekDataTable {
    border-collapse: collapse;
    border: 0;
    margin: 0;
}

    .SleekDataTable td {
        padding: 1px 2px;
        margin: 0;
        /*border: 1px solid #0099E9;*/
    }
