/**********************************
/* KLEURCODES
/**********************************
	rood: 			#990100
	blauw:			#547490
	licht-blauw:	#DADFE2
	oranje:			#E5C27F
	licht-groen:	#E8EAEB
/*********************************/


/**********************************
/* TABBLADEN
/*********************************/
div.tabbladen {
	border-right: 1px solid #990100;
	color: #990100;
	float: right;
	font-weight: bold;
	margin-top: -38px;
}
div.tabbladen a {
	color: #990100;
	text-decoration: none;
}
div.tabbladen a:hover {
	color: #547490;
	text-decoration: none;
}
div.tabbladen ul {
	list-style: none;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
}
div.tabbladen ul li {
	background-image: url(../images/tabbladen/randtab_normaal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #E8EAEB;
	border-bottom: 1px solid #990100;
	border-left: 0px solid #990100;
	border-right: none;
	border-top: 0px solid #990100;
	color: #990100;
	float: left;
	height: 32px;
	text-align: center;
	margin: 0px;
	padding: 4px 15px 0px 15px;
	position: relative;
	text-decoration: none;
	list-style: none;
}
div.tabbladen ul li img {
	border: none;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	vertical-align: middle;
}
div.tabbladen ul li.links {
	background-image: url(../images/tabbladen/randtab_links.gif);
}
div.tabbladen ul li.na_pressed {
	background-image: url(../images/tabbladen/randtab_na_pressed.gif);
}

div.tabbladen ul li.pressed {
	background-color: white;
	border-bottom: 1px solid white;
	border-left: 0px solid #990100;
	border-right: none;
	border-top: 0px solid #990100;	
	float: left;
	height: 32px;
	text-align: center;
	margin: 0px;
	padding: 4px 15px 0px 15px;
	list-style: none;
}
div.tabbladen ul li.pressed_links {
	background-image: url(../images/tabbladen/randtab_links.gif);
	background-color: white;
	border-bottom: 1px solid white;
	border-left: 0px solid #990100;
	border-right: none;
	border-top: 0px solid #990100;
	float: left;
	height: 32px;
	text-align: center;
	margin: 0px;
	padding: 4px 15px 0px 15px;
	list-style: none;
}

/* Submenu */
div.tabbladen li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 35px;
}
div.tabbladen li ul li {
	background-image: none;
	background-color: #E8EAEB;
	border-left: 1px solid #990100;
	border-right: 1px solid #990100;
	color: #990100;
	display: block;
	float: none;
	height: 37px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	list-style: none;
	width: 175px;
}
div.tabbladen li ul li a:link, div.tabbladen li ul li a:visited {
	display: block;
	color: #990100;
	padding: 3px;
	margin: 0px;
}
div.tabbladen li ul li a:hover {
	color: #547490;
}
div.tabbladen li ul li.sub_pressed {
	background-color: #E5C27F;
}

/*div.tabbladen li:hover ul, */
div.tabbladen li.over ul { 
	display: block;
}
div.tabbladen ul li:hover {
/*	cursor: pointer;*/
}
div.tabbladen ul li:hover a, div.tabbladen li.over a {
	color: #547490;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/**********************************
/* KOLOMMEN HOLDER
/*********************************/
div.kolommen_holder {
	background: url(../images/kolommen_balk.gif) repeat-y 200px 0px;
	height: 100%;
	min-height: 370px; /* anders is de rechterlijn in FF niet zichtbaar */
}

/**********************************
/* LINKER KOLOM
/*********************************/
div.kolom_links {
	float: left;
	width: 200px;
}
div.kolom_links div.knop_pressed a:link, div.kolom_links div.knop_pressed a:visited {
	background: #E5C27F url(../images/kolom_links/knop_pressed.gif) repeat-x;
	border-bottom: 1px solid #990100;
	color: #990100;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	padding-top: 4px; /*7px*/
	padding-bottom: 4px;
	text-decoration: none;
	width: 200px;
}
div.kolom_links div.knop_pressed a:hover {
	background: #E5C27F url(../images/kolom_links/knop_pressed_hover.gif) repeat-x;
}
div.kolom_links div.knop_pressed img {
	border: none;
	margin: 2px 5px 0px 5px;;
	padding: 0px;
	vertical-align: text-bottom;
}

div.kolom_links div.knop a:link, div.kolom_links div.knop a:visited {
	background: #DADFE2 url(../images/kolom_links/knop.gif) repeat-x;
	border-bottom: 1px solid #990100;
	color: #990100;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	padding-top: 4px; /*7px*/
	padding-bottom: 4px;
	text-decoration: none;
	width: 200px;
}
div.kolom_links div.knop a:hover{
	background: #DADFE2 url(../images/kolom_links/knop_hover.gif) repeat-x;	
}
div.kolom_links div.knop img {
	border: none;
	margin: 2px 5px 0px 5px;;
	padding: 0px;
	vertical-align: text-bottom;
}
div.kolom_links_inhoud {
	/*overflow: scroll;*/
	padding: 5px;
	width: 195px;
	/*_width: 185px;*/
	overflow: auto;
	min-height: 370px;
	_height: 370px;
}
div.kolom_links span.instructie {
	font-size: 12px;
}
div.kolom_links span.zone_module {
	font-style: italic;
}
div.kolom_links form {
	width: 190px;
}

/**********************************
/* INSTELLINGEN
/*********************************/
div.instellingen {
	border: 1px dashed #E5C27F;
	margin: 3px 30px 15px 25px;
	padding: 5px;
}
div.instellingen_highlight {
	background-color: #E5C27F;
	border: 1px dashed #547490;
	margin: 3px 30px 15px 25px;
	padding: 5px;
}
div.instellingen form .normaal, div.instellingen_highlight form .normaal {
	width: 225px; /*208px;*/
}
div.instellingen table {
	filter: Alpha(Opacity=20, FinishOpacity=20, Style=1);
	/*-moz-opacity: 0.4;*/
	opacity: 0.4;
}
div.instellingen table.uitgelijnd, div.instellingen_highlight table.uitgelijnd {
	font-family: "Courier New", Courier, mono;
	text-align: right;
}
div.instellingen table.uitgelijnd tr td, div.instellingen_highlight table.uitgelijnd tr td {
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
}
div.instellingen table.uitgelijnd tr td.input, div.instellingen_highlight table.uitgelijnd tr td.input {
	text-align: left;
}
div.instellingen table tr td.single_submit, div.instellingen_highlight table tr td.single_submit {
	text-align: right;
/*	width: 283px;*/
}

/**********************************
/* SELECTEER PARENT NODE
/*********************************/
div.select_parent_node {
	background-color: white;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	border-top: 1px solid #547490; 
	border-left: 1px solid #547490; 
	display: none;
	min-height: 150px;
	padding: 5px;
	position: relative;
	overflow: auto;
	margin-top: 5px;
	width: 178px; 
}
div.parent_node {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
}
div.parent_node img {
	margin: 0px 0px 0px 10px;
	vertical-align: text-bottom;
}

/**********************************
/* RECHTER KOLOM
/*********************************/
div.kolom_rechts {
	margin: 0px;
	margin-left: 201px;
	padding: 5px;
}
div.kolom_rechts h2 {
	color: #990100;
	margin: 0px;
	margin-top: 5px;
}
div.kolom_rechts a {
	color: #990100;
	text-decoration: none;	
}
div.kolom_rechts a:visited {
	color: #547490;
	text-decoration: none;	
}
div.kolom_rechts a:hover {
	color: #990100;
	text-decoration: underline;	
}
div.kolom_rechts img {
	border: none;
}
div.kolom_rechts table td.klein {
	font-size: x-small;
}

/**********************************
	rood: 			#990100
	blauw:			#547490
	licht-blauw:	#DADFE2
	oranje:			#E5C27F
	licht-groen:	#E8EAEB
/*********************************/

/**********************************
/* VERWIJDEREN
/*********************************/
div.verwijderen {
	background-color: #E5C27F;
	border: 1px dashed #547490;
	text-align: center;
	margin: 30px 60px 30px 60px;
	padding: 30px;
}
div.verwijderen form {
	text-align: center;
}
div.verwijderen table {
	font-family: "Courier New", Courier, mono;
	margin: auto;
	margin-bottom: 30px;
	text-align: right;
}

div.verwijderen table tr td {
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}
div.verwijderen table tr td.value {
	font-weight: normal;
	text-align: left;
}

/**********************************
/* MEDIA
/*********************************/
div.media_afbeelding_voorbeeld {
	border: 0px solid red;
	overflow: auto;
	width: 99%;
}

div.media_afbeelding_voorbeeld img {
	border: none;
}

div.media_afbeelding_voorbeeld img[onload] {
	max-width: 640px;
}

div.media_afbeelding_voorbeeld img.resized {
	border: 2px dashed #E5C27F;
	cursor: pointer;
	cursor: hand;
}

/**********************************
/* SOURCE CODE
/*********************************/
div.source_code {
	border: 1px solid gray; 
	font-family: "Courier New", Courier, mono;
	height: 300px; 
	overflow: scroll;
	width: 98%;
	white-space: nowrap;
}
div.source_code_bekijken {
	border: 1px solid gray; 
	font-family: "Courier New", Courier, mono;
	height: 300px; 
	overflow: scroll;
	width: 98%;
	white-space: pre;
}
.bewerk_source_code {
	height: 300px; 
	width: 98%; 
	white-space: pre;
}

/**********************************
/* MEDIA MANAGER
/*********************************/
div.mediamanager {
}
div.mediamanager h1 {
/*
	rood: 			#990100
	blauw:			#547490
	licht-blauw:	#DADFE2
	oranje:			#E5C27F
	licht-groen:	#E8EAEB
*/
	color: #990100;
	font-size: 16px;
	margin: 5px;
}
div.mediamanager div.media {
	overflow: hidden;
	float: left;
	margin: 10px;
	smargin-bottom: 40px;
	position: relative;
	text-align: center;
	width: 98px;
}
div.mediamanager div.media div.info {
	hbackground-color: #DADFE2;
	border: 1px solid #DADFE2;
	font-size: 12px;
	height: 92px;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	width: 92px;
}
div.mediamanager div.media div.info img {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 0px; /*-2px*/
	/*margin-top: -55px; /*-57px;*/
	height: 96px;
	width: 96px;
}
div.mediamanager div.media div.info h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.mediamanager div.media div.info p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.mediamanager div.media div.icon {
	background-image: url(../images/mediamanager/image.jpg);
	border: 1px solid #CCCCCC;
	height: 96px;
}
div.mediamanager div.media div.icon:hover {
	border: 1px solid gray;
}
div.mediamanager div.media div.icon img {
	border: none;
	height: 96px;
	width: 96px;
}
div.mediamanager div.media div.onderschrift {
	font-size: small;
	margin-top: 2px;
	overflow: hidden;
	white-space: nowrap;
}

/**********************************
/* GEBRUIKERSBEHEER
/*********************************/
table.gebruikers {
	border: 1px solid #E5C27F;
	font-size: small;
}
table.gebruikers tr:hover {
	background-color: #E8EAEB;
	cursor: default;
}
table.gebruikers td {
	vertical-align: top;
	padding: 3px;
	padding-right: 3px;
}
table.gebruikers td.caption {
	background-color: #E5C27F;
	cursor: text;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
	width: 200px;
}
table.gebruikers tr.highlight td {
	/*background-color: #DADFE2;*/
	border-top: 2px dashed #DADFE2;
	border-bottom: 2px dashed #DADFE2;
}
table.gebruikers tr.highlight_last td {
	/*background-color: #DADFE2;*/
	border-top: 2px dashed #DADFE2;
}

/**********************************
/* PUBLICEREN
/*********************************/
div.publiceren_gebruikers {
	margin-left: 25px; 
	margin-top: 5px;
}
div.publiceren_datum {
	margin-top: 2px;
	margin-left: 25px;
	display: none;
}
div.publiceren_datum img {
	vertical-align: text-bottom;
}

/**********************************
/* DTREE
/*********************************/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: 190px;
	overflow: hidden;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a:link, .dtree a:visited {
	color: #333;
	text-decoration: none;
}
.dtree a.node:link, .dtree a.node:visited, .dtree a.nodeSel:link, .dtree a.nodeSel:visited {
	color: #333;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel:link, .dtree a.nodeSel:visited {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/**********************************
/* UPDATE - LOG
/*********************************/
div.update_log {
	border: 1px solid gray;
	font-family: "Courier New", Courier, monospace;
	height: 370px;
	overflow: auto;
	padding: 5px;
	padding-top: -10px;
}

div.update_log table.update_log {
	border-top: 1px solid black;
}

div.update_log table.update_log td {
	vertical-align: top;
}

div.update_log table.update_log td.file {
	width: 500px;
}
div.update_log table.update_log td.check {
	width: 150px;
}
div.update_log table.update_log td.error {
	/*width: 500px;*/
}

div.mask {
	background-color: white;
	position: absolute;
}

div.hostingstatistieken_keuzes {
	background-color: #DADFE2;
	border-bottom: 1px solid #990100;
	padding: 5px;
	text-align: center;
	margin: -5px -5px 0px -5px;
}
/**********************************
/* KLEURCODES
/**********************************
	rood: 			#990100
	blauw:			#547490
	licht-blauw:	#DADFE2
	oranje:			#E5C27F
	licht-groen:	#E8EAEB
/*********************************/
