html, body, img, table, tr, td, div, form, p, ul, li, h1, hr {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	empty-cells: show;
}

body {
/*	background-color: #FFFBF0;*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

h2 {
	font-size: 1.1em;
	color: #006600;
	margin: 1em auto;
}

label {
	padding-left: 1em;
}

#header, #content, #footer {
	position: relative;
	clear: both;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	min-width: 779px;
	max-width: 1024px;
}

#header .logo {
	float: left;
	margin: 1em;
	margin-left: 2em;
}

#header h1 {
	padding: 2em 1.5em;
	font-size: 1.1em;
	color: #006600;
	font-weight: 800;
	font-style: italic;
	text-decoration: underline
}

#header .login_summary {
	float: right;
	clear: both;
	font-size: 0.6em;
	font-weight: 800;
	color: #006600;
}

#footer {
	margin-top: 3em;
	border-top: 0.1em solid #666666;
	color: #666666;
}

#footer p {
	padding: 1em;
}

.window, .error_window {
	width: 95%;
	margin: 1em auto;
/*	text-align: left; */
}

.window div p {
	margin: 1em;
}

.window div, .error_window div {
	padding: 0.2em;
}

.title_bar {
	background-color: #DDDDDD;
	border: 0.14em solid #444444;
	border-bottom: none;
	font-size: 1.05em;
	font-weight: 800;
	text-align: left;
	margin-bottom: -1px;
}

.window_content {
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 0.14em solid #444444;
}

.error_window .title_bar {
	background-color: #FF9999;
	color: #660000;
	border: 0.14em solid #000000;
	border-bottom: none;
}

.error_window .window_content {
	background-color: #FFFFFF;
	overflow: auto;
	height: 7em;
	border: 0.14em solid #000000;
}

.error_window .window_content div {
	width: 96%;
	padding: 0.2em;
	margin: auto;
	text-align: left;
}

.small {
	font-size: 0.65em;
}

.heading {
	font-size: 1em;
	font-weight: 800;
}

hr.cleaner {
	clear: both;
	height: 1px;
	width: 0.1em;
	margin-top: -1px;
	visibility: hidden;
}

/*
 * This class is only used by php/.../class_error.req
 */
.class_error_message {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
}

.class_error_message p {
	font-weight: 800;
}

.form_error {
	color: #CC0000;
}

.form_error_large {
	font-size: 1.2em;
	color: #DD0000;
}

table.list {
	width: 50%;
	margin: 0.5em auto;
	text-align: left;
}

table.list td {
	padding: 0.2em;
}

table.form {
	min-width: 50%;
	margin: 0.5em auto;
	text-align: left;
}

table.form td {
	padding: 0.5em;
	white-space: nowrap;
	vertical-align: middle;

	border-left: 0.105em solid black;
	border-right: 0.05em solid black;
}

.row_1 td {
	border-bottom: thin solid #CEEC00;
}

.row_2 td {
	border-bottom: thin solid #444444;
}

input, select {
	font-size: 0.9em;
	font-weight: normal;
	font-family: inherit;
}

div.buttons {
	padding: 1.5em;
}

input[type=submit], input[type=reset], input[type=button], button {
	background-color: #FFD000;
	color: #000000;
	border: 0.05em solid black;
	text-decoration: none;
	width: 6em;
	margin: auto 0.5em;
}

.search_results {
	text-align: center; /* for IE's sake... (?Mac version too?) */
}

.search_results table {
	margin: 0 auto;
}

.entity_summary {
	width: 90%;
	margin: 2em auto;
	border: 0.14em solid black;
	background-color: #CCCCCC;
	font-size: 0.75em;
	text-align: left;
}

.entity_summary table {
	width: 95%;
	height: auto;
}

.entity_summary td {
	padding: 0.05em 0.3em;
}

.entity_summary .heading {
	text-align: right;
}