/* LAST UPDATED 04.28.2010 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #fff;
}

#header, #sidebar, .archiveButtons, #comment-area, #footer { display: none; }

a {
	color: blue;
	text-decoration: none;
}

p a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	color: #333;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

hr {
	clear: both;
	display: none;
}

pre {
	margin: 0 0 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", monospace;
	font-size: 12px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 7px;
}

	table table { margin-bottom: 0; }

	table.data {
		margin-bottom: 12px;
		font-size: 12px;
	}

td {
	vertical-align: top;
	padding: 0 7px 7px 0;
}

	table.data td { padding: 2px 7px; }

	td.thin { width: 17%; }