/* Basics */

html, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;

	color: #000000;
}

html, body { 
	margin: 0;
	padding: 0;

	background-color: #75c4d7;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	height: 100%;
	text-align: center;
	vertical-align: top;
}

h1, h2, h3 {
	display: inline;
}

h1 {
	color: #000000;
	font-size: 16px;
}

h2 {
	color: #000000;
	font-size: 14px;
}

h3 {
	color: #000;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #027aa8;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #027aa8;
	font-weight: bold;
}

/* Layout */

#wrapper {
	margin: 0;
	padding: 0;

	width: 100%;
	text-align: center;
	vertical-align: top;
}

#base {
	width: 772px;
	display: inline-block;
}

#top {
	width: 772px;
	height: 273px;

	background-repeat: no-repeat;
	background-position: top center;
}

#body_wrapper {
	width: 772px;
	height: 480px;
}

#margin, #content_wrapper {
	float: left;
	height: 480px;
}

#margin {
	width: 80px;
}

#content_wrapper {
	width: 610px;
}

#content {
	background-color: #e7e7dc;
	background-image: url(img/bg_inner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 288px;
	background-attachment: fixed;

	width: 610px;
	height: 419px;

	text-align: left;
	vertical-align: top;
	overflow: auto;
}

#content_header {
	width: 610px;
	height: 16px;
}

#content_footer {
	width: 610px;
	height: 45px;
	text-align: left;
}

/* jQuiz */

#quiz {
	height: 419px;
}

.stripViewer {
	width: 550px;
	float: left;
	position: relative;
	overflow: hidden;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
}

.stripViewer .panelContainer .panel {
	float: left;
	width: 610px;
	height: 300px;
}

.jquiz-title {
	margin: 0px 30px 0px 30px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #000000;
	display: block;
	width: 600px;
}

.jquiz-title img {
	margin-top: 32px;
}

.jquiz-question-container {
	padding: 16px 30px 0px 30px;
	width: 550px;
	height: 250px;
	text-align: left;
	vertical-align: top;
}

.jquiz-question-title {
	display: block;
	width: 510px;
	margin: 0px;
	padding: 0px;
}

.jquiz-options {
	width: 472px;
	margin-top: 17px;
}

.jquiz-option, .jquiz-option-number {
	padding-right: 17px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.jquiz-option-label {
	padding-bottom: 22px;
}

.jquiz-jumper {
	display: block;
	width: 520px;
	text-align: right;
	border-bottom: 1px dashed #000000;
	margin-left: 30px;
}

/* Indicator */
.page-indicator {
	background-image: url(img/balls.jpg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

.page-indicator .indicator {
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 11px;
	margin-right: 13px;
}

.startover {
	margin-top: 18px;
	float: right;
}

/* Results */

.result {
	background-color: #e7e7dc;
	background-repeat: no-repeat;
	overflow: hidden;
}

.result-content {
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 610px;
	height: 419px;
	overflow: hidden;
}

.result-wrapper {
	padding: 0px 0px 0px 0px;
	width: 610px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	overflow: hidden;
}

.result-wrap-wrapper {
	padding: 30px 201px 20px 33px;
}

.result-wrap-wrapper .title {
	margin-bottom: 50px;
	display: block;
}

.result-title {
	width: 379px;
	display: block;
}

.result-margin {
	width: 610px;
	height: 91px;
}
