
body{
	font-family: "Tahoma", sans-serif;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	background-color: #DDDDDD;
}

#container{
	width: 900px;
	margin: auto;
	text-align: left;
}

#bg{
	width: 100%;
	background-color: #1C3960;
}

#header{
	position: relative;
	width: 1100px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header img{
	width: 100%;
}

#header p{
	position: absolute;
	width: 1080px;
	left: 0;
	top: 0;
	margin-top: 20px;
	margin-right: 20px;
	
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
	color: white;
}

#content{
	padding: 20px;
	background-color: white;
}

#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 7pt;
	font-style: italic;
	text-align: center;
}

#overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#overlay2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 10001;
}

#overlayquest{
	position: absolute;
	top: 10%;
	width: 600px;
	height: 80%;
	left: 50%;
	margin-left: -300px;
	z-index: 10002;
	
	background-color: white;
	padding: 20px 30px 0 30px;
	text-align: left;
	
	overflow: scroll;
}

#overlaywait{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	z-index: 10002;
	
	text-align: center;
	color: white;
	font-size: 18pt;
}

.wrong{
	color: red;
}

.error{
	color: red;
	font-size: 10pt;
	font-style: italic;
}

table.questionnaires, table.questionnaires th, table.questionnaires td{
	border: 2px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 3px;
}

#questtable, #questtable table, #questtable input[type=text], #questtable select, #questtable textarea{
	width: 100%;
	border-collapse: collapse;
}

#questtable td{
	padding-top: 15px;
	width: 50%;
}

#questtable table td{
	padding: 0;
	width: auto;
}

#questtable table.rating td.lbl{
	width: 50%;
	text-align: left;
}

#questtable table.rating{
	text-align: center;
}

h1{
	margin-top: 0;
	font-size: 14pt;
	font-weight: bold;
}

h2{
	margin-top: 15px;
	font-size: 13pt;
	font-weight: bold;
}

.ui-widget {
	font-size: 100%;
}

div.first{
	border-top: none !important;
}

div.indicator{
	padding: 0 0 15px 10px;
	border-top: 1px solid black;
}

div.indicator table{
	width: 100%;
}

div.indicator table td{
	width: 50%;
}

div.indicator table td input[type=text], div.indicator table td input[type=file], div.indicator table td select, div.indicator table td textarea{
	width: 100%;
}

table.regional, table.regional td, table.regional th{
	border-spacing: none;
	border-collapse: collapse;
	border: 1px solid black;
	padding: 3px;
	width: auto !important;
}

table.regional td input[type=text], table.regional td select, table.regional td textarea{
	margin: -3px;
	padding: 2px;
}

form{
	margin: 0;
}

.output{
	background-color: #FFE4C4;
}