@charset "utf-8";
/* CSS Document */

#accordion .ui-icon
{
	display:none!important;
}

#accordion * {
	overflow:hidden!important;
}

#accordion h3{
	width:745px;
	height:32px;	
}

#accordion h3 a{
	display:block;
	width:715px;
	height:32px;	
	background-image:url(../images/accordion_balk1_dark.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height:32px;
	padding-top: 0px;
}

#accordion h3 a.active{
	background-image:url(../images/accordion_balk1_light.jpg);
}

.accordionBox 
{
    margin-left: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    border: solid 1px #AAA;
}

.accordionBox .divButtons
{
    padding-bottom: 0px;
}

#accordion p{

	display: block;
	padding:5px 0 5px 20px;
	height:auto;
}

.lichtjes_rood{
	background-image: url(../images/lichtjes_rood.gif);
	background-repeat:no-repeat;
	width:36px;
	height:16px;
	float:right;
	margin:9px 10px 0 0;
	padding:0;
}

.lichtjes_groen{
	background-image: url(../images/lichtjes_groen.gif);
	background-repeat:no-repeat;
	width:36px;
	height:16px;
	float:right;
	margin:9px 10px 0 0;
	padding:0;
}

.lichtjes_grijs{
	background-image: url(../images/lichtjes_grijs.gif);
	background-repeat:no-repeat;
	width:36px;
	height:16px;
	float:right;
	margin:9px 10px 0 0;
	padding:0;
}


.lichtjes_oranje {
	background-image: url(../images/lichtjes_oranje.gif);
	background-repeat:no-repeat;
	width:36px;
	height:16px;
	float:right;
	margin:9px 10px 0 0;
	padding:0;
}


.ui-progressbar .ui-progressbar-value {
height:20px;
margin:-1px;
}

.ui-progressbar {
height:100%;
text-align:left;
}

.ui-widget-header {
background:#0066b3;
border:none;
}

.ui-widget-content-progessbar {
background:#67beff;
border:1px solid #0066b3;
width: 500px;
margin:10px 0 10px 150px;
}

.ui-accordion .ui-accordion-content
{
	width:683px!important;
}

#accordion .formBox p 
{
	padding: 0 0 0 0 !important;
}

#ui-datepicker-div 
{
    z-index: 2000; /* must be > than popup editor (1013) */
}


