﻿/* General. */
body
{
	background-color: #aebea5;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}
h1
{
	font-size: 20pt;
	margin: 0px;
	padding: 0px;	
	text-align: center;
}
h2
{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;	
	text-align: center;
}
a
{
	color: black;
}
p
{
	padding: 3pt 6pt;
	width: 740px;
	margin: 0px auto;
}

/* Main. */
#container
{
	font-family: verdana, arial, sans-serif;
	background-color: white;
	border: 1px solid black;
	color: black;
	margin: 0px auto;
	text-align: left;
	width: 766px;	
}


/* Break. */
.break
{
	border-top: 1px solid black;
}
.break hr
{
	display: none;
}


/* Header. */
.header h1
{
	border-bottom: 1px solid black;
}
.header h1 a
{
	display: block;
	width: 600px;
	height: 57px;
	margin-top: 1px;
	margin-left: 165px;
	background-image: url("images/title.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.header h1 span
{
	display: none;
}
.header hr
{
	display: none;
}
.header .commissioner
{
	border: 1px solid white;
	text-align: center;
	color: white;
	background-color: #798e74;
	font-family: arial, times new roman, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2px;
	padding-bottom: 4px;
}
.header #seal
{
	background-image: url("images/seal.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	width: 90px;
	position:absolute;
	z-index: 3;
}


/* Footer. */
.footer
{
	font-family: arial, times new roman, serif;
	font-size: 11px;
	color: white;
	background-color: #798e74;
	border: 1px solid white;	
	padding: 3pt;
}
.footer a
{
	color: white;
}
.footer .menu
{
	padding: 0px;
	margin: 0px auto;
	margin-bottom: 1pt;
	list-style-type: none;	
	text-align: center;	
}
.footer .menu li
{
	padding: 0px 3px 0px 6px;
	margin: 0px;
	display: inline;
	border-left: 1px solid white;
}
.footer .menu .first
{
	border-left: 0px;
}
.footer .rights
{
	text-align: center;
}
.footer .versioning
{
	text-align: center;
}

/* Main. */
.norowsfound
{
	text-align: center;
	font-weight: bold;
}
.backarea
{
	text-align: center;
	padding: 0px;
	padding-bottom: 6pt;
}
.note
{
	color: #555;
	font-size: small;
}
.edit
{
	width: 325px;
}
.multiline
{
	width: 325px;
	height: 120px;
}
.syncdropdown
{
}
.rowhead,
.areastarthead
{
	font-weight: bold;
	vertical-align: top;
	width: 200px;
	padding-bottom: 2pt;
}
.areastart,
.areastarthead
{
	border-top: thin solid black;
	padding-top: 4pt;
}
.heading h2
{
	font-size: 14pt;
	padding-right: 200px;
}
