﻿#Found {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}

    #Found tr.tablehead {
        font-weight: bold;
        text-decoration-line: underline;
        text-decoration-style: solid;
        background: #DDDDDD;
    }

    #Found tr.tabletitle {
        font-weight: bold;
        font-size: 16px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        background: #FAF1D8;
    }

    #Found tr.stats {
        font-weight: bold;
        background: #FFFFFF;
    }

    #Found tr.sql {
        font-weight: bold;
        background: #EEEEEE;
    }

    #Found tr.odd {
        background: #EEEEEE;
    }

    #Found tr.even {
        background: #FFFFFF;
    }

    #Found tr.hl {
        background: #ff9999;
    }

    #Found table {
        width: 100%;
        border-spacing: 0px;
        border-color: #000000;
        background: #F0F0F0;
        font-size: 10pt;
    }

    #Found td {
        border-color: #a0a0a0;
        border-style: solid;
        border-width: thin;
        text-align: center;
    }

        #Found td.l {
            border-color: #a0a0a0;
            border-style: solid;
            border-width: thin;
            text-align: left;
        }

        #Found td.cb {
            border-color: #a0a0a0;
            border-style: solid;
            border-width: thin;
            text-align: center;
            font-weight: bold;
        }

    #Found a {
        font-weight: bold;
        color: mediumblue;
        text-decoration: none;
    }

        #Found a:hover {
            color: #FF0000;
            background-color: #E0E0E0;
        }
