body {
	background-color: white;
}

a, a:visited, a:hover, a:active {
	color: #6a5acd;
}

#content {
	background-color: #b0c4de;
	padding: 5px 10px 5px 10px;
	margin: 10px auto 0px auto;
	width: 650px;
	border: 1px solid black;
}
.imageright {
	float: right;
}
h1 {
	margin: 8px 0px 2px 0px;
	border-bottom: 2px solid black;
	height: 45px;
}
.alldone {
	margin: 150px auto 150px auto;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.formheader, .formheadernotice {
	margin: 10px 50px 10px 50px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #eee;
}
.formheader h4 {
	margin: 2px 0 10px 0;
}
.formheadernotice {
	background-color: #fba;
}
form {
	margin: 0px;
}
.row {
	clear: left;
	padding-bottom: 6px;
}
.label {
	float: left;
	text-align: right;
	width: 150px;
	padding-top: 3px;
}
.value {
	padding-left: 160px;
}
.smaller {
	font-size: smaller;
}
.sitemsg {
	margin: 100px 20px 100px 20px;
}
.palname {
	font-weight: bold;
}
.palprefs {
	padding: 5px 15px 15px 30px;
	margin-bottom: 20px;
	background-color: #d0dae6;
}
.palprefs .header {
	text-decoration: underline;
	font-size: 1.2em;
	margin: 10px 0px 10px -15px;
	margin-bottom: 10px;
}
.palinfo {
	margin: 5px auto 5px auto;
	width: 350px;
	padding: 20px;
	border: 1px solid black;
	background-color: white;
	font-size: 1.2em;
	white-space: pre;
}
.caption {
	font-size: smaller;
	padding: 5px;
	margin-top: 5px;
	background-color: #d0dae6;
}
table.userlist {
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}
.userlist tr {
	vertical-align: top;
}
.userlist tr.userline td {
	border-bottom: 1px solid #999;
}
.userlist th {
	border-bottom: 1px solid black;
}
.userlist td {
	padding: 5px;
}
.userlist .name {
	width: 150px;
	text-align: center;
}
.userlist .prefs {
	width: 400px;
}
