﻿/************ REDEFINED ELEMENTS **********************/
body
{
   font-family: Verdana;
   font-size: 13px;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   background-color: black;
}

H2
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

/************ MASTER TEMPLATE *******/
.PageContentArea
{
/*   visibility: hidden;
   text-align:left; */
   width: 1020px;
   background-color: #495063;
   margin-left: auto;
   margin-right: auto;
}

.Header
{
   font-family: Verdana;
   font-size: 20px;
   font-weight: normal;
   font-style: normal;
   font-variant: normal;
   color: #00172F;
}

.Header Large
{
    font-size: 25px;
}

.MainContentArea
{
   width: 100%; 
   min-height: 600px;
   overflow: auto; 
   background-image: url('Common/images/background.gif');
   background-repeat: no-repeat;
}

.LeftSidePanel
{
    margin-left: 10px; 
    margin-right: 10px; 
    width: 200px; 
    min-height: 600px; 
    float: left;
}

.CenterPanel
{
   min-height: 600px; 
   min-width: 400px;
   float: left;
}

.RightSidePanel
{
    width: 200px; 
    margin-left: 10px; 
    margin-right: 10px; 
    min-height: 600px; 
    float: right;
}

/************ CONTENT PANEL TEMPLATE *******/
.PnlHeader
{
    background-image: url('../images/progressivebar.gif'); 
    background-repeat: no-repeat; 
    height: 11px; 
    background-color: #FF6600;
    border: solid 1px black;
    height: 11px;
    margin-bottom: 2px;
}

.PnlCentral
{
    border: solid 1px black;
    background-color: #FFF3A5;
    padding: 15px 10px 15px 10px;
    margin-bottom: 10px;
}

.Content
{
    font-size: small;
    color: black;
}


/*********** FORM ALIGN LEFT ********************/

.Validator
{
   text-align: left;
}