body {
	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 85%;
	text-align: center;
	line-height: 180%;
	background-image: url(../images/bodybackground.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eaeae6;
}

#contentWrapper {
	width: 896px;
	text-align: left;
	margin: auto;
	position: relative;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal; 
}

h1 {
	font-size: 170%;
	clear: both;
	padding-top: 15px;
}

h2 {
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0;
	color: #999;
}

p {
	font-size: 100%;
	margin-bottom: 0.2em;
	margin-top: 0;
}

a {
	color: #01acf6;
}

#questionInput {
	padding: 0;
	margin: 0;
	border: none;
}

#frontpageaction {
	padding: 0;
	margin: 0 0 -15px 0;
	border: none;
}

#questionInput fieldset, #frontpageaction fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.question {
	margin: 0 0 1em 0;
}

.radiocontrols, .checkboxcontrols {
	margin-top: 0.8em;
}

.optionContainer {
	background-color: #f2f2f2;
	margin-bottom: 2px;
	padding: 0.2em 0.5em;
	display: inline-block; /* IE6 fix to make background color visible */
	width: 100%;
}

#navigationbuttons {
	margin-bottom: 15px;
	margin-top: 22px;
	width: 220px;
	padding-left:200px;
}

#reportNavigationButtons {
	margin-bottom: 15px;
	margin-top: 22px;
	width: 280px;
	padding-left:290px;
}

/* Back and forward buttons */
.backButton, .backbutton:hover {
}


.forwardButton, .forwardButton:hover, .endLink, .finalButton {
  float: right;	
}

#contentArea {
	position: relative;
	width: 590px;
	margin: 0;
	min-height: 475px;
    height:auto !important; /* these two lines are a hack to make IE6 work*/
    height:475px;	
}

.fullArea {
	z-index: 2;
	width: auto;
	padding: 0 20px;
	position: relative;
	clear: both;
}

#meterBox {
	position: absolute;
	top: 20px;
	left: 660px;
}

#reportMeterBox {
	float: right;
	width: auto;
	padding: 0;
}

#reportMeterBoxText {
	font-size: 80%;
	width: 200px;
	text-align: center;
}	

#meterBoxTotal {
	position: absolute;
	top: 260px;
	left: 678px;
}

#meterText {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 10px;
	padding-left: 8px;
}

#meterTextTotal {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 7px
}

#sectionImage {
	margin: 0 auto;
	float:left;
}

/* layout elements for the progression bar */

#progression {
	position: relative;
	top: 15px;
	margin: 0 0 2em 0;
	color: #666;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	width: auto;
	padding: 2px 20px 9px 20px;
	line-height: 14px;
}

#progressionbarcontainer {
	width: auto;
	display: block;
	margin: 0 auto;
	line-height: 1px !important;
}

#progressionbar {
	background-image: url(../images/progress.png);
}

#progressionbarspacer {
	background-image: url(../images/progress-spacer.png);
}

#progressionbarleft {
	background-image: url(../images/progress-left.png);
}

#progressionbarright {
	background-image: url(../images/progress-right.png);
}

/* Error text at top of page, if something is not filled out OR waitmessage */
#errorContainer {
	position: relative;
	padding-top: 1px; /* IE6 fix */
}

#reportWarningContainer {
	z-index: 5;
	position: relative;
	top: 50px;
}

#waitWarning {
	position: absolute;
	z-index: 8;
	left: 240px;
	top: 200px;
	width: 210px;
	color: #580000;
	background-color: #82dcf7;
	border: 1px solid #580000;
	text-align: center;
	vertical-align: center;
	padding: 20px 70px;
	font-weight: bold;
}

/* For showing message while generating report */
#waitMessage {
	color: #999;
	font-weight: bold;
	position: absolute;
	width: 200px;
	height: 100px;
	left: 380px;
	top: 300px;
	text-align: center;
	font-size: 85%;
}

#hideWaitMessage {
	z-index: 1;
	background-color: #ffffff;
	color: #ffffff;
	position: absolute;
	width: 200px;
	height: 100px;
	top: 300px;	
	left: 380px;
}

.errorText {
	border: 1px solid #580000;
	padding: 0.4em 1em;
	color: #580000;
	font-weight: bold;
	font-size: 90%;
	background-color: #82dcf7;
}

.errorDot {
	font-size: large;
}



/* error marking at specific questions */
.questionerror {
	display: inline;
	color: #900;
	font-weight: bold;
	font-size: 130%;
}

/* Top of pages */
#logoboks {
	font-size: 130%;
	font-weight: bold;
	padding: 1em 0;
	margin-bottom: 3px;
	background-image: url(../images/blaabjaelke.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#logoboks A IMG {
	border: none;
}

#tagline {
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
}

#topLinks {
	float: right;
}

#topList {
	font-size: 80%;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

#topList LI {
	display: inline;
	padding-right: 0.9em;
}

/* Bottom stuff */

#bottomInfo {
	color: #999;
	font-size: 90%;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	text-align: center;
	height: 40px;
	padding-top: 9px;
	
}

#bottomInfo A IMG {
	padding: 0 20px;
	border-left: 1px solid #eee;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

#bottomText {
	margin-right: 20px;
	position: relative;
	top: -10px;		
}

/* Front page stuff */
#siteinfo {
	font-size: 120%;
}

#frontBoxContainer {
	position: relative;
	padding: 0;
	line-height:1px;
}

#frontBoxContainer img {
	border: none;
}

#leftFrontBox {
	padding: 14px 57px 0 57px;
}

#front-hvorfor {
	margin-top: 52px;
	margin-bottom: 8px;
}

#front-hvordan {
	margin-bottom: 8px;
}

#front-quiz {
	margin-bottom: 20px;
}

#rightFrontBox {
	position: absolute;
	left: 595px;
	top: 22px;
}

#delButton {
	margin-top: 15px;
}

.dropdown {
	margin: 0.5em 0.9em;
}

.customField {
	margin: 0.5em 0 0 0.9em;
}

#startButtonContainer {
	margin-top: 1.5em;
	text-align:center;
}

/* Open and close toggle shown by a triangle to the left */
.opened {
	background-image: url(../images/triangle_down.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
	
.closed {
	background-image: url(../images/triangle_right.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

/* makes space for the triangle */
.openlink {
	padding-left: 10px;
	font-size: 85%;
}

#saveOption {
	clear: both;
	width: 100%;
	border-top: 1px solid #eee;
	font-size: 85%;
}

#saveOptionReport {
	clear: both;
	width: 100%;
	font-size: 85%;
}

/* mailform that will be made visible when user clicks on link above it */
#mailform {
	font-size: 85%;
	margin-top: 0.5em;
}

#mailform input {
	margin-left: 1em;
}

/* Information at top of page, i.e. mail has been sent */
.topinfo {
	border: 1px solid #900;
	padding: 0.4em 1em;
	color: #900;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 10px;
}

/* Styles for pop-up window */

#popBody {
	background-image: none !important;
}

h1.popup {
	font-size: 120%;
	font-weight: bold;
}

h1.popup {
	font-size: 100%;
	font-weight: bold;
}

#popinput, #popinput fieldset, #popWrapper {
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	background-color: #fff;
}

#popinput input {
	margin-bottom: 0.3em;
}

.spacer {
	width: 12em;
	display:block;
	float: left;
	text-align: left;
}

.formColumn {
	width: 24em;
	text-align: right;
}

.poperror {
	color: #900;
	font-weight: bold;
}

/* styles for login page */

#loginBoxContainer {
	position: relative;
}

 #newUserLogin, #existingUserLogin {
	width: 420px;
	background-color: #eee;
	margin-bottom: 100px;
}

 #newUserLogin fieldset, #existingUserLogin fieldset {
	width: auto;
	border: none;
	padding: 4px 8px;
}

#newUserLogin {
	position: relative;
	top: 0;	
}

#existingUserLogin {
	position: absolute;
	top: 0;
	left: 440px;
}

.loginSpacer {
	width: 12em;
	display:block;
	float: left;
	text-align: left;
	clear:left;
}

.loginColumn {
	text-align: right;
	width: 24em;
}

.meterTable {
	border-collapse: collapse;
	margin: 1em 2em;
}

.meterTable tr {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.numberColumn {
	text-align: right;
	width: 3em;
	padding-right: 0.4em;
}

/* For showing points discretely */
#pointsText {
	text-align: right;
	font-size: 85%;
	color: #eee;
	line-height: 1px;
}

/* For viewing images */
.imagefull a img {
	border: none;
}

/* Additional info at the bottom of pages */
.additionalInfo {
	font-size: 90%;
	color: #999;
	line-height: 120%;
	margin-top: 1em; 
	border-top: 1px solid #eee;
	padding-top: 1em;
}

/* For statistics page */
.firstText {
	display: block;
	float: left;
	width: 28em;
}

.minorInfo {
	color: #999;
	font-size: 80%;
}

.majorInfo {
	color: #B00;
	font-weight: bold;
}

ul.optionList {
	margin-top: -0.2em;
	list-style-type: none;	
}

ul.optionList li {
	clear: both;
}

.progressionbar {
	background-image: url(../images/progress.png);
}

.progressionbarleft {
	background-image: url(../images/progress-left.png);
}

.progressionbarright {
	background-image: url(../images/progress-right.png);
}