:root {
	overflow-y: scroll;
}

body {
	font-size: 11px;
	color: #333333;
	line-height: 1.5;
	background: #2e251d;
	font-family: arial;
}

h1 {
	color: #333333;
	font-size: 11px;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	color: #333333;
	font-size: 11px;
	margin: 0 0 12px 0;
}

p {
	margin: 0 0 6px 0;
}

a {
	color: #786a5b;
	text-decoration: none;
}
a.footer {
	color: white;
}
a.footer:hover {
	color: #786a5b;
}

a img {
	border: none;
}
a:hover img {
	opacity:0.5;filter:alpha(opacity=50);
}
a:hover {
	color: #333333;
}

.button {
	margin: 0; 
	padding: 0.2em 0.3em 0.20em 0.3em;
	width: auto;
	overflow: visible;
	font-size: 12px;
}

input, option, textarea, select {
	font-size: 11px;
	color: #333333;
}

form {
	margin: 0; padding: 0;
}

/* Demographics form */
div.demog {
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccbba8;
	margin: 0 0 15px 0;
}

.demog table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.demog td {
	padding: 0px 3px 0px 0px;
}

.demog td, .demog td * {
	font-family: arial;
}

.demog .question {
}

.question .question-text {
	margin: 3px 3px 0 3px;
	font-weight: bold;
}

.question .answer-text {
	display: inline-block;
	margin: 0 0 5px 10px;
	width: 90px;
}

.question table {
	border-collapse: collapse
}

.question table td {
	padding: 3px 0 5px 3px;
}

table.questions {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.questions td {
	padding: 5px;
	vertical-align: middle;
}
table.questions th {
	padding: 4px;
	background: #e9e9e9;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}


table.list {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.list td {
	padding: 5px 4px;
	vertical-align: middle;
}
table.list .head td {
	background: #ebebeb;
	font-weight: bold;
}
table.list .odd {
	background: #f4f4f4;
}
table.list .even td {
}

.legend {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	font-family: arial;
	text-align: center;
}

ul {
	margin: 5px 0px 10px 30px;
}

.oddrow {
	background: #f1f1f1;
}

h3 { font-size: 14px }

.pagination a, .pagination span {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #d0d0d0;
}
.pagination span {
	font-weight: bold;
}
.pagination span.edge {
	color: #aaa;
	font-weight: normal;
}
.pagination a {
	text-decoration: none;
}
.pagination a:hover {
	background: #eee;
}