﻿.zebrachart
{
    font-size:0.8em;
}

table.zebrachart th.header { 
    background-image: url('../Images/bg.gif');
    background-color: #cfbdae;
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /*border-right: 1px solid #000000; */
    margin-left: -1px; 
    height: 20px;
} 

.testdo
{
    color: #000080;
}

table.zebrachart th.headerSortUp
{
    background-color: #7e599a;
    background-image: url('../Images/asc.gif');
} 

table.zebrachart th.headerSortDown
{
    background-color: #7e599a;
    background-image: url('../Images/desc.gif');
} 

/*
tr.odd td {background-color:#bdb838;}
tr.even td {background-color:#d7d244;}
*/

tr.odd td {background-color:#f1f1f1;}
tr.even td {background-color:#dedede;}

.compindex
{
    font-style: italic;
    color: #431923;
}
