
.question_text img, map, area, map area {
    cursor: default !important;
}
.orange-alert {
    background-color:orange;
    font-size:12px;
    text-align:center;
    position:fixed;
    padding: 5px 0;
    left:0px;
    bottom:0px;
    width:100%;
}
span.title-hover{
	border-bottom: 1px dashed #FF8040;
}
span.usernameSpan div{
	max-width: 280px;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
div.saveNotice{
    position: relative;
    margin: 10px 0 0 23px;
    color: #FF8040 !important;
}/* Overlay popup */
.highlight {
	color: #FF8040;
}.hoverable:hover{
	text-decoration: underline;
}
div.geluid_image{
	cursor: pointer;
}
.usermenuPopup a{
	text-decoration: none;
}.usermenuPopup a:hover{
	color: #FF8040 !important;
}
#inline-accountform{
	margin: 10px;
	font-size: 12px;
}
#inline-accountform div.form-error ul li {
	color: #FF8040;
}

#overlayPopup{
	text-align: left;
    width: 860px;
    height: 500px;
    border: 1px solid white;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -430px;
	margin-top:-250px;
    z-index: 10000;
    display: none;
}


#overlayPopup.large {
	 width: 960px;
	 height: 725px;
	 margin-left: -480px;
	 margin-top:-375px;
}#overlayPopup.large div.content{
    height: 670px;
	font-size: 13px;
    overflow: auto;
    position: relative;
    width: 960px;
    background: white;
}


#overlayPopup.lesswidth {
	 width: 530px;
	 height: 455px;
	 margin-left: -265px;
	 margin-top:-275px;
}#overlayPopup.lesswidth div.content{
    height: 400px;
	font-size: 13px;
    overflow: auto;
    position: relative;
    width: 530px;
    background: white;
}




#overlayPopup.small {
	 width: 620px;
	 height: 340px;
	 margin-left: -310px;
	 margin-top:-170px;
}#overlayPopup.small div.content{
    height: 285px;
	font-size: 13px;
    overflow: auto;
    position: relative;
    width: 620px;
    background: white;
}




#overlayPopup.mini {
	 width: 485px;
	 height: 200px;
	 margin-left: -242px;
	 margin-top:-85px;
}#overlayPopup.mini div.content{
    height: 125px !important;
	font-size: 13px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 465px;
    background: white;
}
#overlayPopup .content iframe{
	width: 100%;
	height: 97%;
}
#overlayPopup .content iframe.no-overflow{
	overflow: hidden;
}

#overlayPopup.open{
    display: block;
}
#overlayPopup div.title{
    width: 100%;
    background: #F6F5F1;
    height: 55px;
    position: relative;
}
#overlayPopup div.title div.title-content{
    font-weight: bold;
    font-size: 21px;
    overflow: hidden;
    color: #555;
    padding-left: 16px;
    height: 55px;
    line-height: 55px;
    width: 714px;
    left: 0;
    position: absolute;
}#overlayPopup div.title div.title-close{
	width: 100px;
	line-height: 25px;
	height: 27px;
	text-align: right;
	padding-right: 16px;
	position: absolute;
	right: 0;
	top: 15px;
}#overlayPopup div.title div.title-close button{
   height: 25px;
   line-height: 12px;
}#overlayPopup div.content{
    height: 485px;
	font-size: 13px;
    overflow: auto;
    position: relative;
    width: 860px;
    background: white;
}


.mask {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    z-index: 9999;
}
img.loading_indicator{
	position: absolute;
	display: none;
	z-index: 10001;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -27px;
}


#help_content td{
    vertical-align: middle;
} 

form.generated_form input.error{
    border-color: #FF8040 !important;
}
.custombutton.right{
	float: right;
	margin-left:10px;
}
.custombutton.fixedwidth{
	width: 100px;
}


body.ie7 button.custombutton, body.ie7 input.custombutton{
	margin-left: 3px;
	padding: 0;
}body.ie7 input.custombutton:focus, body.ie7 button.custombutton:focus{
  border: none !important;
  border-color: transparent !important;
}input.custombutton, button.custombutton{
	border: 1px solid #CFCFCF;
	line-height: 12px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	background: white;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	padding: 3px 8px;
	cursor: pointer;
}input.custombutton:hover, button.custombutton:hover{
	border: 1px solid #555;
}input.custombutton:disabled, button.custombutton:disabled{
	border: 1px solid #CFCFCF !important;
    color: lightgray;
}

input.custombutton.orangetext,
button.custombutton.orangetext{
	color: #FF8040 !important;
}
.borderradius3px{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	border: 1px solid #CFCFCF;
}

/* Login form */
#loginWrapper{
    font-size: 12px;
    background: white;
    margin: 0 auto;
    width: 332px;
    height: 432px;
    border: 1px solid #CFCFCF;
}#loginerror{
    font-size: 11px;
}#loginWrapper a{
    color: #FF8040 !important;
}#loginWrapper form{
    padding: 0px;
    margin: 0px;
    margin: 0px !important;
    width: 100%;
    height: 220px;
}

#loginWrapper td{
    padding: 0 !important;
	font-size: 12px;
    vertical-align: middle;
}#loginWrapper tr{
    line-height: normal;
}

#loginWrapper input.input-text{
    width: 164px;
}
#loginWrapper div.top-text{
    height: 58px;
    padding: 23px; 
}#loginWrapper div.top-text span{
    font-size: 13px;
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
    font-weight: bold;
}

#loginWrapper div.login-field{
    height: 298px;
    margin: 0 1px;
    background-color: #F6F5F1;
    padding: 15px 23px; 
}#loginWrapper div.entree-login{
    margin: 0 auto;
    width: 288px;
    border-top: 1px solid #e1e1e1;
    margin-top: 16px;
		padding-top: 8px;
    line-height: 36px;
}body.ie7 #loginWrapper div.entree-login span.logo{
    position: absolute;
    margin-top: -10px;
}#loginWrapper div.entree-login span.logo{
    display: inline-block;
    width: 25px;
    height: 33px;
    position: absolute;
    background: url(../img/login-entree.png);
}#loginWrapper div.entree-login span.text{
    padding-left: 32px;
}

#loginWrapper div.reg-title{
    height: 20px;
    font-size: 13px;
    display: block;
    margin-top: 22px;
    padding-left: 23px;
    font-weight: bold;
}

#loginWrapper div.reg-field{
    height: 63px;
    background-color: #F6F5F1;
    padding-left: 23px;
    margin: 0 1px;
    padding-top: 10px;
    line-height: 2;
}
.toggleSuperlijst{
    background: url(../img/bigger.png) center no-repeat;
    width: 51px;
    height: 19px;
    cursor: pointer;
}.toggleSuperlijst.fullwidth{
    background-image: url(../img/smaller.png);
    
}

input.standard_input, select.standard_input{
    width: 406px; 
}

#superlijst{
    width: 1024px;
}#superlijst.pc100{
    width: 100%;
}#superlijst-top {

}#superlijst-top div.entry, #superlijst-top div.right, div.entry {
    float: right;
}#superlijst-top div.export-csv, div.export-csv{
	padding: 0 20px;
    height: 23px;
	background: url(../img/export_csv.png) no-repeat left center;
    line-height: 23px;
}#superlijst-top div.export-csv a, div.export-csv a{
	color: #555;
	font-size: 13px;
	text-decoration: none;
}#superlijst-top div.export-csv a:hover, div.export-csv a:hover{
	text-decoration: underline;
}#sidebar div.filter p{
    color: #838383;
    font-size:14px;
    display: block;
    padding: 5px 0 1px 20px;
    font-weight: bold;
    margin-bottom: 5px;
}#sidebar div.filter ul{
    margin: 0;
    padding-left: 16px;
    list-style-type: none;

    border-top: white 1px solid;
    border-bottom: #E1E1E1 1px solid;
    color: #838383;
}#sidebar div.filter label{
    font-size: 11px;
    line-height: 19px;
}

#superlijstbody.fullwidth{
    white-space: nowrap;
    word-break: keep-all;
}#superlijstbody.normal{
    word-break: break-all;
}
#superlijst span.superlijst-infopopup{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/superlijst_info_popup.png) no-repeat center center;
}
#superlijst td.loading span.superlijst-infopopup{
	background: url(../img/1-1.gif);
}
#superlijst thead span.superlijst-infopopup{
	width: 14px;
	height: 14px;
	background: url(../img/superlijst_info_popup_header.png);
}
#superlijst div.superlijst-column-filter{
	display: inline-block;
	cursor: pointer;
	float: left;
}


h3.filter-title{
	font-family: Verdana, Arial !important;
	font-size: 13px;
	font-weight: normal;
	color: #555;
	margin: 0;
	padding: 0;
}
#superlijst-column-filter div.error{
	color: red;
	font-size: 12px;

}
#superlijst div.superlijst-column-filter.active{
	background: url(../img/superlijst_active_filter.PNG) center no-repeat;
	width: 16px;
	height: 16px;
}

#superlijst div.superlijst-column-filter.inactive{
	background: url(../img/superlijst_inactive_filter.PNG) center no-repeat;
	width: 16px;
	height: 16px;
}
#superlijst-column-filter{
	position: absolute;
	top:0;
	left:0;
	background: white;
	display: none;
	border: 2px solid #F6F5F1;
	padding: 20px;
		-moz-box-shadow: 3px 3px 5px gray;
	-webkit-box-shadow: 3px 3px 5px gray;
	box-shadow: 3px 3px 5px gray;
}
#superlijst-column-filter.string{
	width: 190px;
}
#superlijst-column-filter.string input{
	width: 160px;
}
#superlijst-column-filter.number label.inputlabel,
#superlijst-column-filter.date   label.inputlabel{
	color: #555;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial !important;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	width: 50px;
}
#superlijst-column-filter label.overTxtLabel{
	font-size:12px;
}

#superlijst-column-filter.radioselect_project,
#superlijst-column-filter.radioselect_toets{
	padding:0;
}
#superlijst-column-filter.radioselect_project .filter-title,
#superlijst-column-filter.radioselect_toets .filter-title{
	padding: 20px;
}
#superlijst-column-filter.radioselect_project h3,
#superlijst-column-filter.radioselect_toets h3{
	padding-left: 20px;
	font-size: 13px;
	color: #555;
	margin: 0;
}
#superlijst-column-filter.radioselect_project h2,
#superlijst-column-filter.radioselect_toets h2{
	padding-left: 10px;
	font-size: 15px;
	margin: 0;
}
#superlijst-column-filter.radioselect_project .buttons,
#superlijst-column-filter.radioselect_toets .buttons{
	padding: 10px;
	margin-left: -2px;
}
#superlijst-column-filter.radioselect_project td,
#superlijst-column-filter.radioselect_toets td{
	font-size: 14px;
}
#superlijst-column-filter.radioselect_project table table td,
#superlijst-column-filter.radioselect_toets table table td{
	font-size: 14px;
}

div.clear-search{
	cursor: pointer;
	background: url(../img/ico_close.png) center no-repeat;
	width: 16px;
	height: 13px;
	display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;
}

#superlijst-column-filter div.buttons{
	margin-left: -10px;
	margin-top: 9px;
}

#superlijst-column-filter table td.label{
	padding-right: 40px;
	color: #d05100;
}
#superlijst-column-filter h2.detail-header{
	color: #555;
	margin: 3px 0 25px 0;
}

#superlijst div.search-icon{
	cursor: pointer;
	margin-right: 4px;
	background: url(../img/zoeken.png) center no-repeat;
	width: 16px;
	height: 16px;
	display:inline-block;
	zoom:1; /* IE 7 Hack starts here*/
	*display:inline;
}
#keyword{
	width: 120px;
}


/* Listing table layout */
table.listing {
	width: 100%;
	border: none;
	border-color: white;
	border-style: solid;
	background-color: white;
	font-size: 11px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}table.listing th {
	border-spacing: 0px;
	color: #d05100;
	background:  #F6F5F1;
	font-weight: normal;
	border: 1px solid #F6F5F1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid white;
	text-align: left;
	height: 23px;
	padding-left: 7px;
	font-size: 11px !important;
}



/* INFI Table layout */
table.infi-table {
	width: 100%;
	border: none;
	border-color: white;
	border-style: solid;
	background-color: white;
	font-size: 11px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}table.infi-table th {
	border-spacing: 0px;
	color: #d05100;
	background:  #F6F5F1;
	font-weight: normal;
	border: 1px solid #F6F5F1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid white;
	text-align: left;
	height: 23px;
	padding-left: 7px;
	font-size: 11px !important;
}table.infi-table th.sortable{
    background-image: url(../img/bullet_white.png);
    cursor: pointer;
    background-position: right center;
    background-repeat: no-repeat;
}table.infi-table th.asc{
    background-image: url(../img/bullet_arrow_down.png) !important;
}table.infi-table th.desc{
    background-image: url(../img/bullet_arrow_up.png) !important;
}table.infi-table th.sortable:hover{
    background-image: url(../img/bullet_arrow_down.png);
}table.infi-table th.asc:hover{
    background-image: url(../img/bullet_arrow_up.png) !important;
}table.infi-table th.desc:hover{
    background-image: url(../img/bullet_white.png) !important;
}table.infi-table th.last {
	border-right: 1px solid #F6F5F1;
}table.infi-table tfoot tr {
	border: none !important;	
	border-top: 1px solid #e1e1e1;
	background: #F6F5F1;
}table.infi-table thead tr, table.infi-table thead td {
	background: #F6F5F1;
	border: none !important;
}

table.infi-table input.licentie-product{
	margin: 0;
}

table.infi-table tr.with-click:hover, table.infi-table td.with-click:hover{
	cursor: pointer;
}
table.infi-table tr.with-click:hover td, table.infi-table tr.with-click:hover td a, table.infi-table tr td.with-click:hover a{
	color: #FF8040 !important;
}

table.infi-table tfoot{
	border: none !important;
}table.infi-table tfoot td{
	border: none;
}table.infi-table tfoot td a, table.infi-table thead td a{
	margin: 0 5px;
	text-decoration: none;
	color: #FF8040 !important;
}table.infi-table tfoot td span.current, table.infi-table thead td span.current{
	margin: 0 5px;
	font-weight: bold;
	color: #555;
	text-decoration: underline;
}table.infi-table tfoot td .nav{
	font-weight: bold;
}table.infi-table td {
	font-size: 12px !important;
	padding: 2px 6px;
	height: 9px;
	border-left: 1px solid #e1e1e1;
	*position: relative;
	border-bottom: none;
	line-height: 18px;
	border-top: none;
}table.infi-table td.getal{
    text-align: right;
}table.infi-table td a {
	text-decoration: none;
}table.infi-table td.last {
	border-right: 1px solid #e1e1e1;
}table.infi-table tr.last {
	border-bottom: 1px solid #e1e1e1 !important;
}table.infi-table tr.even{
	background-color: #eee9e3;
}
table.infi-table tfoot td a.arrow, table.infi-table thead td a.arrow{
	width: 8px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
}
body.ie7 table.infi-table tfoot td a.arrow, body.ie7 table.infi-table thead td a.arrow{
	top: 0px !important;
}
table.infi-table tfoot td a.arrow-left, table.infi-table thead td a.arrow-left{
	background: url(../img/pijl_links_grijs.png);
}table.infi-table tfoot td a.arrow-left.active, table.infi-table thead td a.arrow-left.active{
	background: url(../img/pijl_links.png);
}

table.infi-table tfoot td a.arrow-right, table.infi-table thead td a.arrow-right{
	background: url(../img/pijl_rechts_grijs.png);
}table.infi-table tfoot td a.arrow-right.active, table.infi-table thead td a.arrow-right.active{
	background: url(../img/pijl_rechts.png);
}
table.gray,
form.licentieadd{
    background: #F6F5F1;
    padding: 5px;
    margin-top: 10px;
}
span.pagetitle{
	font-weight: bold;
	font-size: 21px;
	color: #555;
	margin: 25px 0;
	display: block;
}

/* Sidebar section */
#sidebar a, #sidebar h2{
	font-size: 11px;
	font-family: Verdana, Arial !important;
	font-weight: bold;
}#sidebar a{
	color: #838383;
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
}#sidebar h2{
	color: #4b4b4b;
	padding-left: 20px;
	margin: 20px 0;
}#sidebar{
	background: #F5F5F5;
	color: #838383 !important;
}#sidebar div.menu{
	margin-top: 2px;
}#sidebar div.item span.inactive{
	color: #c1c1c1;
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial !important;
	font-weight: bold;
}#sidebar div.item, #sidebar div.spacer, #sidebar div.top-menu-poser{
	border-bottom: #E1E1E1 1px solid;
}#sidebar div.item, #sidebar div.spacer, #sidebar div.bottom-menu-poser{
	border-top: #fff 1px solid;
}#sidebar div.menu a.active{
	background: url(../img/active_menu_item.png) 173px center no-repeat white !important;
}#sidebar div.menu a:hover{
	background: white;
}#sidebar div.spacer{
	margin: 5px 0;
}#sidebar div.filter ul{
	max-height: 300px;
	overflow-y: auto;
}

#sidebar div.item.vragen{
	/* background: white; Na bespreken met teun is dit weggehaald*/
}
#sidebar div.item.vragen a{
	color: black;
}

#sidebar div.item.vragen div.interacties{
	max-height: 370px;
	overflow: auto;
	padding: 5px 0 5px 0;
}#sidebar div.item.vragen div.interacties div.interactie{
	cursor: pointer;
	color: #555;
	padding: 2px 0 2px 30px;
	font-size: 12px;
}#sidebar div.item.vragen div.interacties div.interactie.beantwoord{
	background-color: #BAD8F0;
	color: black;
}#sidebar div.item.vragen div.interacties div.interactie.unanswered{
	color: red;
	background: url(../img/questionlist_unansweredmarker.png) no-repeat right;
}#sidebar div.item.vragen div.interacties div.interactie.active{
	background: black;
	color: white;
}

#content div.formulier{
	background-color: #F6F5F1;
	width: 680px;
	background: #F6F5F1;
	padding: 25px;
	padding-top: 14px;
	font-size: 12px !important;
	margin-top: 25px;
}#content div.formulier table td.input input, #content div.formulier table td.input select{
	padding: 2px;
	border: 1px solid #CFCFCF;
	width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}#content div.formulier table td.label{
	font-size: 12px;
}.button_reset{
	float: right;
	border: 1px solid #DDD;
	background: white;
	text-align: center !important;
	height: 16px;
	width: 100px;
	cursor: pointer;
	margin-left: 4px;
}.button_reset:hover {
	border: 1px solid #18181b;
	background: #dddddd;
}

#content div.formulier_verder{
	width: 702px;
	text-align: right;
	padding: 14px;
	font-size: 12px !important;
	margin-top: 25px;
}

#content ul.form_errors li{
	color: #FF8040 !important;
}

#timer{
	padding: 10px 20px;
}
#timer div.timeLeftText{
	font-size: 12px;
}#timer  .barContainer {
	border: 1px solid silver;
}#timer .bar {
	background-color: silver;
	border-right: #E0E0E0;
	height: 12px;
}

/* question en reeks */
#content h1 {
    padding-bottom: 10px;
}#content div.left {
    width: 50%;
    float: left;
}#content div.right {
    width: 50%;
    float: right;
}#content div.item{    
    display: inline-block;
}#content div.item div.item_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right:5px;
    background: url('../img/verder.png');
    float: left;
}#content div.item div.item_icon.correct {
    background: url('../img/verder_green.png') !important;
}#content div.item div.item_icon.sufficient {
    background: url('../img/verder_yellow.png') !important;
}#content div.item div.item_icon.wrong {
    background: url('../img/verder_red.png') !important;
}#content div.item a{
    display: block;
    line-height: 30px;
    margin-left: 5px;
    float: left;
}#content div.item.demo a{
    color: #bbb;
}

/* Video tag */
a.video {
	display:inline-block;
	position:relative;
}

a.video span {
    background: url(../img/presentatie_play.png) no-repeat center center;
	-moz-opacity:.75;
    opacity:.75;
    filter:alpha(opacity=75);
    display:block;
    position:absolute;
    z-index:100;
	height: 100%;
	width: 100%;
}

/* Questions */

#questionWrapper {
	position: relative;
}

.question_main, .popup_main, .answer_main, .feedback_main {
	width: 640px;
	border:0px;
}
.question_text, .answer_text, .feedback_text, .popup_text, .question_embed_text, .answer_embed_text, .feedback_embed_text {
	font-size: 12px;
}


/*  TIJDELIJKE FIX */
.question_text table.normalized td{
	padding: 2px;
	vertical-align: top;
	line-height: 1;
}


/* CSS Reset */
body, document, html, table, tr, td, div, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body, document, html, a, div, tr, td, p {
    color: #000;
    font-family: Verdana, Arial;
}


/* Resultaat */
div.resultaat-onderwerp,
div.resultaat-onderwerp div.resultaat-naam,
div.resultaat-onderwerp div.resultaat-voortgang{
    
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
div.resultaat-onderwerp{
    border-bottom: 1px solid lightgray;  
} div.resultaat-onderwerp div.resultaat-naam{
    width: 385px;
    color: #00597e;
    font-size: 12px;
    float: left;
}
div.resultaat-onderwerp div.resultaat-voortgang,
div.resultaat-titel div.resultaat-voortgang{
    width: 212px;
    float: left;
}
div.resultaat-voortgang div.voortgang-meter,
div.resultaat-voortgang div.voortgang-meter div.green,
div.resultaat-voortgang div.voortgang-meter div.yellow,
div.resultaat-voortgang div.voortgang-meter div.red{
    height: 7px;  
    max-width: 100%;
}div.resultaat-voortgang div.voortgang-meter{
    z-index: 0;
    width: 212px;
    margin-top: 12px;
    position: relative;
    background: url(../img/balkje_grijs.gif);
}div.resultaat-voortgang div.voortgang-meter div.green{
    background: url(../img/balkje_groen.gif);
    position: absolute;
    z-index: 12;
}div.resultaat-voortgang div.voortgang-meter div.yellow{
    background: url(../img/balkje_geel.gif);
    position: absolute;
    z-index: 11;
}div.resultaat-voortgang div.voortgang-meter div.red{
    background: url(../img/balkje_rood.gif);
    position: absolute;
    z-index: 10;
}

div.resultaat-onderwerp div.resultaat-voortgang.small,
div.resultaat-titel div.resultaat-voortgang.small {
	width: 159px;
}
div.resultaat-voortgang.small div.voortgang-meter {
	width: 159px;
    background: url(../img/balkje_grijs_159.gif);
}div.resultaat-voortgang.small div.voortgang-meter div.green{
    background: url(../img/balkje_groen_159.gif);
    position: absolute;
    z-index: 12;
}div.resultaat-voortgang.small div.voortgang-meter div.yellow{
    background: url(../img/balkje_geel_159.gif);
    position: absolute;
    z-index: 11;
}div.resultaat-voortgang.small div.voortgang-meter div.red{
    background: url(../img/balkje_rood_159.gif);
    position: absolute;
    z-index: 10;
}


#help_content {
    margin: 16px;
}

.overTxtLabel { color:#999; }

.rekenmachine_button {
    margin: 10px auto; 
    background-image: url('../img/calculator.jpg');
    width: 29px;
    height: 35px;
    cursor: pointer;
	float: left;
}

.datepicker_dashboard  tr,
.datepicker_dashboard  td,
.datepicker_dashboard  div
{
	color: #fff;
}
div.geluid {
	padding:5px;
	background-color:#fff;
	width:200px;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	cursor:pointer;
	height:30px;
	position:relative;
	padding-left:35px;
}
div.geluid .icon {
	background-image:url(../img/presentatie_play.png);
	height:25px;
	width:25px;
	float:left;
	margin-right:5px;
	opacity:0.6;
	position:absolute;
	top:7px;
	left:5px;
}
div.geluid:hover .icon {
	opacity:1;
}

div.geluid .title {
	line-height:30px;
}
div.geluid .title a {
	display:inline-block;
	line-height:15px;
}

/* Opmerkingen popup */
#overlayPopup #opmerkingen{
	padding: 20px;
}
#overlayPopup #opmerkingen textarea{
	display: block;
	width: 99%;
	height: 142px;
	margin-top: 20px;
}
#overlayPopup #opmerkingen button{
	float: right;
	margin-top: 12px;
}

.information_popup.timervraag .information_popup.timervraag{
	height: 100px !important;
}

#questionWrapper .answer_main {
    background-color: transparent;
}