﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	margin-top:0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#Menu a
{/*
	display: block;
*/
}

.IE8Fix
{
	z-index: 100;
}

.MainContent
{
	/*width:760px;*/
	width: 100%;
}
.Section
{
	background-color:#E2E8C9; 
	border-color:#6B824A; 
	border-style:solid; 
	border-width:1px; 
	width:100%; 
}
.SectionHeader
{
	background-color: #6B824A;
	font-size: 12pt;
	color: white;
}
.SectionTitle
{
	padding:5px;
}
.SectionContent
{
	padding:5px;
}
.SectionFooter
{
	background-color:#6B824A;
	color: white;
	padding:5px;
}

.Panel
{
	background-color:#E2E8C9; 
	border-color:#6B824A; 
	border-style:solid; 
	border-width:1px; 
	width:1%; 
}
.PanelHeader
{
	background-color:#6B824A;
	font-size: 12pt;
	color: white;
}
.PanelTitle
{
	padding:5px;
}
.PanelContent
{
	padding:5px;
}
.PanelFooter
{
	background-color:#6B824A;
	color: white;
	padding:5px;
}

.ResidentControl tr
{
	background-color:#D1D7B8;
}

.ResidentControl tr td
{
	padding: 3px;
}
