/* Open-Eyes Default Frontend */

body {
	position: relative;
	
	background: #FFFFFF url('/static/images/f/d/bg.jpg') no-repeat;
	
	font-family: Arial;
	font-size: 13px;
	
	margin: 0px;
	
	width: 800px;
}

a {
	color: #003399;
}

a:hover {
	color: #0099FF;
}

#ValidationError {
	margin-top: 20px;
	border: 1px solid #990000;
	background-color: #FFCCCC;
	margin-bottom: -10px;
	
	padding: 10px;
}

.ValidationError {
	color: #CC0000;
	font-weight: bold;
}

#projectDescription,
#pageDescription {
	position: relative;
	
	margin-top: 35px;
	left: 50px;
	
	margin-bottom: 0px;
	
	width: 700px;
	_width: 720px;
	
	border: 2px solid #DDDDDD;

	
	padding: 10px;
	text-align: justify;
	
	line-height: 18px;
	
	background-color: #FFFFFF;
}

#pageDescription {
	margin-top: 15px;
	background-color: #FFFF80;
}

#version {
	clear: both;
	position: relative;
	width: 740px;
	
	margin: 50px auto 0px auto;
	
	text-align: right;
	
	font-family: Century Gothic, Arial;
	font-size: 7pt;
	
	letter-spacing: 1px;
	color: #333333;
	text-shadow: #CCCCCC
}

#questionContent {
	z-index: 2;
	position: relative;
	
	left: 50px;
	width: 720px;
	
	text-align: left;
}

#projectProgress {
	position: relative;
	
	left: 50px;
	
	width: 720px;
	
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	
	text-align: center;
	background-color: #DDDDDD;
}

.projectHeader
{
	position: relative;
	
	color: #336699;
	font-size: 19px;
	font-weight: bold;
	
	line-height: 24px;
}

.alternateRow {
	
}

.alternateColumn {
	background-color: #F0FAFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.matrixHeaderColumn {
	background-color: #e1e7f1;
	
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	
	cursor:  -moz-zoom-in;
	
	text-align: left;
	font-size: 10px;
}

th.matrixHeaderColumn {
	text-align: center;
}

.matrixHeaderColumn.White {
	background-color: #FFFFFF;
}

.matrixHeaderColumn.Blue {
}

.matrixColumn .default {
	font-size: 10px;
}

.matrixColumn .active {
	font-size: 12pt;
}

.matrixOption {
	border-left: 1px solid #C0C0C0;
}

img {
	border: 0px;
	vertical-align: middle;
}

img.submit {
	margin-bottom: 4px;
	vertical-align: middle;
	
	margin-left: 5px;
	margin-right: 5px;
	
	border: 0px;
}

a.submit {
	text-decoration: none;
	color: #000000;
}

a.submit:hover {
	text-decoration: none;
	color: #C0C0C0;
}

.submit {
	font-size: 14px;
	font-weight: bold;
}



.projectProgressTable {
	width: 710px;
	_width: 690px;

	margin: 5px;
}

.progressTableTd {
	background: url(/static/images/f/d/td.jpg) repeat-x;
	height: 15px;
}

.progressTableFirstTd {
	background: url(/static/images/f/d/firsttd.jpg) right no-repeat;
	width: 3px;
	height: 15px;
}

.progressTableLastTd {
	background: url(/static/images/f/d/lasttd.jpg) left no-repeat;
	height: 15px;
}

td {
	font-family: Arial;
	font-size: 13px;
}

#pageArrow {
	margin-left: -12px;
}

#projectProgress td {
	text-align: left;
	height: 15px;

	font-size: 10px;
	color: #000000;
}

#projectProgress .future {
	background-color: #FFFFFF;
}

#projectProgress .current {
	background-color: #FFFFFF;
	padding-left: 10px;
}

#projectProgress .past {
	
}

.hr {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 2px dotted #CCCCCC;
}

.questionAnswerBox {
	z-index: 2;
	
	width: 680px;
	text-align: justify;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;

	border-left: 2px solid #DDDDDD;
}

.questionId {
	position: absolute;
	z-index: -1;
	
	padding: 0px 15px;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 64px;
	font-weight: bold;
	color: #CCCCCC;
}

.questionTitle {
	z-index: 4;
	height: auto;
	
	margin-top: 30px;
	
	padding: 15px;

	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
}

.questionBox {
	
	z-index: 4;
	background-repeat: no-repeat;
}

.questionTitleBoven {
	background: url('/static/images/f/d/Boven.gif');
	background-repeat: no-repeat;
	height: 5px;
}

.questionTitleMidden {
	background: url('/static/images/f/d/Midden.gif');
	background-repeat: repeat-y;
	padding: 5px 15px;
	margin: 0px;
}

.questionTitleOnder {
	background: url('/static/images/f/d/Onder.gif');
	background-repeat: no-repeat;
	height: 5px;
}

.formMultiTextField {
	font-family: Verdana;
	
	width: 90%;
	font-size: 11px;
	
	margin: 2px;
	
	padding: 4px;
}

.formField {
	z-index: 2;
	font-family: Verdana;
	
	width: 100%;
	font-size: 11px;
	
	margin: 2px;
	
	padding: 4px;
}

.formFieldError {
	z-index: 2;

	padding-bottom: 10px;
	
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

.form_failure {
	border: solid 2px #FF0000;
}

div .form_failure {
	font-size: 10pt;
	
	color: #FF0000;
	border: 0;
}

.form_success {
	border: solid 2px #00FF00;
}

#debug {
	width: 150px;
	padding: 15px;
	font-size: 9px;
	background-colour: #CCCCCC;
	
	border: 1px solid #000000;
	
	position: absolute;
	top: 10px;
	right: 10px;
}

#debug td {
	font-size: 11px;
}

.debugTime {
	text-align: right;
}

.debugHeader {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

