﻿table.paylist
{
    margin-left:auto;
    margin-right:auto;
    }

table.paylist,
table.paylist > tr,         table.paylist > tr > td,         table.paylist > tr > th,
table.paylist > thead > tr, table.paylist > thead > tr > td, table.paylist > thead > tr > th,
table.paylist > tbody > tr, table.paylist > tbody > tr > td, table.paylist > tbody > tr > th,
table.paylist > tfoot > tr, table.paylist > tfoot > tr > td, table.paylist > tfoot > tr > th
{
    border:1px solid black;
    background-color:transparent;
}

table.paylist > tr > td,
table.paylist > thead > tr > td,
table.paylist > tbody > tr > td,
table.paylist > tfoot > tr > td
{
    background-color:transparent;
    padding:2px 2px 2px 2px;
}

table.paylist > tr,         table.paylist > tr > th,
table.paylist > thead > tr, table.paylist > thead > tr > th,
table.paylist > tbody > tr, table.paylist > tbody > tr > th,
table.paylist > tfoot > tr, table.paylist > tfoot > tr > th
{
    background-color:White;
}

table.paylist > tr:hover,
table.paylist > thead > tr:hover,
table.paylist > tbody > tr:hover,
table.paylist > tfoot > tr:hover
{
    background-color:Highlight;
}
