body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('/images/logo-background.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

table#topBar {
	text-align: center;
}
table#topBar td {
	background-color: #c3c4cc;
}
#breadcrumb {
	padding-left: 15px;
	color: white;
	font-size: smaller;
	background-color: #5b1531;
}
#breadcrumb a {
	color: white;
}
div#body {
	padding: 1% 3% 1% 6%;
}

.editLink {
	float: right;
	margin: 0 0 5px 10px;
	background-color: yellow;
	font-size: smaller;
}

p#copyright {
	text-align: center;
	font-size: smaller;
}

h2.list {
	margin-bottom: 0;
	background-color: #eee;
}
p.summary {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
}

table.list {
	border-collapse: collapse;
}
table.list td {
	padding-right: 10px;
}
table.list th {
	padding-right: 10px;
}
tr.gray {
	background-color: #eee;
}
tr.selected {
	background-color: #cff;
	font-weight: bold;
}

div.error {
	color: red;
	background-color: #fee;
	border: solid red 1px;
	float: right;
	width: 30%;
}

dt {
	font-weight: bold;
}

a.help {
	font-size: smaller;
}

div.box {
	border: solid 1px #192550;
	padding: 1px;
}
div.box h2 {
	color: #03103e;
	font-size: 110%;
	background-color: #ddd;
	border-bottom: solid 1px #03103e;
	margin: 1px 1px 5px 1px;
}

h1 {
	color: #3a4e69;
}
