html, body {
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

/* Structure */
div {
	position: absolute;
}

table.structure {
	width: 100%;
	height: 100%;
}

table.structure td {
	vertical-align: top;
	text-align: center;
}

div.header {
	background-image: url(./images/header.png);
	top: 0px;
	left: 0px;
	height: 131px;
	width: 820px;
}

div.back {
	/*background-color: rgb(218,217,215);*/
	top: 131px;
	left: 0px;
	height: 454px;
	width: 820px;
	background-image: url(./images/question-background.png);
}

div.footer {
	background-image: url(./images/bottom-bar.png);
	top: 585px;
	left: 5px;
	height: 43px;
	width: 810px;
	z-index: 10;
}

div.title-background {
	position: relative;
	background-image: url(./images/header_bar.png);
	top: 0px;
	left: 0px;
	height: 30px;
	width: 800px;
}

div.title {
	position: relative;
	top: 18px;
	left: 280px;
	width: 520px;
	font-size: 18px;
	font-weight: bold;
	font-family: Copperplate Gothic Bold;
	color: RGB(36,132,198);
	padding-left: 10px;
	vertical-align: middle;
	text-indent: 10px;
	text-align: right;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	/* height: 600px; */
	height: 100%;
}

div.question-container {
	top: 134px;
	width: 800px;
	/* height: 1460px; */
	height: 100%;
	font-family: Tahoma;
	font-size: small;
	overflow: visible;
}

div.column-separator {
	background-image: url(./images/divider.png);
	top: 30px;
	left: 399px;
	height: 361px;
	width: 3px;
}

div.page {
	position: relative;
	/*background-color: rgb(218,217,215);*/
	top: 0px;
	height: 430px;
	width: 800px;
	overflow: hidden;
	page-break-before: always;
	margin-left: 10px;
}

iframe.fill_in {
	position: relative;
	background-color: rgb(218,217,215);
}

hr.page-break {
	border-top: 1px dashed black;
	height: 1px;
	page-break-before: always;
}

/* Questions */
table.survey-question {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
}

table.survey-question td {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Footer Items */
div.footer-item {
	top: 587px;
	z-index: 10;
}

#prev {
	left: 18px;
}

#print {
	left: 125px;
}

#submit_button {
	left: 260px;
}

#save {
	left: 370px;
}

#nav {
	top: 596px;
	left: 460px;
	width: 250px;
}

#next {
	left: 723px;
}

/* Error Window */
div.errorWindow {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 200px;
	z-index: 97;
	border: 0px;
	overflow: auto;
}

p.errorMsg {
	color: black;
	background-color: white;
}

/* Error Summary Page */
div.error-page {
	position: relative;
	/*background-color: rgb(218,217,215);*/
	background-color:RGB(203,197,183);
	top: 10px;
	left: 12px;
	height: 415px;
	width: 796px;
	overflow: auto;
	text-align: center;
	font-family:tahoma;
	font-size:13px;
}

table.error-summary, table.error-summary td, table.error-summary th {
	border-width: 1px;
	border-style: groove;
	margin-left: auto;
	margin-right: auto;
}

table.error-summary th, td.error-type, td.error-section {
	text-align: center;
}

td.error-desc {
	text-align: left;
}

span.error, span.Error, span.Required, span.Severe  {
	color: red;
}

/* Printing */
span.answer-text {
	color: green;
	border-bottom: 1px black solid;
}

span.answer-check {
	color: green;
}
