@charset "utf-8";
/* CSS Document */
body,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #014E3D;
}
th {
	background-color: #FFFFFF;
}
a:link {
	color: #014E3D;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #014E3D;
}
label {
	font-weight: bold;
}
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	border: 1px solid #016952;
}
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: medium;
	margin-bottom: 0px;
}
table.question_type_2{

}
table.question_type_2 td{
	text-align:center;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.marginFive { /* to use when additional margin is desired*/
	margin: 5px 5px 5px 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a cockPitcontainer that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.required{
	color:#990000;
}
/*specific classes*/

#Green {
	position:absolute;
	left:0px;
	width:100%;
	z-index:1;
	float: left;
	background-color: #014E3D;
	height: 100%;
}
#middle {
	margin-left:90px;
	margin-right:90px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
	width:auto;
	background-color: #FFFFFF;
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 110px;
	overflow: auto;
}
#headerContainer {
	position:absolute;
	padding: 5px;
	float:left;
	width:auto;
	height:100px;
	z-index:1;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	left: 5px;
	top: 5px;
	right: 5px;
}

#header {
	float:left;
	background-color: #FFFFFF;
	background-image: url(../images/vlagBackground.gif);
	background-repeat: repeat-x;
}
#logo {
	float: left;
}
#slogan {

	float: right;
}
#leftContent {
	position:absolute;
	left:5px;
	top:120px;
	width:180px;
	height:auto;
	z-index:2;
}
#navigation {
	position:relative;
	width:180px;
	height:auto;
	z-index:21;
}
DIV#survey_page_nav UL {
Margin-Left: 4px;
List-Style: none;
}

DIV#survey_page_nav UL LI {
Display: inline;
Position: relative;
Float: left;
Border-Right: 1px solid #FFF;
Min-Height: 1px;
Vertical-Align: bottom;
Background: #999;
}

/* survey_page_nav at rest */
DIV#survey_page_nav UL LI A,
DIV#survey_page_nav UL LI A:link,
DIV#survey_page_nav UL LI A:visited {
Display: block;
Padding: 0.2em 1em;
Color: #FFF;
White-Space: nowrap;
Text-Decoration: none;
Font-Weight: normal;
}

/* survey_page_nav at mouse-over  */
DIV#survey_page_nav UL LI A:hover,
DIV#survey_page_nav UL LI A:active {
Color: #000;
Background-Color: #CCC;
}

/* subsurvey_page_nav styling */
DIV#survey_page_nav UL UL {
Display: none;
Position: absolute;
Top: 1.75em;
Left: -0.4em;
Width: auto;
Z-Index: 500;
}

DIV#survey_page_nav UL LI UL LI {
Display: block;
Float: none;
Width: auto;
Margin-Top: 0;
Border-Left: 1px solid #000;
Border-Right: 1px solid #000;
Border-Bottom: 1px solid #000;
Z-Index: 500;
}

/* subsurvey_page_nav at rest */
DIV#survey_page_nav UL LI UL LI A,
DIV#survey_page_nav UL LI UL LI A:link,
DIV#survey_page_nav UL LI UL LI A:active {
/*Padding: 0.2em 1em;*/
}

/* subsurvey_page_nav at mouse-over  */
DIV#survey_page_nav UL LI UL LI A:hover,
DIV#survey_page_nav UL LI UL LI A:active {
Color: #000;
Background-Color: #CCC;
}

DIV#survey_page_nav UL UL UL {
Top: 0;
Left: 100%;
}

/* the survey_page_nav specificity hover rules */
DIV#survey_page_nav LI:hover UL UL,
DIV#survey_page_nav LI LI:hover UL UL,
DIV#survey_page_nav LI LI LI:hover UL UL,
DIV#survey_page_nav LI LI LI LI:hover UL UL
{ Display: none; }

DIV#survey_page_nav LI:hover UL,
DIV#survey_page_nav LI LI:hover UL,
DIV#survey_page_nav LI LI LI:hover UL,
DIV#survey_page_nav LI LI LI LI:hover UL
{ Display: block; }


/* DIV hoofdartikel */
DIV#hoofdartikel {
Position: relative;
Height: 200px;
}

#editor textarea{
	width:600px;
	background-color:#fff;
}

.mceContentBody{
	background-color:#fff;
}

div#aanmelden{

	height:600px;
}

div#maintenanceArea table#abonneer td{
	padding:1px;
}

div#cockPitcontainer th{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #016952;
	padding: 2px 2px 2px 2px;
}


div#uitleg{
	margin:5px 5px 5px 5px;
}

#surveyPage{

}
#cockPitcontainer {
	width: 99%;  /* this prevents the apearance of inpage scrollbars */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
}
#rightNavigation {
	float: right;
	width: 138px; /* since this element is floated, a width must be given */
	padding: 0 0 0 0; /* top and bottom padding create visual space within this div */
	vertical-align: top;
	border-left-color: #CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
}
#maintenanceArea {
	margin: 0 138px 0 0; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	border-right-color: #CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}
#maintenanceList td {
	padding: 2px 2px 2px 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#maintenanceList th {
	color: #FFFFFF;
}
#maintenanceList tr.alt_green {
	background-color:#d0e9cf;
}

#maintenanceList tr.alt_white {
	background-color:#ffffff;
}

#question_type_2.alt_green {
	padding: 5px;
}

#question_type_2.alt_white {
	padding: 5px;
}

#question_type_2.odd {
	background-color:#d0e9cf;
}

#question_type_2.even {
	background-color:#ffffff;
}

#maintenanceList img, #rightNavigation img {
	border: 0px;
}

#overlay{ background-image: url(images/overlay.png); 	}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/clear_1x1.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

DIV#surveyContainer {
	position: absolute;
	background:#FFFFFF;
	top: 110px;
	right: -5px;
	left: -5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	text-align: left;
	z-index: 100;
}	

.facturen{
	border-collapse:collapse;
}
.facturen th{
	color:#fff;
}

.facturen td{
	text-align:center;
	border:1px solid;
}

.odd{
	background-color:#D0E9CF;
}
.even{
	background-color:#FFF;
}
