﻿table {
    border-top: solid 2px;
    border-bottom: solid 2px;
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 0 0 0;
}

    table tr {
        height: 25px;
    }

        table tr td {
            padding: 0 0px 0 0;
            width: auto;
            /*border: 0 none;*/
        }

            table tr td a.asc, table tr td a.desc {
                /*margin-right: .75em;*/
            }

                table tr td a.asc:after, table tr td a.desc:after {
                    /*display: block;
                    position: absolute;
                    right: 0em;
                    top: 0;*/
                    /*font-size: 0.75em;*/
                }

                table tr td a.asc:after {
                    content: '▲';
                }

                table tr td a.desc:after {
                    content: '▼';
                }

            table tr td input[type="submit"], table tr td input[type="button"], table tr td button {
                /*font-size: 1em;
                padding: 4px;
                margin-right: 4px;*/
            }

            table tr td.Style2 {
                text-align: center;
            }

            table tr td.Style3 {
                text-align: right;
            }

            table tr td * {
                width: inherit;
            }

        table tr th {
            /*font-size: 1.2em;*/
            text-align: left;
            /*border: none 0px;*/
        }

            table tr th a {
                display: block;
                position: relative;
            }

                table tr th a:link, table tr th a:visited, table tr th a:active, table tr th a:hover {
                    color: #333;
                    /*font-weight: 600;*/
                    text-decoration: none;
                }

                table tr th a:hover {
                    color: #000;
                }

    table caption {
        font-weight: 600;
    }

    table tbody {
        /*font-size: 0.8em;*/
    }

        table tbody tr td {
            border-bottom: solid 1px;
            text-align: center;
            padding: 5px 5px 5px 5px;
        }

    table thead {
        border: solid 1px;
        font-weight: 600;
    }

        table thead tr td {
            text-align: center;
            padding: 0 5px 0 5px;
            border: solid 1px;
        }

    table tfoot {
        border: solid 1px;
        font-weight: 600;
    }

        table tfoot tr td {
            text-align: center;
            padding: 0 5px 0 5px;
            border: solid 1px;
        }
