html {
	height:100%;
}

body {
	padding:5px;
	height:100%;
}

form {
	margin: 0px;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	outline:0;
}

a {
	color: #f90;
	text-decoration:underline;
	outline:0;
}

.clearAll {
	clear:both;
}

.bigTitle {
	height:18px;
	font-size:14px;
	font-weight:bold;
	color: #009;
}

.menubar {
	background-color:#009;
	color:#fff;
}

.menubar td {
		padding: 5px 10px;
}

.menubar td, .menubar a {
	color: #fff;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
}

.contentDiv {
	position:relative;
	margin-top: 20px;
 	border:1px solid #333; 
	min-height:200px;
}

.contentDivTitle {
	position:absolute;
	top:-14px;
	left:9px;
	background-color:#fff;
	border:none;
	height:18px;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
	text-align:center;
	color: #009;
}

.contentDivContent {
	position:relative;
	padding: 0px 10px;
}

.addlink {
	background:url(../img/add.png) left center no-repeat;
	padding-left: 20px;
	height:16px;
	display:inline-block;
}

.field500 {
	border: 1px solid silver;
	width: 500px;
}

.field400 {
	border: 1px solid silver;
	width: 400px;
}

.field300 {
	border: 1px solid silver;
	width: 300px;
}

.field200 {
	border: 1px solid silver;
	width: 200px;
}

.field100 {
	border: 1px solid silver;
	width: 100px;
}

input[type=button], input[type=submit], input[type=reset], .formButton, .field_button {
	border: 1px solid silver;
	background-color: #ddd;
	min-width:100px;
}

select {
	border: 1px solid silver;
}

.tabbar {
	border-bottom:1px solid #333;
	position:relative;
}

.tabsep {
	float:left;
	width:10px;
}

.tab, .tabsel {
	float:left;
	padding: 5px 5px;
	position:relative;
	top:1px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	cursor:pointer;
	width:150px;
	text-align:center;
	color: #009;
	font-size: 14px;
	height:16px;
}

.tab {
	background-color:#eee;
	border-bottom: 1px solid #333;
}

.tabsel {
	background-color:#fff;
	border-bottom: 1px solid #fff;
	font-weight:bold
}

.overlayWidth {
	width:640px;
}

.colorDisabled1 {
	color:#f00;
}

.colorDisabled2 {
	color:#900;
}

/* google maps */ 

.copy {
	margin-top:5px;
	font-size: 11px;
	color: #666666;
}

.mapclass {
	width:600px;
	height:600px;
	border:1px solid #333;
}

.listclass {
	 width:250px;
}

.listclass .listclass_element {
	width:200px;
}

.liststyle {
	padding:8px;
	cursor:pointer;
	border-bottom:1px solid #333;	
}

.liststyle_top {	
	border-top:1px solid #333;	
}

#actions_scroller {
	height:111px;
	overflow:auto;
}

#bestandenlist table {
	border-collapse: collapse;
}

#bestandenlist tr:nth-child(even) {
	background-color: #f2f2f2;
}

#bestandenlist td {
	border: 1px solid #333;
}

#bestandenlist td:first-child {
	border-right:none;
}

#bestandenlist td:last-child {
	border-left:none;
}