﻿body 
{
    font-family: Arial;
    font-size: 10px;    
    color:White;
    background-color:#000000;
}
.GridMain
{
    border: thin solid #FFFFFF;
    background-color: #000000;
}
.GridRow
{
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
}
.GridSelectedRow
{
    background-color:#E6E6FA;
}
.GridHeader
{
    background-color: #000000;
    font-weight: normal;
    color: White;
    text-align: left;  
}
.GridAlternatingRow
{
    background-color: #DADADA;
    color: Black;
    font-weight:normal;
}

.aspLink
{
    border: thin solid #FFFFFF border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #FFFFFF;
}

.filterButton
{
    border-style: none;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

a:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}