﻿.cssTableChives
{
}


table.cssTableChives
{
    background-color: #FFFFFF;
    border: none;
    color: #495E49;
    font-family: Calibri, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}


table.cssTableChives a:link, table.cssTableChives a:visited, table.cssTableChives a:active
{
    background-color: transparent;
    color: #0096BD;
    text-decoration: none;
}


table.cssTableChives a:hover
{
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

table.cssTableChives caption
{
    background-color: transparent;
    color: #67BD2A;
    font-family: Calibri, Georgia, serif;
    font-size: 24px;
    padding-bottom: 12px;
    padding-left: 8px;
    text-align: left;
}


table.cssTableChives, td.cssTableChives, th.cssTableChives
{
    margin: 0;
    padding: 0;
}

tbody.cssTableChives td, tbody.cssTableChives th
{
    background-color: #D7E3F6;
    border-bottom: 2px solid #A2BFE9;
    border-top: 3px solid #FFFFFF;
    padding: 3px;
    /* padding: 9px; */
}

tbody.cssTableChives tr.odd th, tbody.cssTableChives tr.odd td
{
    background-color: #D7E3F6;
    border-bottom: 2px solid #A2BFE9;
}

tbody.cssTableChives tr:hover td, tbody.cssTableChives tr:hover th
{
    background-color: #BAE899;
}

td.cssTableChives, th.cssTableChives
{
    vertical-align: middle;
}

tfoot.cssTableChives td, tfoot.cssTableChives th
{
    font-weight: bold;
    padding: 2px 4px 3px 4px; 
    /* padding: 4px 8px 6px 9px; */
}

thead.cssTableChives th
{
    font-family: Calibri, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 0 8px 2px 8px;
    white-space: nowrap;
    height: 10px;
}
