﻿/* Standard styles sheet for Admin site */

body
{
    margin: 0 0 0 0;
    background-color: #5496D3;
    color: White;
	font-family: arial, helvetica, sans-serif;
	font-size:medium;
	
}

.header
{
	font-weight: bold;
	text-align: center;
	height: 160px;
	vertical-align: top;
}

.container
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.prompt
{
	color: Black;
	font-size: smaller;
	font-weight: normal;
	text-align: right;
}

.warning
{
	color: Black;
	font-size: smaller;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
}
.warning ul
{
    padding: 0;   
}

#btnSubmit
{
	width: 250px;
	margin-top: 30px;
}

#valSummary
{
	text-align: left;
}

#updateProgress
{
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#ResultArea
{
	text-align: center;
	font-weight: bold;
}

#FailMessage
{
	color: Red;
}


.error image
{
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

.errorsummary
{
    border: 1px solid Red;
    color: Red;
    margin: 5px 0px;
    background: White url(../images/warning.png) repeat fixed 5px 5px;
    padding: 5px;
}

.errorsummary ul
{
    list-style: square;
}

.errorsummaryborder
{
    width: 100%;
    padding-bottom: 20px;
}
