/* Stylesheet for the members area of www.juvenilia.org */

body {
	background: #fff url(img/logo.jpg) no-repeat fixed left bottom;
	margin: 3px;
	border: 0;
	padding: 0;
	font-family: sans-serif;
	color: #000;
}

a {
	color: #00f;
}

p, li, td, th {
	font-family: sans-serif;
}

th.top {
	padding-top: 10px;
	border-bottom: 1px solid #888;
	text-align: left;
	font-weight: bold;
	color: #888;
}

th.top a {
	text-decoration: none;
}

th.bottom {
	text-align: right;
	font-weight: normal;
	border-top: 1px solid #888;
}

tr.alt0 {
	background-color: #eee;
}

tr.alt1 {
	background-color: #fff;
}

input {
	font-family: sans-serif;
	font-size: 90%;
}

#menu {
	background-color: #ccc;
	margin: 0;
	border: 1px solid #888;
	padding: 2px;
	font-family: sans-serif;
	font-size: 90%;
	color: #888;
}

#menu a {
	color: #00f;
	text-decoration: none;
}

#menu a:hover {
	background-color: #bbb;
	text-decoration: none;
}

#content {
	margin: 0;
	border: 0;
	padding: 6px;
}

.error {
	border: 2px solid #f00;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #f00;
}

h2 {
	color: #733;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #733;
	font-size: 100%;
	font-weight: bold;
}
