﻿
body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12pt;
}

div.header 
{
    width: 100%;
    background-color: rgb(0,0,0);
    font-family: Arial Black;
    font-size: 18pt;
    color: rgb(255,255,255);
    margin: 0px;
}

div.header a 
{
    text-decoration: none;
    color: rgb(255,255,255);
}

div.loginView
{
    width: 100%;
    margin: 0px;
    font-size: 12pt;
    background-color: rgb(200,200,200);
}

div.body 
{
    margin: 5px;
    overflow: auto;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

span.errorMessage
{
    color: rgb(255,0,0);
}

table.listTable 
{
    border-color: rgb(0,0,0);
    border-width: 1px;
    border-style: solid;
    width: 95%; 
}

table.listTable thead 
{
    background-color: rgb(180,180,180);
}

table.listTable th
{
    text-align: left;
}

table.listTable tr.alternate
{
    background-color: rgb(220,220,220);
}