.tx-koolsermons-pi1-table
{
    padding: 0;
}

.tx-koolsermons-pi1-link
{
    color: #000077;
    font-weight: bold;
}

.tx-koolsermons-pi1-table-header,
.tx-koolsermons-pi1-table-header-highlight
{
    border-right: 1px solid white;
    text-align: left;
    color: white;
    padding: 4px;
    border-bottom: 1px solid white;
}

.tx-koolsermons-pi1-table-header
{
    background-color: #7777bb;
}

.tx-koolsermons-pi1-table-header-highlight
{
    background-color: #8888bb;
    font-style: italic;
}

.tx-koolsermons-pi1-table-row-odd td,
.tx-koolsermons-pi1-table-row-even td
{
    border-right: 1px solid white;
    padding: 4px;
}

.tx-koolsermons-pi1-table-row-odd td
{
    background-color: #ccccff;
}

.tx-koolsermons-pi1-table-row-even td
{
    background-color: #ddddff;
}

/*
.tx-koolsermons-pi1-table-cell-highlight
{
    background-color: #8888bb;
}
*/
.tx-koolsermons-pi1-tdn-3,
.tx-koolsermons-pi1-tdn-4
{
    text-align: right;
}

.tx-koolsermons-pi1-tdn-5
{
    text-align: center;
}

.tx-koolsermons-pi1-table-row-even:hover td,
.tx-koolsermons-pi1-table-row-even:hover td a,
.tx-koolsermons-pi1-table-row-odd:hover td,
.tx-koolsermons-pi1-table-row-odd:hover td a
{
    background-color: #aaaaff;
    color: blue;
}

