﻿body
{
	font-size: 66%;
	font-family: Arial, Sans-Serif;
}

#MainBody
{
	min-width: 825px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #000;
	width: 825px;
}

#PeerContent
{
	height: 28px;
	width: 575px;
	letter-spacing: 7px;
	background: url(Images/Banner_Repeat.jpg) repeat-x;
	float: left;
	margin-top: 2px;
	color: #000000;
	font-style:italic;
	padding: 28px 0 0 0;
}

#Navigation
{
	width: 175px;
	float: left;
	padding: 0px;
}
	
#Navigation .NavigationPanel
{
	background-color: #647D82;
}

#Navigation .NavigationPanel h1
{
	background: url(Images/NavigationHeader.png) top center no-repeat;
	padding: 1px 5px 2px 8px;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #647D82;
}

#Navigation .NavigationPanel p
{
	color: #FFFFFF;
	padding: .7em;
	border: 1px solid #CCCCCC;
}
		
#Content
{
	 padding-left: 12px;
	 float: left;
	 width: 636px;
	 font-size:1.1em;
}

#Content h1
{
	background: url(Images/HeaderBackground.jpg) repeat-x;
	padding: 10px 0 15px 8px;
}

#Content div.ModuleIntroduction
{
	margin-bottom: 15px;
}

#Content div.ModuleIntroduction a
{
	color: #647D82;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#Content div.ModuleIntroduction p
{
	padding: 3px 30px;
}

#Content div.ModuleIntroduction a img
{
	vertical-align: middle;
}
		
#Footer
{
	clear: both;
	text-align:center; 
	padding:2px; 
	font-size:.85em;
}

.GridView td, .GridView th
{
	padding: 4px 15px;
}

.GridView td td, .GridView th th
{
	padding: 0;
}

.GridView th a
{
	text-decoration: none;
}

.GridView .PageRow table
{
	float: right;
	margin-right: 8px;
}

.GridView .PageRow td
{
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

.GridView .PageRow a, .GridView .PageRow span
{
	display: block;
	padding: 2px;
}

.GridView .PageRow a
{
	text-decoration: none;
	color: #647D82;
}

.GridView .PageRow a:hover
{
	background-color: #647D82;
	color: #FFFFFF;
}

.DetailsView td, .DetailsView th
{
	padding: 4px 10px;
}

.GridView td td, .GridView th th, .DetailsView td td, .DetailsView th th
{
	padding: 0px;
}

.DetailsView td.HeaderRow, .DetailsView th.HeaderRow
{
	color: #FFFFFF;
	background-color: #647D82;
	text-align: center;
	font-weight: bold;
}

.UploadProgress
{
	background-color:#F8F8F8;
	border:3px solid #000000;
	color:#647D82;
	font-size:1.5em;
	font-weight:bold;
	padding:15px;
	position:absolute;
	text-align:center;
	width:185px;
}

.UploadProgress img,
.UploadProgress span
{
	vertical-align: middle;
}

.UploadProgress span
{
	padding-left: 15px;
}
