/* 
    Document   : tables
    Created on : Apr 30, 2010, 1:56:40 PM
    Author     : mitzip
    Description:
        Style tables with the gradient-style ID
*/

    #gradient-style
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        margin: 0px auto;
        width: 800px;
        text-align: center;
        border-collapse: collapse;
    }
    #gradient-style th
    {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe url('/tor/images/gradhead.png') repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #0a3f07;
        border: 0px;
    }
    #gradient-style td
    {
        padding: 8px;
        border: 0px;
        border-bottom: 1px solid #fff;
        color: #0a3f07;
        border-top: 1px solid #fff;
        background: #e8edff url('/tor/images/gradback.png') repeat-x;
        text-align: center;
    }
    #gradient-style tfoot tr td
    {
        background: #00bf00;
        font-size: 12px;
        color: #0a3f07;
        text-align: left;
    }

    #gradient-style .recent
    {
        background: #d0dafd url('/tor/images/gradhover.png') repeat-x;
        color: #0a3f07;
    }

    #gradient-style tbody tr:hover td
    {
        background: #d0dafd url('/tor/images/gradhover.png') repeat-x;
        color: #0a3f07;
    }
