﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	margin-top:0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

.IE8Fix
{
	z-index: 100;
}

/* navigation */
.navigation * {
	margin:0px;
	padding:0px;
}

.navigation 
{
	background-color:#3E647E;/*#234E6C;*//*#4A79A5;*/
	border-top:2px solid #B00;
}
			
.navigation ul 
{
	list-style:none;
} 
			
.navigation ul li 
{
	display:inline;
	float:left;
}
			
.navigation ul li a {
	display:block;
	width:100px;
	padding-top:10px;
	padding-bottom:10px;
	
	border-right:1px solid #234E6C;/*#ddd;*/
	background-color:#3E647E;/*#234E6C;*//*#4A79A5;*/
	color:#fff;
				
	text-align:center;
	text-decoration:none;				
}

.navigation ul li a:visited  
{
	color:#fff;
}
			
.navigation ul li a:hover {
	background-color:#234E6C;/*#ddd;*/
}

/* sitetools */
.sitetools * {
	margin:0px;
	padding:0px;
}

.sitetools 
{
}
			
.sitetools ul  
{
	float:right;
	list-style:none;
}
			
.sitetools ul li {
	float:left;
}
			
.sitetools ul li a {
	display:block;
	padding:5px;
	
	border-right:1px solid #234E6C;/*#ddd;*/
	background-color:#3E647E;/*#4A79A5;*/
	color:#fff;
				
	text-align:center;
	text-decoration:none;				
}
			
.sitetools ul li a:hover {
	background-color:#234E6C;/*#ddd;*/
}

.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;
}

.field-label-help
{
    display:none;
}

