body {
	background: url(images/bg.png) repeat-x;
}
#cms_container {
    position:absolute;
    width:1200px;
    left:50%;
    margin-left:-600px;
    top:22px;
}
#cms_header_left{
    background-color:#498f23;
    height:34px;
    width:50%;
    position:absolute;
    left:0px;
    top:80px;
 
}
#cms_header_right{
    background-color:#e06a29;
    height:34px;
    width:50%;
    position:absolute;
    right:0px;
    top:80px;
 
}
#cms_logo{
   height:92px;
   width:350px;
   background: url(images/logo.png) no-repeat;
   float:left;  
}
#nav{
    margin-top:58px;
    float:left;
}
#nav img{
    width:20px;
    margin:6px 10px 0 20px;
}
#nav a:link, #nav a:visited{
    width:200px;
    height:34px;
    color:#fff;
    font-size:16px;
    font-family:Arial;
    display:block;
    float:left;
} 
#nav a:hover{
    font-size:18px;
}
u{
    text-decoration: none;
    font-size:1.0em;
}
.top_nav{
    position:absolute;
    left:1100px;
       
}
.chart_text{
	font-family: Verdana;
	color: #969696;
	font-size: 1.1em;
	text-indent:20px;
}
.chart_text span{
	font-family: Verdana;
	color: #242424;
	font-size: 1.7em;
}
.subchart{
	height:80px;
	width:450px;
	float:left;
}

.cms_content_default{
	width:100%;
	min-height:400px;
}
.cms_content_special{
	padding:0px;
	min-height:400px;
	width:100%;
}
.cms_content_login{
	padding:0px 0px 0px 0px;
	width:910px;
	min-height:400px;
}
.cms_content_title{
	background-color:#666;
	-moz-border-radius: .2em .2em .2em .2em;
	-webkit-border-radius: .2em;
	font-family: Tahoma;
	color: #fff;
	font-size: 1.6em;
	padding:10px;
	width:90%;
	margin-bottom:20px;
}

select, textarea, input {
border: #808080 1px solid;
color: #000000;
font-size: 12px;
font-family: Verdana; BACKGROUND-COLOR: #ffffff }

input{
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size:14px;
	margin-top:5px;
}
a:active,a:visited,a:link {color: #34352e; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
a:hover {color: #8b9c1b; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

.header { font-size : 24px; color: #676161; font-family: Arial; text-decoration: none; margin-top:30px;padding-bottom:20px;  }
.bborder{ background-color: #FFFFFF; border: 0px #A7A6B4 solid; }
.panel  {-moz-border-radius: .3em .3em .3em .3em; border: 1px solid silver; background-color: #F7F6F4;}



BODY, TD, TR {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; cursor: default;}

.tool-tip {
	color: #fff;
	width: 218px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 218px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.line{
	border-bottom: 1px dotted #3d3d3d;
	padding-top: -10px;
}
.menu-line{
	font-size: 10px;
	font-weight: normal;
}
.optionbar{
	background-color:#666666;
	color: #ffffff;
	height: 30px;
	text-indent: 20px;
	-moz-border-radius: .2em .2em .2em .2em;
	-webkit-border-radius: .2em;
}
.greenbar{background-color:#8b9c1b;}
.greybar{background-color:#7f7c7c;}
.optionbar img{
	height:20px;
	width:20px;
	padding-right:10px;
	vertical-align:middle;
}
.optionbar a:link,.optionbar a:visited{
	height:34px;
	font-size:16px;
	line-height:30px;
}
div.PX_Form fieldset{
	border:none;
}
div.PX_Form legend{
	font-size: 20px; color: #676161; font-family: Arial; border-bottom:1px solid #b5b5b5; width: 90%; margin-top:10px;margin-bottom:20px;
}
div.PX_Form label{
	width:120px;font-size:12px; color: #777777; font-family: Arial; vertical-align:top;display:inline-block;text-align:right;
}
div.PX_Form fieldset ol{
	margin: 0;
	padding: 0;
}
div.PX_Form #column{
	margin: 0;
	padding: 0;
	float:left;
	width:175;
	text-align: left;
}
div.PX_Form #column label{
	margin: 0;
	padding: 0;
	line-height:5px;
	width:200px;
	text-align: left;
	vertical-align: middle;
	text-transform:capitalize;
}
div.PX_Form #column input{
	width:20px;
}
div.PX_Form fieldset li{
	list-style: none;
	padding: 5px;
	margin: 0;
}
div.PX_Form input,div.PX_Form select,div.PX_Form textarea {
	text-align:left;
	margin-left:10px;
	width:300px;
}
div.PX_Form div.mceTextarea{
	margin-left:132px;
	margin-top:-10px;
	width:300px;
}
div.PX_Form input.checkbox{
	width:20px;
}
div.PX_Form em{
	font-weight:bold;
	font-style:normal;
	color:#f00;
}
div.PX_Form input.submit{
	border:1px solid #3079ED;
	background: #4D90FE;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	height:30px;
	width:120px;
	text-align:center;
	cursor:pointer;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4D90FE',EndColorStr='#4787ED');
	line-height: normal;
}
div.PX_Form input.submit:hover{
	border:1px solid #3079ED;
	background: #4787ED;
}
div.PX_Form .annuleren{
	margin-left:20px;
	color:#999;
	text-decoration:underline;
}
div.PX_Form .CN_big{
	border:3px solid #eaeaea;
	background: #fff;
	font-style:normal;
	font-size:20px;
	color:#6c6c6c;
	padding-left:10px;
	height:40px;
	vertical-align:middle;
}
div.PX_Form .CN_bigger{
	border:3px solid #eaeaea;
	background: #fff;
	font-style:normal;
	font-size:14px;
	color:#6c6c6c;
	height:30px;
	vertical-align:middle;
	text-align:center;
}
div.PX_Form .CN_big_label{
	font-size:14px;
	color:#6c6c6c;
}
div.PX_Form .CN_big_label em{
	color:#999;
}
div.PX_Form .annuleren:hover{
	color:#333;
}
/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
 
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-left:35px;
	height:30px;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;
	vertical-align:middle;
 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
 	padding-left:35px;
		
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.CN_Label{
	width:125px;
	font-size:14px; 
	color: #666; 
	font-family:helvetica;
	text-transform:lowercase;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	margin-right:20px;
}
.CN_Label em{
	font-weight:bold;
	font-style:normal;
	color:#f00;
}

input.submit{  
	border:1px solid #3079ED;
	background: #4D90FE ;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	font-family:helvetica;
	text-transform:lowercase;
	color:#fff;
	height:30px;
	width:120px;
	text-align:center;
	cursor:pointer;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4D90FE',EndColorStr='#4787ED');
	line-height: normal;
}
input.submit:hover{
	border:1px solid #1c5376;
	background: #4787ED;
}
input.submit2{ /* Knop grijs annuleren */ 
	border:1px solid #C6C6C6;
	background: #F8F8F8 ;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	font-family:helvetica;
	text-transform:lowercase;
	color:#333;
	height:30px;
	width:120px;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8',EndColorStr='#F1F1F1');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
input.submit2:hover{
	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E0E0E0));
	background-image: -webkit-linear-gradient(top,#EEE,#E0E0E0);
	background-image: -moz-linear-gradient(top,#EEE,#E0E0E0);
	background-image: -ms-linear-gradient(top,#EEE,#E0E0E0);
	background-image: -o-linear-gradient(top,#EEE,#E0E0E0);
	background-image: linear-gradient(top,#EEE,#E0E0E0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEE',EndColorStr='#E0E0E0');
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #CCC;
	color: #333;
}
.annuleren:link{
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	font-family:helvetica;
	text-transform:lowercase;
	color:#333;
	padding:10px;
	width:120px;
	text-align:center;
	cursor:pointer;
}
.annuleren:hover{
	color:#333;
}
.formLabel { width:120px; text-align: right; }
.formText { font-size: 12px; color: #777777; font-family: Arial; font-weight:normal; }

.optionbar a:link, .optionbar a:visited{
	color: #ffffff;
}
.optionbar a:hover{
	color: #C3DF7D;
}
.helptekst{
	background-color: #deebff;
	border:1px solid #75acff;
	color: #000;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
}
img{
	border: none;
}
img.template_images{
	border: none;
}
BLINK{
	cursor: hand;
}
tr.styled:hover{
	background: #fafced;
	cursor:pointer;
}
tr.red{
	background: #ffaaaa;
}
tr.red:hover{
	background: #fd9292;
}
tr.odd{
	background: #f9f9f9;
}
tr.styled td{
	border-bottom:1px solid #dddddd;
}
/********************************* LiveValidation *************************************/

.LV_valid {
    color:#90c226;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #90c226;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}
.floatRight {
  float:right;
}

.floatLeft {
  float:left;
}

.clearBoth {
  clear:both;
}

.clearLeft {
  clear:left;
}

.clearRight {
  clear:right;
}

.inline {
  display:inline;
}

.block {
  display:block;
}

.hidden {
  display:none;
}

.invisible {
  visibility:hidden;
}

.visible {
  visibility:visible;
}
/* Uploadify ---------------------------------- */
#upload-box{
	padding-left:140px;
}
#custom-queue {
	border:1px solid #ccc;
	width:535px;
	margin-top:10px;
	margin-bottom:10px;
}
#status-message{
	width:500px;font-size:12px; color: #777777; font-family: Arial; font-weight:bold;display:inline-block;vertical-align:top;text-align:left;
}
.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin:5px;
	padding: 10px;
	width: 500px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
#thumbnails{
	margin-top:10px;
	padding-left:50px;
}
#thumbnails img{
	border:1px solid #333;
	margin-top:5px;
}
div.PX_Form fieldset li.imgholder{
	width:700px;
	height:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#f9f9f9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
}
.imginfo{
	width:450px;
	float:left;
	text-align:left;
}
.imgholder img{
	float:left;
	margin-left:10px;
	border:3px solid #333;
}
.imgholder .imgsort{
	float:left;
	margin-left:20px;
	margin-top:50px;
}
.imgholder img.handle {
	margin-right: 20px;
	cursor: move;
	border:none;
}
.cke_bottom {
display: none;
}