* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	margin: 1.75em 1.75em 1.75em 1.75em; /* 21px 21px 21px 21px */
	background: rgb(209, 210, 195);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body, div, p, th, td, li, dd, fieldset {
	color: rgb(102, 102, 102);

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

div#banner {
	position: fixed;
	top: 0;
	right: 0;
}

div#banner img {
	width: 160px;
	height: 160px;
}

div#body {
	/* background: rgb(255, 255, 255); */
	overflow: hidden;
}
div.single {
	width: 37em;
}
div.double {
	width: 74em; /* 888px */
}
div.anchored {
	width: 37em;
	position: fixed;
	bottom: 1.75em; /* 21px */
}

div#header, div#search, div.column, div.footer {
	padding: 1.75em 1.75em 0 1.75em; /* 21px 21px 0 21px */
	width: 33.5em; /* 402px */
	background: white;
}

div#search {
	margin-bottom: 0.38em; /* 5px */
}

div#header {
	padding-bottom: 1.42em; /* 17px */
	margin-bottom: 0.38em; /* 5px */
}

div.column {
	float: left;
}

div.footer {
	float: right;
}

div.footer {
	/* clear: both; */
	padding-bottom: 0;
	margin-top: 0.38em; /* 5px */
}

div.block {
	padding-bottom: 0.5em; /* 6px */
}

div.block img {
	display: block;
	width: 33.5em; /* 402px */
	height: 25.1em; /* 301px */
	/* text-align: center; */
	/* border: 1px solid rgb(209, 210, 195); */
	background-image: url(/media/images/stripes.gif);
	margin-bottom: 1.33em; /* 16px */
}

p {
	text-align: left;
}

p, fieldset {
	clear: both;
	margin-bottom: 1.08em; /* 13px */
}

p.sub, ul.sub, span.postfix {
	font-size: 12px;
	line-height: 16px;
}
span.postfix {
	margin-left: 0.2em;
}

p.cut {
	margin-bottom: 0;
}

p.tight {
	margin-bottom: 0.6em;
}

a {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

a:hover {
	color: rgb(51, 153, 255);
	text-decoration: underline;
}
a:active {
	color: rgb(51, 51, 51);
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(51, 51, 51);
	font-weight: normal;
}

h1 { /* Logo */
	font-family: Avenir Next, Avenir, Gotham-Light, Gotham, sans-serif;
	font-size: 36px;
	color: rgb(209, 210, 195);
	margin: 1em 0; /* 36px 0 */
}
h1 img {
	position: relative;
	right: 0.03em;
	width: 6.28em;
}

h2 { /* Headings */
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0.93em 0; /* 0 0 13px 0 */
}

h3 { /* Titles */
	font-size: 12px;
	line-height: 16px;
	/* margin: 16px 0 0 0; */
}

h4 { /* Date */
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 1em 0; /* 0 0 12px 0 */
}

hr {
	/* color: rgb(102,102,102); */
	/* background-color: rgb(102,102,102); */
	
	margin: 0 0 0.83em 0; /* 0 0 10px 0 */
	border: none;
	border-top: 1px dashed rgb(204,204,204);
	height: 0px;
	/* width: 100%; */
}
div.block hr {
	/* color: rgb(204,204,204); */
	/* background-color: rgb(204,204,204); */
}
div.block hr.section {
	margin-top: 2.33em; /* 28px */
}
div.block hr.subsection {
	margin-top: 1.67em; /* 20px */
	width: 56%;
}

ul {
	margin: 0 0 1.25em 0;
	padding: 0;
	list-style: none;
}
.menu li {
	display: inline;
}
.menu li:before {
	color: rgb(102, 102, 102);
	/* padding: 0 0.2em 0 0.1em; */
	content: "/ ";
}
.menu li:first-child:before {
	/* padding: inherit; */
	content: "";
}

#header ul.menu {
	position: relative;
	top: -0.25em;
	
	margin: 0;
}
#header ul.menu li {
	font-size: 12px;
	line-height: 16px;
}

ul.downloads {
	margin-top: 2em;
}
ul.downloads li {
	/* margin-left: 1.1em; */
	/* list-style-type: square; */
}
ul.downloads li:before {
	content: "+ "
}

.document_filesize:before {
	content: "(";
}
.document_filesize:after {
	content: ")";
}

.separated:before {
	color: rgb(102, 102, 102);
	/* padding: 0 0.2em 0 0.1em; */
	content: "/ ";
}

.more:after {
	content: "...";
}

div.open {
}

div.closed {
	display: none;
}


/* typogrify & textile filter automatic formatting classes */

span.caps {
	/* font-variant: small-caps; */
	font-size: 0.95em;
}

span.quo {
	margin-left: -0.21em;
}

span.dquo {
	margin-left: -0.38em;
}

span.amp {
	color: #666;
	font-size: 1.05em;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}


/* SQLDebug classes */

table {
    border-collapse: collapse;
}

th {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #666;
}

tr.odd {
	background-color: #EEE;
}

tr.even {
	background-color: #DDD;
}

td {
	font-size: 0.9em;
	padding: 0.2em 0.5em;
}

td.order {
	text-align: right;
	vertical-align: top;
}
td.time {
	vertical-align: top;
}

.keyword {
	color: #888;
	font-size: 0.8em;
}

