﻿/* CSS FOR RESULTS TABLES */
.columntitles
{
    /* BG image for search submit butons */
    text-decoration: none;
    font-size: 8pt;  
    text-align:center; 
    font-weight: bold;
    color: #333333;
    background-color: #BEDCC8;
}

.columntitles th
{
    /*writing-mode: tb-rl;
    filter: flipv fliph;*/
    
}

/* columns centered */
.row1
{
    text-decoration: none;
    font-size: 8pt;  
    text-align:center; 
    font-weight: normal;
    background-color:#f7f6f3;
    color: #000000;
}

.rowAlternating
{
    color: #000000;
    font-size: 8pt;  
    text-align:center; 
    font-weight: normal;
    background-color:#ffffff;
    color:#284775;
}

/* columns left-justified */
.columntitlesleft
{
    /* BG image for search submit butons */
    text-decoration: none;
    color: #333333;
    background-color: #BEDCC8;
    font-size: 8pt;  
    text-align:left; 
    font-weight: bold;
    
}

.row1left
{
    text-decoration: none;  
    font-size: 8pt;  
    text-align:left; 
    font-weight: normal;
    background-color:#f7f6f3;
    color: #000000;
}

.rowAlternatingleft
{
    font-size: 8pt;  
    text-align:left; 
    font-weight: normal;
    background-color:#ffffff;
    color:#284775;
}
