﻿/*******************************************************************Generic Table*/
table.GenericTable
{
    border-width: 0;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #E7E7E7;
    color: #000000;
    margin: 5px 0;
}
table.GenericTable th, table.GenericTable tr.HeaderCell td
{
    height: 14px;
    background-color: #F5F5F5;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    border: solid 1px #FFFFFF;
    padding: 0 2px;
    font-size: 11px;
}
table.GenericTable th a, table.GenericTable tr.HeaderCell td a
{
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
table.GenericTable th a:hover, table.GenericTable tr.HeaderCell td a:hover { text-decoration: underline; }
/*table.GenericTable tr.HeaderCell td { height: 25px; }*/
table.GenericTable td
{
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    padding: 0 2px;
}
table.GenericTable td.nowrap
{
    white-space: nowrap;
}
table.GenericTable tr.Alt td { background-color: #EBF8FE; }
table.headerTable th, table.headerTable td { 
    background: none;
    border: 0;
}
table.EmptyDataTable, table.EmptyDataTable td {
    border-style: none;
    border-width: 0px;
}
