@charset "utf-8";
/* CSS Document */
/*
lichtblauw : #96ABD8 > ##C7D1EA
donkerblauw: #0057A3
*/
html, body {
	background-color: #0057A3;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;	
	padding: 0;
	margin: 0;
	color: #0060AE;
	font-size: 12px;
}

img {
	border:0;
}

h1 {
	color: white;
	position: absolute;
	margin-top: -30px;
	margin-left: 15px;
	font-size: 16pt;	
}
h2 {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding: 2px 4px;
}
#container {
	/*width: 960px;*/
	width:100%;
	min-height: 500px;
	margin: 0 auto;	
	/* background-color: #0060AE;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x; */
}
#header {
	height: 90px;
	line-height: 1em;
}
#menu {
	width: 200px;
	margin: 0 10px 0 0px;
	float: left;	
}
#content {
	/*width: 960px; */
	width:100%;
	float: left;
	background-color: white;	
}
#right {
	width: 166px;
	position: absolute;
	right: 0px;
}
#left {
	
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear:both;
}
.hidden {
	display: none;
}
.homebg {
	background-image: url(/images/home/arrows.png);
	background-position: 0 150px;
	background-repeat: no-repeat;
	min-height: 600px;
	color: white;
}
.en .homebg {
	background-image: url(/images/home/arrows_en.png);
}

.de .homebg {
	background-image: url(/images/home/arrows_de.png);
}
.homebg #content {
	/*margin-left: 240px;*/
	/*width: 700px;*/ /* 960 - 240 - 20 */
	padding-right: 20px;
	background-color: transparent;
}
.homebg .w3 {
	margin-left: -40px;
	width: 750px;
}
.homebg h1 {
	font-size: 12pt;
	margin-left: 0;
	padding-left: 0;
}
.homebg .article .art_intro {
	display: block;
	margin-bottom: 400px;	
}
.homebg .article .art_intro a {
	color: white;	
}
.homebg .article ol {
	
}
.homebg .article ol li {
	float: left;
	width: 200px;
	margin-left: 40px;	
}
.homebg .article ol li:first-child {
	margin-left: 0px;
}
#loginform {
	color: white;
	margin: 112px 20px 0 16px;
	width: 146px;
	padding: 5px 5px 8px 5px;
}
.rounded {
	behavior: url(/css/pie.htc);
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px;
}

.roundedDefault {
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px;
}
.loginform_label {
	clear: left;
	line-height: 24px;
	padding-top: 8px;
	font-weight: bold;
}
/*
HEADER
*/
#header a.home {
	margin: 16px 0 0 16px;
	display: block;
	width: 235px;
	height: 35px;
	background-image: url(/images/logo/3pub_logo.png);
	background-repeat: no-repeat;
}
#header li,
#header a {
	color: white;
	text-decoration: none;
}
#header ul {
	float: right;
	margin: 12px 0;
	list-style: none;
	padding: 0;
}
#header li {
	margin: 0;
	padding: 0 7px 4px 7px;
	float: left;
	border-right: 1px solid;
	/*line-height: 18px;*/
}
/*#header li:last-child {
	border: none;	
}*/
#header ul#personal {
	/*padding: 2px 0 2px 0;*/
}
#header ul#extra {
	clear: right;
}
#header ul#navigation_meta {
	margin-right: 0;
}
#header ul#personal li {
	border-color: white;
	position: relative;
	padding-left:14px;
}
#header ul#personal > li:first-child {
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
	margin-left: 4px;
}
#header ul#extra li,
#header ul#navigation_meta li {
	border-color: #C7D1EA;
}
#header ul#extra li:last-child {
	border: none;	
}
#header ul#extra li,
#header ul#extra a,
#header ul#navigation_meta li,
#header ul#navigation_meta a {
	/*text-transform: uppercase;*/
}

#header ul#chooselanguage {
	margin-bottom: 0;
    margin-right: 50px !important;
    margin-top: 6px;
}
#chooselanguage li {
	border:0px;
}


ul#personal ul {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	background-color: white;
}
ul#personal li:hover ul {
	display: block;
}
ul#personal ul li {
	border: none;
	padding: 6px;
	min-width: 140px;
}
ul#personal ul a {
	color: #0060AE;
	font-size: 12px;
}
.homebg #header ul li,
.homebg #header ul a {
	/* border-color: #0060AE!important;
	color: #0060AE; */
}
.homebg #header {
	height: 72px;
}
ul#navigation_main {
	clear: right;
	margin: 30px 134px 0 0;
}
ul#navigation_main li {
	margin: 0;
	padding: 0;
	border: none;
}
ul#navigation_main a {
	display: block;
	width: 160px;
	height: 34px;
	background-image: url(/images/arrow_passive.png);
	background-repeat: no-repeat;
	line-height: 26px;
	color: #A7A9AC;
	font-size: 16px;
	padding-left: 16px;
	font-weight: bold;
}
ul#navigation_main li.selected a {
	background-image: url(/images/arrow_active.png);
	color: #0057A3;
}
/*
FORM
*/
#header form {
	display:block;
	margin: 0 0 0 6px;
	padding: 0;
	float: right;
	display:inline-block;
}
#header #searchForm input[type="text"] {
	width: 83px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #C7D1EA;
}

.lightblue {
	background-color: #E1E6F4;
}
table.list,
form.list {
	width: 99%;
	margin: 4px;
	font-size: 12px;
}
table.list .main {
	line-height: 24px;
}
table.list .main a {
	text-decoration: none;
	color: #0060AE;	
}
table.list td.k1 {
	width: 67px;
}
table.list th {
	background-color: #F6F8FC;
	text-align: left;
	padding: 0 0 0 7px;
	font-weight: bold;
	white-space:nowrap;
}
table.list tr:hover td {
	background-color: #F6F8FC;
}
table.list td {
	background-color: #fff;
	padding: 0 5px 0 5px;
	white-space:nowrap;
}
table.list td.header {
	border-top: 1px solid #B9D2E9;
	color: gray;
}
.lightblue h2 {
	margin-bottom: 0;
}
form.list {
	/*background-color: #F6F8FC;*/
}
label {
	padding: 0 0 0 5px;
	color: black;
}
#container form.list input,
#container form.list textarea {
	margin: 4px;
 /*   width: 500px;*/
	border: none;
	border: 1px solid #E1E6F4;
}
#container form.list input[type="checkbox"] {
	width: auto;
}
#container input[type="text"],#container input[type="password"],#container textarea,#container select {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#loginform input[type="text"],#loginform input[type="password"],#loginform input[type="submit"],#formForgot input[type="text"],#formForgot input[type="submit"] {
	width: 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#loginform .title {
	margin-bottom: 14px;
	display: block;
	font-size: 16px;
}
#loginform a {
	font-size: 11px;
	color: white;
}
.uitgave_img {
	margin: 0 0 0 5px;
}
.uitgave_img,
.uitgave_img img,
.uitgave_img div {
	float: left;
	clear: left;
}
.uitgave_img img {
	margin: 0 8px 8px 0;
}
.uitgave_img div {
	font-size:10px;
}
.sjabloon {
	margin: 0 12px;
	padding: 0;
}
ul.sjabloon {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.sjabloon li {
	float: left;
	margin: 6px 4px;
	width: 200px;
	height: 150px;
}
ul.sjabloon div.item {
	display: block;
	/* width: 208px; */
	height: 142px; 
	border: 1px solid #F3F5FB;
	background-color: #F3F5FB;
	text-align: center;
	padding: 4px;
	color: grey;
	text-decoration: none;
}
ul.sjabloon div.item img {
	border: 1px solid black;
	margin: auto;
	display: block;
}
ul.sjabloon div.item:hover,
ul.sjabloon li.selected div.item {
	background-color: #96ACD6;
	border-color: #0060AE;
	color: #0057A3;
}
div#pub_uitgave_detail_big {
	border: 1px solid #0060AE;
    border-radius: 8px 8px 8px 8px;
    display: none;
    min-height: 300px;
    padding: 3px;
    position: absolute;
    top: 100px;
    width: 534px;
}
div#forgotPasswordDiv {
	border: 1px solid #0060AE;
	color: #0060AE;
    border-radius: 8px 8px 8px 8px;
    /*display: none;*/
    min-height: 300px;
    padding: 3px;
    position: absolute;
    top: 100px;
    min-width: 250px;
}
div#forgotPasswordDiv p {
	width: 200px;
}
.closebtn {
	display: block;
	width: 14px; height: 15px;
	background-image: url(/images/btn_close.png);
	text-decoration: none;
	margin: 3px 3px 0 0;
}
img.uitgavepreview {
	border: 1px solid black;
}
div#pub_uitgave_detail_big > div {
	margin-top: 10px;
}
div#pub_uitgave_detail_big .info {

	color: black;
	width: 248px; /* 260 - 2*6 */
	height: 253px; /* 265 - 2*6 */
	padding: 6px;
	display: block;
	font-size: 11px;
}
div#pub_uitgave_detail_big .prop,
div#pub_uitgave_detail_big .val {
	float: left;
	width: 120px;
}
div#pub_uitgave_detail_big .prop {
	clear: left;
}
/*
CONTENT
*/
.cont {
	float: left;
	padding: 0px 0;
}
.w1 {
	width: 240px;
}
.w2 {
	width: 540px;
}
.w3 {
	width: 707px;
}
.wfull {
	width: 100%;
}
.w1 h1,
.w1 h2,
.w2 h1,
.w2 h2,
.w3 h1,
.w3 h2 {
	padding-left: 10px;
}

.homebg h1 {
	font-size: 11pt;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	margin-top: 0;
}

.marginTop {
	margin-top: 0px;
}
.w1margin {
	margin-left: 240px;
}
.border {
	border: 1px solid #0060AE; 
}
.borderbig {
	border: 3px solid #0060AE; 
}
.buttonrow {
	margin: 4px;
	float: left;
}
.buttonrow a {
	margin-left: 62px;
	float: left;
}
.buttonrow a:first-child {
	margin-left: 0;
}
.buttoncol a,
.buttoncol span {
	margin-bottom: 16px;
}
.btn_blue,
.btn_orange,
.btn_blue_add,
.btn_blue_disabled,
.btn_orange_disabled {
	display:block;
	min-width: 134px;
/*	height: 18px;*/
	line-height: 17px;
	/* background-image: url(/images/btn_blue.png); */
	background-color: #4C89BE;
	behavior: url(/css/pie.htc);
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	color: white;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 4px;
}
.btn_blue:hover,
.btn_orange:hover,
.btn_blue_add:hover,
.btn_blue_disabled:hover,
.btn_orange_disabled:hover {
	background-color: #0057A3;
	}	
.btn_orange {
	_background-image: url(/images/btn_orange.png); 
}
.btn_blue_disabled {
	/* background-image: url(/images/btn_blue_disabled.png); */
	background-color: #DDDDDD;
	color: #A2BBDB; 
}
.btn_orange_disabled {
	/* background-image: url(/images/btn_orange_disabled.png); */
	color: #A2BBDB; 
}
.btn_blue_add {
	/* background-image: url(/images/btn_blue_add.png);
	text-align: left;
	padding-left: 6px;
	width: 128px; */
}
#container form.list input.btn_blue {
	display:block;
	width: 134px;
	cursor: pointer;
}
.lightblue p {
	font-size: 12px;
	margin: 10px 6px;
	line-height:15px; /*chrome fix */
}
div.listview {
	margin: 8px;
	background-color: white;
}
div.listview h2 {
	behavior: url(/css/pie.htc);
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0, from(#81A8CE), to(#0057A3)); 
	background: -webkit-linear-gradient(#81A8CE, #0057A3); 
	background:    -moz-linear-gradient(#81A8CE, #0057A3); 
	background:     -ms-linear-gradient(#81A8CE, #0057A3); 
	background:      -o-linear-gradient(#81A8CE, #0057A3); 
	background:         linear-gradient(#81A8CE, #0057A3);
	-pie-background:  linear-gradient(#81A8CE, #0057A3); /*PIE*/
	text-shadow: 0 -1px 1px #254F7A;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;	
}
a.listview {
	behavior: url(/css/pie.htc);
	margin: 8px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0, from(#81A8CE), to(#0057A3)); 
	background: -webkit-linear-gradient(#81A8CE, #0057A3); 
	background:    -moz-linear-gradient(#81A8CE, #0057A3); 
	background:     -ms-linear-gradient(#81A8CE, #0057A3); 
	background:      -o-linear-gradient(#81A8CE, #0057A3); 
	background:         linear-gradient(#81A8CE, #0057A3);
	-pie-background:  linear-gradient(#81A8CE, #0057A3); /*PIE*/
	text-shadow: 0 -1px 1px #254F7A;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 8px 8px 17px;
	text-decoration: none;
	display:block;	
	border: 1px solid #0060AE;
}
div.listview h3 {
	color: #aaa;
	font-size: 14px;
	font-weight: normal;
	padding: 0 15px; 
	margin-bottom: 0;
}
div.listview img {
	/* margin-left: 15px; */
}
ul.listview, ul.listview ul {
	list-style: none;
	margin: 2px 8px 8px 8px;
	padding: 0;	
}
ul.listview li {
	behavior: url(/css/pie.htc);
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0, from(#fff), to(#E4E9F4)); 
	background: -webkit-linear-gradient(#fff, #E4E9F4); 
	background:    -moz-linear-gradient(#fff, #E4E9F4); 
	background:     -ms-linear-gradient(#fff, #E4E9F4); 
	background:      -o-linear-gradient(#fff, #E4E9F4); 
	background:         linear-gradient(#fff, #E4E9F4);
	-pie-background:  linear-gradient(#fff, #E4E9F4); /*PIE*/
	border: 1px solid #0060AE;
	border-top: 1px solid #78A3CB;
	border-bottom: 0px;
	height: 35px;
}
ul.listview li:hover {
	background: none;
	background-color: #E4E9F4; 
	-pie-background: none;
}
ul.listview li.active {
	behavior: url(/css/pie.htc);
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0, from(#81A8CE), to(#0057A3)); 
	background: -webkit-linear-gradient(#81A8CE, #0057A3); 
	background:    -moz-linear-gradient(#81A8CE, #0057A3); 
	background:     -ms-linear-gradient(#81A8CE, #0057A3); 
	background:      -o-linear-gradient(#81A8CE, #0057A3); 
	background:         linear-gradient(#81A8CE, #0057A3);
	-pie-background:  linear-gradient(#81A8CE, #0057A3); /*PIE*/
}
ul.listview li:first-child {
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	border-bottom: 0px;
	border-top: 1px solid #0060AE;
}
ul.listview li:last-child {
	border-bottom: 1px solid #0060AE;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
}
ul.listview a {
	padding: 8px;
	color: #0060AE;
	text-decoration: none;
	display:block;
}
div.listview h2 a {
	color: white;
	text-decoration: none;
	padding: 8px 8px 8px 17px;
	display:block;
}
ul.listview a span,
div.listview a span,
a.listview span {
	font-size: 11px;
	display: block;
	float: right;
	background-image: url(/images/listview/next.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 22px;
}
div.listview h2 a span,
a.listview span {
	background-image: url(/images/listview/next_diap.png);
	color: white;
	margin-right: 9px;
}
.button span {
	background-image: url(/images/listview/next_diap.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 9px;
	margin-left: 8px;
}
ul.listview a.add {
	text-align: center;
}
ul.listview a.add span {
	padding: 3px 0 2px 22px;
	float: none;
	background-image: url(/images/listview/add.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #0060AE;
	text-decoration: none;
	display: inline;
}
ul.listview li em,
div.listview h2 em {
	background-color: red;
	border: 2px solid white;
	color: white;
	width: auto;
	font-size: 9px;
	font-weight: bold;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1px 3px 1px 2px;
	text-shadow: none;
	min-width: 10px;
}
input.editorButton,
input.button,
input.buttonsmall,
a.button {
	behavior: url(/css/pie.htc);
	display: inline-block;
	margin: 8px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0, from(#81A8CE), to(#0057A3)); 
	background: -webkit-linear-gradient(#81A8CE, #0057A3); 
	background:    -moz-linear-gradient(#81A8CE, #0057A3); 
	background:     -ms-linear-gradient(#81A8CE, #0057A3); 
	background:      -o-linear-gradient(#81A8CE, #0057A3); 
	background:         linear-gradient(#81A8CE, #0057A3);
	-pie-background:  linear-gradient(#81A8CE, #0057A3); /*PIE*/
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #254F7A;
	padding:4px 10px 6px 8px;
	border: 1px solid #0060AE;
}

a.buttontips,
a.buttontipsgrey,
input.buttontips {
	behavior: url(/css/pie.htc);
	position:relative;
	display: inline-block;
	color:black;
	font-size: 14px;
    font-weight: bold;
	margin: 8px;
	background-color:#FFCC33;
	background: linear-gradient(#FFFF66, #FFCC33) repeat scroll 0 0 transparent;
	-pie-background:  linear-gradient(#FFFF66, #FFCC33); /*PIE*/
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	/*text-shadow: 0 -1px 1px #254F7A;*/
	padding:4px 10px 6px 8px;
	border: 1px solid #0060AE;	
}
a.buttontipsgrey {
	background: #999;
	color: #CCC;
}
a.deleteButton {
	behavior: url(/css/pie.htc);
	display: inline-block;
	margin: 8px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background:#cc0000;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #254F7A;
	padding:4px 10px 6px 8px;
	border: 1px solid #0060AE;
}

input.button {
	cursor:pointer;
	width:210px !important;
}

input.buttonsmall {
	cursor:pointer;
	width:130px !important;
	display:block;
}

input.buttonsmall:hover {	
/*	background-color:red !important;;*/
}

buttonsmall

input.editorButton {
	width:100px !important;
}

input.ieButton {
	display: block;
	margin: 10px;
	margin-left:6px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background-color:#0060AE;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #254F7A;
	padding:4px 10px 6px 8px;
	width:210px !important;
	margin-bottom:20px;
}

input.ieButtonSmall {
	display: block;
	margin: 5px;
	margin-left:6px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background-color:#0060AE;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #254F7A;
	padding:4px 10px 6px 8px;
	width:210px !important;
	margin-bottom:20px;
	width:80px !important;
}

a.button img {
	margin: 2px 8px 0 0;
	float: left;
}
a.submitbutton {
	padding:4px 8px 6px 10px;
	float: right;
}
a.submitbutton img,
a.fullbutton img {
	margin: 2px 0 0 8px;
	float: right;
}
a.fullbutton {
	padding:4px 8px 6px 10px;
	display: block;
}
.ta_format {
	float: right;
	width: 100px;
}
.ta_format img {
	cursor: pointer;
}
a.preview {
	color: grey;
	text-align: center;
	display: block;
	padding: 4px;
	text-decoration: none;
}
a.preview:hover {
	color: #0057A3;
}
.leftFloat {
	float:left;
}

.edit_main_container,
.edit_main_container_small {
	float:left; 
	background-color:#F6F8FC; 
	padding:10px; 
	color:black; 
	height:130px; 
	width:662px; 
	margin-bottom:10px;
}

.edit_main_container_small {
	height:20px;
}

.edit_label {
	float:left; 
	font-weight:bold; 
	height:24px;
}

.edit_image_example {
	float:left; width:140px;	
}

.edit_image_name {
	padding-left:6px; 
	height:26px;
}

.edit_button_placeholder {
	height:48px;
}

.edit_quality_container {
	float:right; 
	/* margin-left:50px; */ 
	margin-top:32px;
}

.quality_arrow {
	float:left; 
	background-image:url(/images/quality_arrow.png); 
	width:12px; 
	height:10px;	
}

.quality_red_bar {
	float:left;
	width:210px; 
	height:8px; 
	background-color:red; 
	margin-bottom:5px; 
	border-radius:6px 6px 6px 6px;
}

.quality_green_bar {
	float:right; 
	width:105px; 
	height:8px; 
	background-color:green;  
	border-radius:0px 6px 6px 0px;
}

.quality_title {
	float:left;
	width:210px; 
	height:14px; 
	margin-bottom:10px; 
	text-align:center; 
	font-size:14px;
}


/*
Articles
*/
.article {

}
.article img {
	float: right;
	margin-left: 14px;
}
.article .art_intro {
	font-weight: bold;
}
.article p {
	width: 	230px;
	padding-left: 10px;
}
.uploadform {
	clear: left;	
}

/*
Forms
*/
#container label {
	width: 140px;
	float: left;
	clear: left;	
	margin-bottom: 6px;
	font-weight:bold;
}
#container input {
	width: 256px;
	float: left;
	margin-bottom: 6px;
	border: 1px solid #B4D4EC;
}
#container input[type="checkbox"] {
	width: 25px;
	clear: left;	
}
#container label.normal {
	clear: none;
	font-weight: normal;
}
.USER_GROUP_DIV {
	float: left;
}
.sAddress {
	width: 300px!important;
}

/* Uitgave genereren */

#uitgaveProcess {
	position:absolute; 
	display:none; 
	width:700px; 
	/*border-radius:8px 8px 8px 8px; 
	background-color:#F6F8FC; */
	height:220px; 
	left:240px; 
	bottom:0px; 
	z-index:1001; 
/*	border:3px solid #0060AE;*/
}

#uitgaveProcess_preload {
	margin:10px; 
	float:left; 
	width:140px;
}

#uitgaveProcess_textContainer {
	margin:10px; 
	float:left; 
	width:500px; 
	color:black; 
	font-size:11pt;
}

#uitgaveProcess_completeText,
#uitgaveProcess_loadText {
	display:none;
}

/*.closeUitgaveprocess {
	float:right;
	font-size:14pt;
	font-weight:bold;
	cursor:pointer; 
	margin:10px; 
	color:red;	
}*/
#helper, #helper img {
	position: absolute;

}

/* Stickervel */
.image_navbuttons { 
	position:absolute;
	margin-top:-2px; 
	margin-left:-6px; 
	z-index:300; 
	display:none;
}

.base_circle {
	height:100px; 
	width:100px; 
	border-radius:100px; 
	border:1px solid black;
}

.circle_opacity {
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=60);
	position:relative;
}

/*
.article_stickerField,
.app_stickerField {
	float: left;
	max-width: 550px;
} */ 
.article_stickerField h1 {
	color: inherit;
	margin: 12px 0;
	position: relative;
}
.article_stickerField ol {
	padding-left: 0;
	margin-left: 0;
}
.article_stickerField li {
	padding-left: 0;
	margin-left: 2em;
}
.article_stickerField {
	padding-left: 15px;
}
.right.buttoncol a {
	display:block;
}
a.fe_nieuw {
	position: absolute;
	margin-left: -231px;
	width: 202px;
	text-align: center;
}


/*
POPUPS
*/
.popupMultiTemplate,
.popupsmall,
.popup,
.popupfull {
	position:absolute; 
/*	height:400px;*/
	min-width: 600px;
	min-height: 300px;
	width:auto; 
	overflow:auto; 
	display:none; 
	z-index:1002; 
	padding:10px;	
	top:80px;
	left:80px;		
	border: 1px solid black; 
	background-color:white; 
	border-radius:8px 8px 8px;		
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
	overflow: visible;
}
.popupfull {
    bottom: 20px;
    height: auto;
    left: 20px;
    overflow: auto;
    padding: 10px;
    right: 20px;
    top: 20px;
    z-index: 1001;
    overflow: hidden;
}
.popupsmall .padded,
.popupfull .padded {
	padding: 15px;
	float: left;
}
.popupsmall h2,
.popupfull h2 {
	font-size: 18px;
	padding-left: 0px;
	width: 90%;
	background: none!important;
    border-radius: 0!important;
    color: black!important;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-shadow: none!important;
}

.popupMultiTemplate {
	top:0px;
}

.sjabloon_navbuttons { 
	position:absolute;
	/*margin:-60px 5px 0 5px; */
	bottom: 10px;
	z-index:300; 
	display:none;
	width: 190px;
	text-align: center;
}
#container .sjabloon_navbuttons input {
	width: 180px!important;
	margin: 0 5px 6px 5px;
}

#leftNav a.button {
	width: 180px;
}
.editable div {
	background-repeat: no-repeat;	
}
.messageCount {
	color: white;
	background-color: red;
	font-weight:bold;
	position: relative;
	z-index: 999;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px;
	border: 2px solid white;
	min-width: 18px;
	cursor: pointer;
}
.sjabloon .messageCount {
	float: right;
	margin-top: 12px;
}
tr.message .main,
table.list tr.message:hover td.main {
	background-color: #FF4242;
}
tr.message .main a {
	color: white;
}

tr.message .main a {	
	color:white !important;
}

div.message {
	background-color: white;
	margin: 12px;
	padding: 8px;
	border: 2px solid red;
}
div.message span {
	font-size: 10px;
}

.zoomOutTemplate,
.zoomInTemplate {
	cursor:pointer;
}

.check_order_leftFloat hr,
.checkorder_cart_product_header {
	clear: left;
}

.order_voorwaarden {
	margin-top:20px;
}

.uitgavecopy,
.cart{
   margin-top: -38px;		
}

.uitgavecopy_row {
	float:left;
	width:200px;
}

.uitgavecopy_label {
	padding-top:4px;
}

.uitgavecopy_btn {
	float:right; 
	margin-right:20px;
}

.renameConceptPopup {
	display:none;
	border:1px solid black; 
	border-radius:8px; 
	background-color:white; 
	padding:10px; 
	width:308px; 
	height:84px; 
	z-index:1004; 
	position:absolute;	
}

#uitgaveBigHeader{
	font-size:14px;
	color:black; 
	font-weight:bold; 
	padding-left:10px;
	padding-bottom:10px;
}


#forwardStatusMessage { 
	padding:10px;
	font-size:12pt; 
	font-weight:bold;
}

#btn_complete_preview {
	display:none;	
}
#formForgot {
	padding: 10px;
}
.closeDiv {
	float:right; 
	font-size:14pt; 
	font-weight:bold; 
	cursor:pointer;		
}
.cms_mod_form {
	width: 350px;
	padding: 4px;
	}
.cms_mod_form .nogroup, .cms_mod_form .inputgroup { 
	padding: 4px;
	margin-bottom: 4px; 
}
.cms_mod_form .nogroup p:first-child, .cms_mod_form .inputgroup  p:first-child {
	margin-top: 0px;
}
.cms_mod_form .inputgroup { 
	border: 1px dotted white; 
	/* background-color: #EFEFEF; */ 
}
.cms_mod_form .inputgroup .grouptitle { 
	font-weight:bold; 
}
.cms_mod_form .formfield{
	margin-bottom: 2px;
}
.cms_mod_form .formfield.required label.textlabel {
	font-weight: bold;
}
.cms_mod_form .formfield.required input, .cms_mod_form .formfield.required textarea {
	border: 2px solid black;
}
.cms_mod_form .formfield.required .req_asterix {
	color: red;
}
.cms_mod_form .formfield textarea{
	display: block;
}
.cms_mod_form .formfield input:focus, .cms_mod_form .formfield textarea:focus{
	border: 2px solid #009EE0;
	background-color: #D9F1FA;
}
.cms_mod_form .formfield .field_explanation {
	font-style: italic;	
}
.cms_mod_form .formfield label.textlabel {
	margin-right: 2px;
	clear: left;
	display: block;
	float: left;
	width: 140px;
}
.cms_mod_form .formfield .selectgroup {
	padding-left: 142px; /* 140 (label) + 2 (label margin)  */
	}
.cms_mod_form .formfield textarea{
	clear: left;
	width: 90%;
	height: 120px;
}
/* TEMP */
#cms_body { overflow: visible; }

