﻿table.TableList
{
    /*background-color: #586cc5;*/
}

table.TableList tr.Item td
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #FBF9FF;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
    /*can not use if using pointer
    cursor: default;*/
}

table.TableList 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.TableList tr.Item:hover td
{
    background-color: #FFE3C4;
}

table.TableList tr.Title td
{
    padding: 2px;
    background-color: #c9d7ff;
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
}

table.TableList tr.Header td
{
    padding: 2px;
    background-color: #c4d0f9;
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
}

table.TableList tr.SelectedItem td
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #FFE3C4;
    cursor: default;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
}

table.TableList2
{
    
}

table.TableList2 tr td.Header
{
    padding: 2px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    background-color: #c4d0f9;
    border-bottom: solid 1px #586cc5;
    border-right: solid 1px #586cc5;
}

table.TableList2 tr td.HeaderRight
{
    padding: 2px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    background-color: #c4d0f9;
    border-bottom: solid 1px #586cc5;
    border-left: solid 1px #586cc5;
}

table.TableList2 tr td.Item
{
    padding: 3px;
    font-size: 8pt;
    font-family: Arial;
    background-color: #FBF9FF;
    cursor: default;
    border-bottom: solid 1px #586cc5;
}

table.TableList2 tr td.Item:hover
{
    background-color: #FFE3C4;
}