#edit {
	margin: 10px 0px 10px 0px;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}	
#edit th, #edit td {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	padding: 3px 5px 3px 5px;
	color: #555;
}
#edit td {
	color: #555;
}
#edit .even, #edit th {
	background-color: #fbfbfb;
}
#edit .title {
	background-color: #eee;
	font-size: 11px;
}
#edit a {
	text-decoration: none;
	/*color: #000000;*/ 
}
#edit a:hover {
	text-decoration: underline;
	color: #d30000;
}
#edit .col-center {
	text-align: center;
}
/* formulier */
#edit input, #edit textarea {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 3px 0px 3px 0px;
	font-size: 12px;
}
#edit .check, #edit .checkbox {
	border: none;
}
#edit select {
	font-size: 12px;
	border: 1px solid #ccc;
}
#edit .button {
	/*float: right;*/
	padding: 3px 10px 3px 10px;
	margin-left: 10px;
	font-size: 10px;
	border: 1px dotted #ccc;
	background-color: #e8e8e8
}
#edit .button:hover {
	background-color: #d30000;
	color: #fff;
}
#edit .button-bar .button {
	float: right;
}

/* ----------------------------------------------------------------------- */
/* edit bar en losse buttons
/* ----------------------------------------------------------------------- */

.editbar {
	padding: 0 0 5px 0;
	margin-top: 50px;
}
.editbar ul {
	border-top: 1px dotted #ccc;
	list-style: none;
	background-color: #fff;
	height: 25px;
	padding: 8px 0px 8px 0px;
}
.editbar li {
	padding: 0;
	margin: 5px 5px 5px 0px;
	float: left;
}
.editbar li a {
	display: block;
	color: #333;
	border: 1px solid #E8E8E8;
	background-color: #F1F1F1;
	padding: 0px 10px 0px 5px;
	font-size: 11px;
	line-height: 21px;
}
.editbar li a:hover {
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #E8E8E8;
}
.editbar .edit a {
	background: #E8E8E8 url(../../../../images/ikonen/page_white_edit.png) no-repeat 2px 2px;
	padding-left: 22px;
}
.editbar .del a {
	background: #E8E8E8 url(../../../../images/ikonen/page_white_delete.png) no-repeat 2px 2px;
	padding-left: 22px;
}
.editbar .add a {
	background: #E8E8E8 url(../../../../images/ikonen/page_white_add.png) no-repeat 2px 2px;
	padding-left: 22px;
}
.editbar .list a {
	background: #E8E8E8 url(../../../../images/ikonen/page_white_star.png) no-repeat 2px 2px;
	padding-left: 22px;
}
.editbar .help a {
	background: #E8E8E8 url(../../../../images/ikonen/help.png) no-repeat 2px 2px;
	padding-left: 22px;
}
.editbar .files a {
	background: #E8E8E8 url(../../../../images/ikonen/brick.png) no-repeat 2px 2px;
	padding-left: 22px;
}

/* ----------------------------------------------------------------------- */
/* button bar en losse buttons
/* ----------------------------------------------------------------------- */

#button-bar {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
}
#button-bar input, .formbuttons {
	border: 1px solid #E8E8E8;
	background-color: #F1F1F1;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
}

/* ----------------------------------------------------------------------- */
/* beheer - main content
/* ----------------------------------------------------------------------- */

#prebeheer {
	/*background-color: #DDDDFF;*/
	padding: 2px 0px 2px 10px;
	font-size: 9px;
	border-bottom: 1px dotted #ccc;
}
#prebeheer span {
	color: #666;
}

#beheer {
	padding: 10px;
	color: #333;
}
#beheer h2 {
	width: 100%;
	color: #555;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 3px 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
#beheer select {
	padding: 3px;
	font-size: 12px;
	width: 150px;
}
#beheer .delete {
	color: red;
	font-size: 14px;
}
#beheer .edit {
	color: #99CC00;
	font-size: 14px;
}
#beheer form {
	text-align: left;
}
#beheer button {
	font: 10px Verdana, sans-serif;
	overflow: visible;
	margin: 0 3px 0 0;
	padding: 1px 2px;
}
#beheer .panel {
	margin: 5px 12px 5px 0px;
}


/* ----------------------------------------------------------------------- */
/* beheer - toc (table of content)
/* ----------------------------------------------------------------------- */

#toc {
	padding: 10px;
}
/* ----------------------------------------------------------------------- */
/* messages
/* ----------------------------------------------------------------------- */

.alert {
	background: #fff6bf url(../../../../images/icons/exclamation.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 5px 20px 5px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.exclamation, .negatief {
	background: #FFD4D4 url(../../../../images/icons/exclamation.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 5px 20px 5px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
.tip, .positief {
	background: #F8FAFC url(images/icons/information.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.mail {
	background: #F8FAFC url(../../../../images/icons/email_go.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 11px;
	padding: 10px 20px 10px 45px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
/* thumbnail */
.thumb {
	padding: 10px 20px 10px 45px;
	margin-bottom: 10px;
}
.nothumb {
	padding: 10px 20px 10px 5px;
	margin-bottom: 10px;
	color: Red;
	font-size: 11px;
}

/* ----------------------------------------------------------------------- */
/* foto album
/* ----------------------------------------------------------------------- */

.table_foto {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.table_foto th, .table_foto td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
}
.table_foto th {
	background-color: #E8E8E8;
}
.table_foto input, .table_foto textarea {
	border: 1px solid #ccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* afzonderlijke fotos */
.table_fotoalbum .foto {
	padding: 2px;
	border: 1px solid #ccc;
}
.table_fotoalbum .onderschrift {
	padding: 2px;
	border: 1px solid #ccc;
}
.table_fotoalbum td {
	text-align: left;
}
.table_fotoalbum .tools {
	padding: 3px 0px 3px 0px;
}

/* ----------------------------------------------------------------------- */
/* default lijst
/* ----------------------------------------------------------------------- */

.lijst {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.lijst .even {
	background-color: #E3F0F0;
}
.lijst .delete {
	color: red;
}
.lijst .edit {
	color: #99CC00;
}
.lijst tr:hover {
	background-color: #FFFF99;
}
#edit .lijst tr:hover {
	background-color: #fff;
}
.lijst th, .lijst td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px 5px 4px 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.lijst th {
	background-color: #E8E8E8;
}
.lijst .fileSize {
	text-align: right;
}
.lijst td td {
	border: none;
}
/* lege regel */
.empty {
	height: 20px;
}

/* ----------------------------------------------------------------------- */
/* pagina tree
/* ----------------------------------------------------------------------- */

.myTree, .myTree ul {
	list-style: none;
	padding-left: 22px;
}
.expandImage {
	margin-right: 4px;
}
.folderImage {
}
.textHolder {
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
span.dropOver {
	background-color: #FFF6BF;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
.treeItem {
	list-style: none;
}
