﻿body
{
    font-family: 'Arial';
    color: Navy;
    background-position: center top;
    background-repeat: no-repeat;
	margin-left: 200px;
	margin-right: 200px;
	text-align:justify;
}
a
{    font-size: small;
    text-decoration:underline;
    }
    
.menu a:visited
{ font-size: small;  text-decoration:underline;
    }
    

.menu a:hover  {
	color:Blue;
}

    
        
.ATable, .FilterMenu
{
    font-family: 'Arial';
    color: Navy;
    
    border-top: navy 1px solid;
    border-left: navy 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

#FilterMenuID
{
    display: none;
}

.ACell
{

    color: Navy;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border-bottom: navy 1px solid;

}




.ALabel
{
    text-align: right;
    vertical-align: top;
    color: White;
    background-color: Navy;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 0px;
    padding-right: 1px;
    border-top: navy 1px solid;
    border-left: navy 1px solid;
    border-bottom: navy 1px solid;
    border-right: navy 1px solid;
    

}
hr
{
     color: navy;
}


.DocumentContentHeader
{
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 22em;
    padding-top: 22em;
    text-align: center;
}
    
    .DocumentContentHeaderPanel
{
    text-align: center;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 100px;
}

.App_Title, .Page_Title, TitleID
{
    font-size: 2em;
    text-align: center;
    color: navy;
    font-family: Helvetica;
    font-weight: bolder;
}
    
.Page_Title
    {    font-size: 1.5em;

    }

.Contact_Name_Label
{
    position: absolute;
    top: 0;
    left: 800;
    text-align: right;
    clear: both;
}
    
    .Logo
{
    position: absolute;
    float: right;
    left: 800px;
    top: 0px;
    clear: both;
}
    
.ProgressLabel
{   text-align: center;
    color: Silver;
    width: 800px;
    
    }
    
.ActualProgressText
{   
    position: relative;
    top: -17px;
    color: White;
    }
    
 .Page_Context
{
    width: 800px;
}


.FormTextBox
{
    font-family: 'Arial';
    color: Navy;
    border-bottom: navy thin solid;
    border-right: navy thin solid;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px;
    padding-right: 5px;
    border-top: navy thin solid;
    border-left: navy thin solid;
    background-color: #ffffcc;
    width: 500px;
}

.CreateUserButton
{   position:relative;
    left: -50%;
    }
    
    
    
    .AHeading
{
    font-weight:bold;
    text-align: left;
    vertical-align: top;
    font-family: 'Arial';
    color: White;
    background-color: Navy;
    border-bottom: White thin solid;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

    
    .DisplayNone,.HidePanel
    {   
        Display:none;
        }
        
        .ShowPanel
        {
        Display: block;
        }
        
 .ToolBar
{
    font-family: 'Arial';
    color: Navy;
    border-top: lightgrey 2px outset;
    border-left: lightgrey 2px outset;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border-right: lightgrey 2px outset;
    border-bottom: lightgrey 2px outset;
    vertical-align: middle;
    text-align: center;
    background-color: WhiteSmoke;
}        
        