body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	background-color: 	#bababa;
	font-size: 			9pt;
	margin:				0;
	padding:			0;
	margin-top:			15px;
}

img, form {
	margin: 	0;
	padding: 	0;
	border: 	0;
}

textarea {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;
}

a:link, a:visited, a:active {
	text-decoration:	none;
	color:				#000;
}

a:hover {
	text-decoration: underline;
}

.tr {
	text-align:			right;
}

.fr {
	float: right;
}

.clear {
	clear: both;	
}

p.fout, p.goed {
	background: 		#FEDADA;
	border: 			3px solid #AE0200;
	padding: 			5px;
	-moz-border-radius: 5px;
}

p.goed {
	background: 		#DAFFD4;
	border: 			3px solid #218F07;
}

/* Login */
#login {
	background-color:	#fff;
	width:				300px;
	
	margin:				0 auto;
	
	background:			#eeeeee;
	
	-moz-border-radius: 10px;
	
	-moz-box-shadow:	3px 3px 5px grey;
	
	margin-top: 		150px;
}

#login_head {
	background-color:	#002840;
	background-image:	url(../img/lijnen_login.jpg);
	background-position: bottom right;
	background-repeat:	no-repeat;
	height:				50px;
	
	border-bottom:		8px solid #9de10c;
	padding:			5px;
	padding-left:		15px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
}

#login_content {
	padding:			10px;
	padding-top:		0px;
}

/* form stuff */

.form p label {
	display: block;
	font-style: italic;
	padding-bottom:	3px;
}

.form p label.no_break, .form p.no_break label {
	display: inline;	
}

.form p.no_break input[type="checkbox"] {
	width: 50px;
}

.form p input[type="text"], .form p input[type="password"], .form p input[type="radio"], .form p input[type="checkbox"] {
	width:			272px;
	
	border:			1px solid #bababa;
	padding:		3px;
}

.form p select, .form p textarea {
	border: 		1px solid #bababa;
	padding:		3px;
	width:			272px;
}

.form p.reset input[type="text"], .form p.reset input[type="password"], .form p.reset input[type="radio"], .form p.reset input[type="checkbox"], .form p.reset select, .form p.reset textarea {
	width: auto;
}



.form p.error input, .form p.error select,.form p.error textarea {
	border: 1px solid #AE0200;
	background: #FEDADA;	
}

.form p input.goed,.form p  select.goed,.form p textarea.goed {
	background: 		#DAFFD4;
	border: 			1px solid #218F07;
}

.form p.bottom, p.bottom {
	text-align: 		center;
	border-top: 		1px solid #bababa;
	padding-top: 		5px;
	font-style: italic;
}

.form div.columns {
	width: 100%;	
}

.form div.column {
	float: left;
	width: 48%;	
}

.form div.column input, .form div.column select {
	width: 90%;
}

.form p.datetime select, .form span.datetime select {
	width: auto;
	min-width: 50px;	
}

.list table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}


.list table tr td {
	padding: 4px;
	margin: 0;
	border-spacing: 0;
}

.list table tbody tr:hover {
	background-color: #f9f9f9;
}

.list table tbody tr:last-child  td{
	border-bottom: 0;
}

.list div.actions {
	background: #eeeeee;
	-moz-border-radius: 10px;
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	visibility: hidden;
}

.list table tbody tr:hover td div.actions {
	visibility: visible;
}

.list .red {
	color: red;
}

.list table tr td:first-child img {
	cursor: move;
}

.list table thead tr td, .list table tfoot tr td{
	font-style: 		italic;
	color: 				#bababa;
	border-bottom: 		1px solid #9de10c;
}
.list table tbody tr td {
	border-bottom: 1px solid #bababa;
	border-collapse:collapse;
}


.list table tfoot tr td {
		border-top: 		1px solid #9de10c;
		border-bottom: none;
}

.ui-placeholder td{
	padding:		20px;
	background: 	#f5f5f5;
	margin: 		5px;
}

/** Quick edit */


.qe div.wrapper {
	width: 690px;
	
	padding: 10px;
	background: #eeeeee;	
	-moz-border-radius: 5px;
	border: 1px solid #9DE10C;
	
}

.qe div.col {
	float: left;
}
.qe div.buttonsclear {
	clear: both;	
	text-align: right;
}

.qe div.buttonsclear input {
	min-width: 100px;	
}




.qe input[type="text"], .qe input[type="password"], .qe input[type="radio"], .qe input[type="checkbox"],.qe select, .qe textarea  {
	width:			80%;
}

.qe .naastelkaar input {
	width:			150px;
}

#quickaddlink {
	display: block;
	padding: 5px;	
}

ul.error {
	margin: 0;
	margin-left: 20px;
	padding: 3px;	
}

.list table tbody .qe:hover {
	background: none;	
}

/* Input */
input.button, input.buttonannuleer {
	background-image:		url(../img/gradient.png);
	
	-moz-border-radius:		10px;
	border:					1px solid #d5d5d5;
	padding:				3px 10px 3px 10px;
	font-style: 			italic;
}

input.buttonannuleer {
	border:	1px solid #FDBAC1;
	color: #AF000F;
}

input.button:active,input.buttonannuleer:active {
	background-image:	url(../img/gradient_active.png);
}

.overflow {
	overflow: auto;
	height: 30px;
	max-width: 400px;	
}


/* zoeken */
#zoek_suggestions {
	background: #F9F9F9;
	border: 1px solid #ccc;
	
	position: absolute;
	width: 278px;
	
	margin-top: -12px;
	
	display: none;
}

#zoek_suggestions ul {
	
	padding: 0;
	margin: 0;
	list-style: none;	
}

#zoek_suggestions ul li {
	cursor: pointer;
	padding: 5px;
	border-top: 1px dotted #ccc;
	margin: 0;
	color: #8F8F8F;
}

#zoek_suggestions ul li span {
	color: black;	
}

#zoek_suggestions ul li:first-child {
	border-top: none;
}

#zoek_img {
	position: absolute;
	margin-left: -23px;
	margin-top: 5px;	
	visibility: hidden;
}

/* hwx hoofd */
#wrapper {
	width:			1600px;
	margin:			0 auto;
	
	background-color: #fff;
	min-height:		300px;
	
	-moz-border-radius: 10px;
	-moz-box-shadow:	3px 3px 5px grey;
	
}

#header {
	background-color:	#002840;
	background-image:	url(../img/lijnen_main.jpg);
	background-position: bottom center;
	background-repeat:	no-repeat;
	height:				80px;
	
	border-bottom:		8px solid #9de10c;
	padding:			5px;
	padding-left:		15px;
	
	position: fixed;
	width: 1580px;
	top: 0;
}

#header img {
	float: left;
}

#header img.haneev {
	margin-top:			66px;
	margin-left:		350px;
	position: absolute;
}

#header #blok {
	float: 				right;
	background-color: 	#d7d5d5;
	
	-moz-border-radius:	10px;
	padding:			5px 20px 5px 20px;
	margin:				15px;
	margin-top:			12px;
}

#blok table tr:first-child {
	font-style: italic;
	color: #A9A9A9;
}

#content {
	background-image: url(../img/repeat_left.png);
	background-repeat: repeat-y;
	background-position: left;
	
	padding-top: 85px;
	
	-moz-border-radius-bottomleft: 10px;
}

#menu {
	width:			240px;
	
	min-height: 	100%;
	
	background-color: #eeeeee;
	
	-moz-border-radius-bottomleft: 10px;
	padding: 		10px;
	
	float: 			left;
}

#menu .blokje {
	font-style: italic;
	-moz-border-radius: 10px;
	background-color: #fff;
	padding:			10px;
	
	margin-bottom:		10px;
}

select.select_site {
	padding: 3px;
	border: 1px solid #bababa;
	width: 220px;
}


#menu ul li ul.options li {
	padding: 0px;
	margin: 0;
	margin-left: 12px;
}
#menu ul li ul.options li.active {
	font-weight: bold;
	margin-left: 16px;
}

#menu ul li ul.options li a{
	font-style: italic;
	color: #004373;
	font-size: 8pt;
}

#menu ul {
	margin:	0;
	padding: 0;
}
#menu ul li {
	padding:		0px;
	list-style: 	none;
	margin: 		4px;
}


#menu ul li ul.sub li {
	margin-right:	0px;
}

#menu ul li span,#menu ul li ul.sub li span {
	background: 	#f5f5f5;
	border: 		1px solid #efefef;
	display: 		block;
	padding:		5px;
	font-style: 	normal;
	font-size: 		10pt;
	
	-moz-border-radius: 5px;
}

#menu ul li ul li span.add {
	font-style: italic;
	font-size: 8pt;
	border:	1px dashed #ccc;
}


#menu ul li span img.moover {
	cursor: 		move;
}
#menu ul li ul.sub {
	margin-left: 	20px;
}

.uiplaceholdermenu {
	border: 		1px dashed #ccc;
	padding: 		20px;
	background: 	#eeeeee;
	-moz-border-radius: 5px;
}

#main {
	float: 			left;
	width: 			1319px;
	
	padding:		10px;
}

h2, h4 {
	font-weight: 	normal;
	font-style: 	italic;
	color: 			#002840;
	font-size: 		19pt;
	margin: 		0;
	padding-left: 	1px;
	padding-bottom: 2px;
	
	border-bottom: 	1px solid #bababa;
	
	margin-bottom: 	10px;
}

h2 span {
	font-size: 		13pt;
	color: 			#000;
}

h2 span.to {
	color: 			#9de10c;
}

h3 {
	color: 			#bababa;
	margin:			0;
	font-weight: 	normal;
	font-style: 	italic;
	padding: 		3px;
	padding-left: 	1px;
	border-bottom: 	1px solid #9de10c;
}

h4 {
	font-size: 13pt;	
}

#clear {
	clear:			both;
}
p.disc {
	text-align: center;
	color: #fff;
	font-style: italic;
	font-size: 8pt;
}

.current {
	font-weight: bold;	
}

div.export {
	margin: 10px;
	border: 1px solid #bbb;	
	padding: 5px;
	background: #F5F5F5;
	border-radius: 5px;
}

div.export h3, div.export p {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;	
}
div.export p.bottom {
	margin-top: 5px;	
}

table.table_view tr td {
	vertical-align: top;
	padding-right: 10px;	
}

table.info {
	width: 100%;
}

table.info tr td:nth-child(odd) {
	color: #bababa;
	font-style: italic;	
}


