﻿body 
{
    margin:0 0 0 0;
    font-family:Arial;
    font-size:14px;
}
.header
{
    width:960px;
    margin:auto;
    padding-top:275px;
    padding-bottom:7px;
    text-align:center;
    font-family:Verdana;
    font-size:16px;
    color:#3d6a83;
    background-image:url('../Images/f4f.jpg');
    background-repeat:no-repeat;
}
.pageTitle
{
    font-weight:bold;
    font-family:Arial;
    font-size:18px;
}
.main
{
    width:920px;
    padding:20px 20px 20px 20px;
    margin:auto;
    background-repeat:no-repeat;
}
.footer
{
    padding:5px 10px 5px 0px;
    width:950px;
    margin:auto;
    background-color:#e7e8e5;
    text-align:right;
    color:#3d6a83;
}
a
{
    color:#3d6a83;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
/*Controls*/
.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    z-index: 10000;
}  
.messageBox
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width:300px;
    z-index: 13000;
}
.updateProgress 
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 75px;
    z-index: 12000;
}
/*Validator Callout*/
.validatorCalloutHighlight
{
    background-color: #ffffaa;
}

