﻿/*** List View Table ***/

.ListViewTable
{
    border-color: #000000;
}

.ListViewTable thead th
{
    color: #000000;
    background: none;
    border-color: #000000;
}

.ListViewTable td
{
    border-color: #000000;
}

.ListViewTable .GenericItem
{
    background: none;
}

.ListViewTable .AlternatingItem
{
    background: none;
}