﻿table.ExpiringTableList
{
    /*background-color: #586cc5;*/
}

table.ExpiringTableList tr.Item td
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #ffeae0;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5; /*can not use if using pointer
    cursor: default;*/
}

table.ExpiringTableList tr.Item:hover td
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #ffdecd;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5; /*can not use if using pointer
    cursor: default;*/
}

table.ExpiringTableList tr.Space td
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #ffffff;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
}

table.ExpiringTableList tr.Title td
{
    padding: 2px;
    background-color: #cc0000;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma;
    border-bottom: solid 1px #660000;
    border-right: solid 1px #660000;
    color: white;
}

table.ExpiringTableList tr.Header td
{
    padding: 2px;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma;
    border-bottom: #660000 1px solid;
    border-right: #660000 1px solid;
    color: white;
}
