﻿body
{
    font-family:Arial;
    font-size:14px;
    margin 0;
}

a
{
    color:Blue;
    text-decoration:none;   
}

.center
{
    text-align:center;   
}

.displayTable
{
    border-collapse:collapse;
    width:100%;   
}

.displayTable td
{
    padding:5px;
    border:1px solid silver;
}

.displayTable th
{
    padding:5px;
    border:1px solid silver;
    background-image:url('images/tableheader.png');
    background-repeat:repeat-x;
    background-color:#d3d3d3;
    color:Black;
}

.displayTable th a
{
    color:Black;   
}

.displayTable .altRow
{
    background-color:#f8f8f8;       
}

#wrapper
{
    width:900px;
    margin:0 auto;   
}

#header
{
    margin-bottom:20px;   
}

#menuContainer
{
    float:left;
    width:150px;
    margin-right:20px;
}

#menuContainer a
{
    display:block;
    line-height:50px;
    color:White;
    background-color:#1c4a6e;
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;   
}

#contentContainer
{
    float:left;
    width:680px;
    border:1px solid silver;
    padding:20px;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
