/* 
    JRoy 2007.05.16
        - This is comment in CSS
        - For html color codes, go to http://html-color-codes.com/
*/

table.sortable thead {
    background-color : #003366;
    color            : #ffff00;
    /* JRoy 2007.05.16 : changed */
    /*
    background-color : #eee;
    color            : #666666;
    */
    font-weight      : bold;
    cursor           : default;
}

/* 
   JRoy 2007.05.16
      This is making the font of search result page larger, comment it out.
*/
/*
    body,td,a,p,
     .h{font-family:arial,sans-serif}
     .h{font-size:20px}
     .h{color:#3366cc}
     .q{color:#00c}
*/

/* JRoy 2008.12.28 - original settings for scrollable table */
/*
        table {
            text-align: left;
            font-size: 12px;
            font-family: verdana;
            background: #c0c0c0;
        }

        table thead  {
            cursor: pointer;
        }

        table thead tr,
        table tfoot tr {
            background: #c0c0c0;
        }

        table tbody tr {
            background: #f0f0f0;
        }

        td, th {
            border: 1px solid white;
        }
*/

