﻿#header
{
    width: 1000px;
    height: 140px;
    background-image: url(../images/header-full.jpg);
}
#header1
{
    width: 500px;
    height: 140px;
    background-image: url(../images/header-full.jpg);
}
#logo
{
    position: relative;
    padding: 50px 0px 0px 20px;
}
#sidebar
{
    width: 175px;
    background-color: white;
    background-repeat: repeat-y;
    float: left;
    height:2775px;
}
#centerContent
{
    width: 800px;
    margin-left: 200px;
}
#centerContent1
{
    width: 800px;
    margin-left: 100px;
}
#divider
{
    
}
#footer
{
    width: 800px;
    margin-left: 200px;
}
#validation
{
    width: 300px;
    position: absolute; /* take element out of the normal page flow! */
    top: 300px; /* position the element vertically using top or bottom and define width as you like:*/
    left: 450px; /* set left and right to the same value! */
    right: 0;    
    background: white; /* mark this element visually prominent */
    border-style: solid;
    border-color: red;
    display:none;   
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

body
{
    padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
h1
{
    font-family: arial;
    font-size: 16pt;
    font-weight: bold;
    color: #072C87;
    padding-top: 15px;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}
h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    font-weight: normal;
}
h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0033CC;
    text-align: right;
}
.personControls
{
    width: 160px;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.updatePanel
{
    width: 800px;
}
.table
{
    width: 800px;
}
.divider
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #011A38;
    height: 10px;
    width: 800px;
    background-image: url(../images/divider-bar1.jpg);
    background-repeat: no-repeat;
}
.three
{
    width: 245px;
}
.threeControl
{
    width: 175px;
    height: 22px;
}
.fourControlDD
{
    width: 158px;
}
.threeWideControl
{
    width: 300px;
}
.fourControl
{
    width: 150px;
}
.SectionText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #0066FF;    
}