.listUL {
	padding:0em 2em;
	margin:0em;
	margin-bottom: 10px;
	list-style-type: square;
}
.listIL {
	padding: 2px;
}

#information {
	height: 20px;
	font-weight:bold;
	line-height:30px;
	margin-bottom: 10px;
}

#itemlist, .itemlist {
	background-color:white;
	width:100%;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 20px;
	border: 1px solid black;
	padding: 2px;
}

#itemlist th {
	background-color:white;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding:2px;
}

#itemlist th .sort{
	color: black;
}

.sort{
	background-color:white;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding:2px;
	color: black;
}

#itemlist td {
	background-color:#E5F1F4;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding:4px;
}

#itemlist th .actiontd {
	width: 30px;
}

#itemlist ul {
	padding:0em 2em;
	margin:0em;
	margin-bottom: 10px;
	list-style-type: square;
}
#itemlist ul li {
	padding: 2px;
}
.movelink {
	width: 10px;	
}


#itemform {
	background-color:white;
	width:100%;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 20px;
	border: 1px solid black;
	padding: 2px;
}

#itemform ul {
	padding:0em 2em;
	margin:0em;
	margin-bottom: 10px;
	list-style-type: square;
}
#itemform ul li {
	padding: 2px;
}

#itemform th, .nametd {
	background-color:#E0E5F2;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding:2px;
	width: 150px;
	valign: top;
	vertical-align: top;
}
#itemform td, .datatd {
	background-color:#E0E5F2;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding:2px;
	line-height: 15px;
}
#itemform #inputtext, .inputtext {
	border: 1px solid #C0CBEB;
	width: 400px;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px;
}
#itemform #inputfile, .inputfile {
	border: 1px solid #C0CBEB;
	width: 400px;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px;
}

#itemform #inputarea, .inputarea {
	border: 1px solid #C0CBEB;
	width: 400px;
	height: 100px;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px;
}

#itemform #largeinputarea, .largeinputarea {
	border: 1px solid #C0CBEB;
	width: 600px;
	height: 300px;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px;
}

#itemform #inputselect, .inputselect {
	border: 1px solid #C0CBEB;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px;
}

#itemform #inputcheckbox, .inputcheckbox{	
	margin-bottom:-1px;
}

#itemform #inputradio, .inputradio {	
	margin-bottom:-3px;
}

#itemform #inputsubmit, .inputsubmit {	
	border: 1px solid #808EBF;
	width: 125px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	padding: 1px;
	cursor: hand;
}

/*tabbladen*/
#tabbladen {
	position:relative;
	height:20px;
	width:100%;
}
#tabbladen #items {
	padding-bottom:3px;
	float:left;
	position:fixed;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:0px solid black;
}

#tabbladen #items #item {
	border-right:1px solid black;
	border-bottom:0px solid white;
	width:125px;
	padding:3px;
	position:relative;
	float:left;
	text-align:center;
}

#tabbladen #items #selecteditem {
	border-right:1px solid black;
	border-bottom:0px solid white;
	width:125px;
	padding:3px;
	position:relative;
	float:left;
	text-align:center;
	background-color:white;
	font-weight:bold;
}

#tab-page #kalender td {
	font-size: 9px;
	font-family: Verdana;
}
