﻿*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#MainContainer
{
	width: 100%;
	height: 100%;
}

#ContentContainer
{
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFFFFF;
	background-image: url("../images/header-bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#MainContainer #Push
{
    clear: both;
    width: 994px;
    height: 150px;
	background-color: Transparent;
}


/*** CONTENT AREA ***/

#ContentTable
{
	/*float: left;*/
	clear: both;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	color: #231f20;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;	
}

#ContentTable #Navigation a
{
	float: left;
	margin-top: 10px;
	margin-right: 14px;
}

#ContentTable #Navigation img
{
	border: none 0px;
}

#ContentTable h1
{
	font-size: 32px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#ContentTable #ContentArea
{
	/*background-color: #877177;*/
}

#ContentTable #ContentArea a
{
	color: #231f20;
	text-decoration: underline;
}

#ContentTable #ContentArea a:hover
{
	color: #666666;
}

#ContentTable #ContentArea p
{
	margin-top: 20px;
}

#PageTitle
{
	clear: both;
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

/*** LOCATION ***/

#LocationContainer
{
	clear: both;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}

#LocationContainer a
{
	color: #fed250;
	text-decoration: underline;
}

#LocationContainer a:hover
{
	color: #231f20;
}

/*** FOOTER ***/

#Footer
{
	clear: both;
	width: 100%;
	height: 149px;
	background-color: #edecd1;
	border-top: solid 1px #231f20;
}

#Footer #FooterContent
{
	clear: both;
	width: 894px;
	height: 100px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 49px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #231f20;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

#Footer #FooterContent a
{
	color: #231f20;
	text-decoration: underline;
}

#Footer #FooterContent a:hover
{
	color: #666666;
}

/*** FILES GRID VIEW ***/

.GridView
{
	clear: both;
	background-color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.GridView th
{
	background-color: #231f20;
	color: #FFFFFF;
	font-weight: bold;
	/*border: solid 1px #FFFFFF;*/
	padding: 5px;
}

.GridView tr
{
	color: #000000;
	border-bottom: solid 1px #FFFFFF;
}

.GridView tr:hover
{
	background-color: #edecd1;
}

.GridView .tr0
{
	background-color: #dad4d6;
}

.GridView .tr1
{
	background-color: #f7f7ef;
}

.GridView td
{
	padding: 5px;
}

.GridView a
{
	color: #000000;
	text-decoration: underline;
}

.GridView img
{
	margin-top: 3px;
}

/*** UPLOADS ***/

.UploadErrorMessage
{
	color: #FF0000;
}
