table.fancy {
	background: #fff;
	border: 1px solid #5f5f5f;
}

table.fancy th {
	background: #5f5f5f;
	color: #fff;
	padding: 3px;
}

table.fancy td {
	padding: 3px;
	background: #e4e7e5;
	color: #222;
}

table.database {
	border-collapse: separate;
}

table.database th, table.database td {
	font-size: 0.8em;
	padding: 2px;
}

table.database td.alternate {
	background: #f7f7f6;
}

h1 {
	font-size: 1.2em;
	border-bottom: 1px dashed #555;
	margin-top: 0;
	padding-bottom: 0.5em;
}

p.leadin {
	color: #1f50a8;
	font-weight: bold;
}

.stack_image {
	float: left;
	margin-bottom: 0.5em;
	width: 50%;
	text-align: center;
}

.clear {
	clear: both;
}

#content p {
	margin: 1.5em 0;
}

input, textarea {
	border: 2px inset;
	font-size: 1em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	border: 2px solid #3ea0ff;
}

input.button, input.form_button {
	border: 2px outset #3b9324;
	background: #50b831;
	color: #fff;
}

#content li {
	margin-left: 2em;
}