* { margin: 0; }

/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

@font-face {
	font-family:Icons;
	src:url('/data/fonts/icons.eot?#iefix') format('embedded-opentype'),url('/data/fonts/icons.woff') format('woff'),url('/data/fonts/icons.ttf') format('truetype'),url('/data/fonts/icons.svg#icons') format('svg');
	font-weight:400;
	font-style:normal;
}

.clear { clear:both; }

body {
	cursor: default;
	text-align: center;
	overflow-y: scroll;
	background-image:URL("/images/bgheader.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body#nolayout {

	background-image:none!important;

}

body * {
	text-align: left;
}

body, th, td, h3 a {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	text-align: left;
}
#navigation {
	padding: 16px 0 0 0;
	height: 38px;
	border-bottom: solid 1px #000;
}
#label {
	position: absolute;
	left:0px;
	top: -10px;
	width:200px;
	height:41px;
	background-image:URL("/images/akkerstraat.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#label a {
	display:block;
	width:100%;
	height:100%;
}
#version {
	position: absolute;
	left:114px;
	top: 17px;
	color:#FFF;
	font-size: 9px;
}
.blank {
	position: relative;
	width: 100%;
	margin: 0px;
	padding:0px;
	clear:both;
}
.topdivider {
	height: 55px;
}
#searchbox {
	float:right;
	margin: 15px 0px 0px 0px;
}
.wrapper {
	position: relative;
	width: 1100px;
	margin: auto;
}
#nolayout .wrapper {
	position: relative;
	width: 100%;
	margin: auto;
}
#nolayout h2 {
	position: relative;
	font-size: 16px;
	margin:20px 0px 20px 10px;

}
.wrapperleft {
	position: relative;
	width: 250px;
	margin: auto;
	border: solid 0px #FF0000;
	float: left;
	min-height:200px;
}
.wrapperright {
	position: relative;
	width: 800px;
	margin: auto;
	border: solid 0px #DDDDDD;
	float: right;
	min-height:200px;
}
#navigation ul {
	list-style: none;
	margin-left: 160px;
	color: #FFF;
}
#navigation ul.right {

	float: right;
}
#navigation li {
	float: left;
	padding-left: 2em;
}

#navigation a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#menu {
	position:relative;
	top:0px;
	left:0px;
	width:249px;
	min-height:250px;
	float: left;
	margin:0px;
	padding:0px;
	border: solid 0px #FF0000;
}
#menu ul {margin:0px;	padding:0px; }
#menu li, #menu li ul li {text-align:left;background-color:#AAAAAA;}
#menu li {list-style-type:none;}
#menu a {padding: 7px 10px 8px 10px;display:block;text-decoration:none;color: #FFF;}
#menu ul li a {text-align:left;background-image:URL("/images/menusubbg.png");background-repeat:no-repeat;background-position:0px 0px;color: #000;}
#menu li a {text-align: left;background-image:URL("/images/menubg.png");background-repeat:no-repeat;background-position:top left;}
#menu li a.first {background-image:URL("/images/menubgfirst.png");}
#menu li a.last {background-image:URL("/images/menubglast.png");}
#menu li a.sub {background-image:URL("/images/menubgsub.png");}
#menu li a.subselect {background-image:URL("/images/menubgsubselect.png");color: #FFF;font-weight:bold;}
.selected {color: #000!important;font-weight:bold;}

.logincontainer {
	position:relative;
	top:0px;
	left:0px;
	margin:auto;
	padding:0px;
	width: 400px;
}
.loginbtn {
	position:relative;
	top:0px;
	left:0px;
	float:right;
	padding:0px;
	width: 170px;
	border: solid 1px #AAAAAA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow:0 0 10px #BBB;
  -webkit-box-shadow: 0 0 10px #BBB;
	line-height:23px;
}
.loginbtn a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:#FFF;
	font-weight:bold;
}
.logintb {
	position:relative;
	top:0px;
	left:0px;
	margin:auto;
	padding:0px;
	width: 400px;
	border: solid 1px #AAAAAA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow:0 0 10px #BBB;
  -webkit-box-shadow: 0 0 10px #BBB;
	line-height:30px;
}
.logintb th {
	text-align:center;
	margin:0px;
	padding:0px;
}
.logintb .left {
	text-align:right;
}
.logintb .right {
	padding: 0px 0px 0px 5px;
}
.logintb .right input[type="text"],.logintb .right input[type="password"] {
	padding-left:28px;
}
.email-wrap,.password-wrap {
	position:relative;	
}
.email-wrap:before {
	font-family:"Icons";
	font-weight:normal;
	font-style:normal;
	vertical-align:-7%;
	text-transform:none;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	content:"\e012";
	font-size:12px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100;
}
.password-wrap:before {
	font-family:"Icons";
	font-weight:normal;
	font-style:normal;
	vertical-align:-7%;
	text-transform:none;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	content:"\e02c";
	font-size:12px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100;

}
.row {
	position: relative;
	clear:both;
}
.row .left {
	float: left;
	width:49%;
}
.row .right {
	float: right;
	width:49%;
}
.row .column {
	float: left;
	width:250px;
	margin: 0px 0px 20px 21px;
}
.row .columnbig {
	float: left;
	width:520px;
	margin: 0px 0px 20px 21px;
}
.row .columnerror {
	float: left;
	width:100%;

	margin: 0px 0px 20px 21px;
}
.row .columnerror h2 {
	background: #ff0000!important;
}
.row .column h2 {
	background: #DDDDDD;
	border-bottom: 2px solid #999999;
	font-size: 11px;
}
.row .column h3 {
	background: #DDDDDD;
	border-bottom: 2px solid #999999;
	font-size: 11px;
}
.row .firstcolumn {
	margin: 0px 0px 10px 0px;
}
.row .column ul {
	margin:0px;
	padding:0px;
}
.row .column li {
	list-style: none;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #BBBBBB;
}
.row .column a {
	text-decoration:none;
	color:#000;
	display:block;
	height:100%;
	width:100%;
}
.row .column a:hover {
	background-color: #EEEEEE;
}
/* table */
table.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 24px;
	border-color: #AAAAAA;
	border-bottom: 1px solid #BBBBBB;
}
table.table th {
	text-align: left;
	padding: 0 8px;
	line-height: 28px;
	border-bottom: 1px solid #999999;
	background: #DDDDDD;
	vertical-align: top;
}
table.table td {
	padding: 0 8px;
	line-height: 28px;
	border-top: 1px solid #BBBBBB;
	vertical-align: top;
}
table.table tr:hover td,table.dmstable tr:hover td {
	background-color: #EEEEEE;
}
table.table a {
	color: #000000;
}
table.table td.state img {
	margin: 5px 0px;
}
table.dmstable {
	border-collapse: collapse;
	width: 100%;
	border-color: #AAAAAA;
	margin:0px;
	padding:0px;
}
table.dmstable th {
	padding: 0px 0px 0px 8px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	background: #DDDDDD;
	line-height: 28px;
}
table.dmstable td {
	padding: 0px 0px 0px 8px;
	vertical-align: middle;
	line-height: 22px;
}
table.dmstable td:hover {
	background-color:#EEE;
}
table.dmstable td.selectedDMStd {
	font-weight:bold;
}

table.dmstable td a {
	text-decoration:none;
	color:#000;
	width:100%;
	display:block;	
}
.deletebttn {
	padding: 5px 10px 5px 10px; 
	border: 1px solid #FF0000; 
	color: #FF0000; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #dedede) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #dedede 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dedede');
	background-color:#f6f6f6;
	text-decoration: none; 
	float:right;
}


.statebutton {
	cursor:pointer;
}
.trclick {
	cursor:pointer;
}
table.table td .input {
	width: 100%;
}
table.table td .inputsmall {
	width: 250px;
}

table.table td.inputlabel {
	width: 200px;
}
table.table td.inputlabelprofiel {
	width: 250px;
}
table.table td.profielfoto {
	width: 150px;
	height:100%;
}
table.table td.profielfoto img {
	position: relative;
	bottom:0px;
	margin:20px 0px 0px 0px;
}

table.labeltable {
	border:0px;
	width: 100%;
}


.tabrow {
    text-align: right;
    list-style: none;
    margin: 0px 0px 20px;
    padding: 0px 30px 0px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 21px;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
	  display:block;
	  width:100%;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.lefth {
	float: left;
}
.righth {
	float: right;
}
table.table thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.table tbody tr.odd td {
	background-color:#F0F0F6;
}
table.table thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.table thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
} 
.sticker {
	border: 1px solid #000;
	padding: 1px 0 1px 0;
	margin: 5px 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	height: 30px;
	width: 30px;
	font-size: 12px;
	cursor: pointer;
	float: left;
}
.stickerselected {
	color: #FFF;
	background-color: #000;
}

#notificationBar {
   display: none;
   position: fixed;
   bottom: -111px;
   opacity: 0.0;
   left: 0;
   width: 100%;
   height: 111px;
   background: url(/images/notificationBg.png) repeat-x 0 0;
   z-index: 10000;
}

#notificationBar:hover {
   background: url(/images/notificationBg.png) repeat-x 0 -111px;
   cursor: pointer;
}

#notificationBar:active {
   background: url(/images/notificationBg.png) repeat-x 0 -222px;
   cursor: pointer;
}

#notificationContent {
   width: 900px;
   height: 100px;
   display: block;
   margin: 11px auto 0 auto;
   position: relative;
}

#notificationContent .icon {
   width: 64px;
   height: 63px;
   display: block;
   float: left;
   margin-right: 24px;
   position: relative;
   top: 10px;
   left: 0;
}

#notificationContent.success .icon {
   background: url(/images/notificationSuccess.png) no-repeat 0 0;
}

#notificationContent.error .icon {
   background: url(/images/notificationError.png) no-repeat 0 0;
}

#notificationContent.message .icon {
   background: url(/images/notificationMessage.png) no-repeat 0 0;
}

#notificationContent .mainText {
   color: #555;
   text-shadow: #FFF 1px 1px 0;
   font-size: 28px;
   font-weight: bold;
   position: relative;
   top: 10px;
   left: 0;
}

#notificationContent .subText {
   color: #555;
   text-shadow: #FFF 1px 1px 0;
   font-size: 14px;
   font-weight: normal;
   position: relative;
   top: 14px;
   left: 2px;
}

#notificationContent .action {
   width: 41px;
   height: 41px;
   display: block;
   float: right;
   position: relative;
   top: 31px;
   left: 0;
   background: url(/images/notificationClose.png) no-repeat 0 0;
}

#notificationContent.message .action {
   background: url(/images/notificationAction.png) no-repeat 0 0;
}
.crumPath {
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-size:16px;
}
.crumPath a {
	color:#000;
	text-decoration:none;
}
.agenda {
	width:190px; 
	float:left;
	margin: 0px 10px 10px 0px;
	border: solid 1px #000;
	text-align:center;
}
.agenda month {
	background-color:#DDD;
}
.agenda tr td,.agenda tr th {
	text-align:center!important;
}
.agenda th {
	background-color:#DDD;
}
.agenda tr a {
	text-decoration: none;
	color:#000;
	display:block;
	text-align:center;
}
.agendaselected {
	background-color:#00FF00;
}

.legenda {
	position: relative;
	float: left;
	padding:5px;
	margin: 0px 10px 10px 0px;
}
.scrolldiv {
	border: solid 0px #FF0000;
	max-height:300px;
	overflow:auto;
}