body {
	font-family: sans-serif;
	font-size: 88%;
}

div#header {
	border-bottom: solid #007e55 2px;
	padding: 0 1em 0 0;
}
form#quickSearch {
	margin: 1em auto 0 auto;
	width: 90%;
}
table#quickNav {
	margin: 1em auto 1em auto;
	width: 280px;
}
table#quickNav td {
	text-align: center;
}
p#joinUp {
	margin-top: 0;
	text-align: center;
}
a#signOut {
	float: right;
	color: white;
	margin: 2px 2px 0 0;
	font-size: smaller;
}

ul#nav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
}
ul#nav li {
	display: inline;
	margin: 1px 5px 1px 5px;
}
ul#nav li a {
	color: black;
}

ul#areas {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
ul#areas li {
	display: inline;
	margin: 1px 10px 1px 10px;
}
ul#areas li a {
	color: black;
}

div#breadcrumb {
	font-size: smaller;
}
div#body {
	padding: 1em;
}
div#body h1 {
	font-size: 100%;
	margin-bottom: 0;
	color: #007e55;
}
div#body h2 {
	font-size: 100%;
	margin-bottom: 0;
}
div#body h3 {
	font-size: 100%;
	margin-bottom: 0;
}
div#body h4 {
	font-weight: normal;
	font-size: 90%;
}
div#body h5 {
	font-weight: normal;
	font-size: 80%;
}

div#footer {
	clear: both;
	margin-top: 1em;
	padding: 10px;
	font-size: 77%;
	text-align: center;
}

div.box {
	float: right;
	clear: right;
	width: 296px;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: solid #007e55 1px;
	font-size: smaller;
	background-color: white;
}
div.box h2 {
	margin: 0;
	color: white;
	font-size: 110%;
	background-color: #007e55;
}
div.box h3 {
	background-color: #ddd;
	margin: 0;
}

div.box#errors {
	border: solid red 1px;
}
div.box#errors h2 {
	background-color: red;
}

div.box#tasks {
	border: solid #228 1px;
}
div.box#tasks h2 {
	background-color: #228;
}

p.subtitle {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
p.actions {
	margin-top: 0;
	font-size: smaller;
}

img.button {
	border-width: 0;
}

th {
	text-align: left;
}
th.row {
	padding-right: 1em;
}
th.column {
	font-size: smaller;
	text-decoration: underline;
}
tr.gray {
	background-color: #eee;
}
.highlight {
	background-color: #ffa;
}

table.list {
	border-collapse: collapse;
}
table.list td {
	padding-right: 1em;
}

span.details {
	font-size: smaller;
}

span.formRequired {
	color: red;
}
span.formError {
	color: red;
	font-weight: bold;
}
td.number {
	text-align: right;
}

