table.fancy {
	background: #fff;
	border: 1px solid #9caebf;
}

table.fancy th {
	background: #587592;
	color: #fff;
	padding: 3px;
}

table.fancy td {
	padding: 3px;
	background: #edf0f3;
	color: #393f45;
}

table.database {
	border-collapse: separate;
}

table.database th, table.database td {
	font-size: 0.9em;
	padding: 4px;
	line-height: 1em;
}

table.database td.alternate {
	background: #d9e0e6;
}

h1, h2, h3, h4, h5, h6, b, strong { color: #325278; }

h1 {
	font-size: 1.8em;
	font-weight: 100;
	margin-top: 0;
}

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 #51708e;
	background: #51708e;
	color: #fff;
}

#content li {
	margin-left: 2em;
}