﻿body
{
    background-color: #EEEEEE;
}

#header-wrapper
{
    height: 2.5em;
    /* background-color: #C0C0C0; */
    background-color: White;
    margin-bottom: 1em;
    padding-top: .2em;
}

#logo
{
    /*border: solid 1px black;*/
    float: left;
    margin: .2em;
    padding: .2em;
}

#logo h1
{
    font-size: 93%;
    font-weight: normal;
    margin: 0;
    border: 0;
}

#header
{
    float: none;
}

#menu
{
    float: left;
    border: solid 1px grey;
    min-width: 40em;
}

#login-status
{
    float: none;
}

#content
{
    margin: 0 20px;
    min-height: 15em;
}

#ctl00_uxUpdateProgress
{
    border: Gray 1px solid;
    width: 32em;
    background-color: #FFC080; 
    bottom: 0%;
    left: 0px;
    position: absolute;
}

div.fileUpload
{
	margin-bottom: 1.5em;
}

div.fileUpload div
{
	margin-bottom: 0.5em;
}

div.fileUpload div span
{
	float: left;
	width: 7em;
}

div.fileUpload div input
{
	width: 400px;
}

.ListFiles a
{
	color: Navy;
}

.ListFiles a:Hover
{
	color: #008B00;
	text-decoration: underline;
}

.PageError
{
	height: 200px;
	width: 400px;
	background-color: White;
	border: dashed 2px black;
	margin: 4em auto;
	padding: 1em;
}