﻿body
{
}

table.ClassicListView
{
    border-style:solid;
    border-width:thin;
    border-color:Black;
    
    width:95%;
     
    border-color:Black;
    background-color:Black;
}

table.ClassicListView th
{
   font-weight:bold;
   text-align:center;
   background-color:#f08a00; 
}

table.ClassicListView a
{
    color:Black;
    text-decoration:none;
}
table.ClassicListView tr
{
    line-height:1.5;
}

table.ClassicListView tr.odd
{
     background-color:White;
}

table.ClassicListView tr.even
{
     background-color:#7696B5;
}

table.ClassicListView tr.even a:hover
{
    color:White;
}

table.ClassicListView tr.odd a:hover
{
    color:#7696B5;
}

table.ClassicListView td
{
    padding:5px;
}