﻿table th
{
    background-color: #00a8c6;
    color: White;
}

table th.header
{
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}

table th.headerSortDown
{
    background-color: #8fbe00;
}

table th.headerSortUp
{
    background-color: #8fbe00;
    text-decoration: overline;
}

table tr.highlight
{
    background-color: #f9f2e7;
    font-weight: bold;
}

table tr.odd
{
    background-color: #eeeeee;
}

table.BlooMail tr.odd
{
    background-color: inherit;
}

table.Filter th
{
    background-color: inherit;
    color: inherit;
    font-weight: bold;
}

a.generated
{
    /*color: #8fbe00;*/
    text-decoration: none;
}

a.generated:hover
{
    text-decoration: underline;
}