body,div,p,span,td,th
{
	font-family: Arial;
	font-size: 12px;
	color: #653302;
}

body { text-align: center;}

a
{
	color: #ca9933;
}

div.error
{
	font-weight: bold;
	color: #cc0000;
}

table#edit
{
	margin-left: auto;
	margin-right: auto;
}

table#edit td
{
	text-align: left;
}

label
{
	font-weight: bold;
}

input.wide, textarea.wide
{
	width: 300px;
}

textarea.wide
{
	height: 150px;
}

table#list
{
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #653302;
	border-top: 1px solid #653302;
}
table#list td, table#list th
{
	border-right: 1px solid #653302;
	border-bottom: 1px solid #653302;
	padding: 3px;
}

table#list th
{
	background-color: #653302;
	color: white;
}

div#pager { margin-bottom: 1em; }
div#pager a { text-decoration: none; }
div#pager a:hover { text-decoration: underline; }

h3 { color: #ca9933; }