@import url("debug.css");
@import url("vlaCal-v2.1.css");
@import url("slimbox.css");

/* ALGEMEEN */

html, body{
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #FFF url('../images/body_bg.gif') repeat-x;
	color: #000;
	width: 100%;
	height: 100%;
}
p, img, a, div{
	border: 0px;
	outline: none;
}
p{
	margin: 0px 0px 10px 0px;
}
hr{
 	color: #9E0420;
	background-color: #9E0420;
	height: 1px;
	border:0px;
}
h1{
	font-family: verdana;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2{
	font-family: verdana;
	font-size: 15px;
	color: #9E0420;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.news, h2.news a {
	margin-top: 0px;
	color: #000;
}
h2 a {
	text-decoration: none;
}
h3{
	font-family: verdana;
	font-size: 13px;
	margin: 0px;
	color: #9E0420;
}
form{
	margin: 0px;
	padding: 0px;
}
.form_div{
	overflow: hidden;
}
input{
	border: 1px solid #E28300;
	font-size: 11px;
	width: 180px;
}

.input_checkbox {
	width: auto;
}

.submit_button, #submit_button{
	border: 0px;
	width: auto;
	color: #9E0420;
	background: #E28300;
	margin-bottom: 0px;
	border: 1px solid #E28300;
}
.radio{
	width: 10px;
	border: 0px;
}
select{
	font-size: 11px;
}
.error{
	color: red;
}
a:link{color: #9E0420;}
a:visited{color: #9E0420;}
a:hove{color: #9E0420;}
a:active{color: #9E0420;}

/* LAYOUT */

#body_wrapper{
	width: 920px;
	margin: 0px auto;
}
#header_top{
	float: left;
	width: 920px;
	height: 25px;
}
#header_top_left{
	float: left;
	width: 125px;
	height: 19px;
	background: #9E0420;
	font-size: 10px;
	color: #E28300;
	text-align: center;
	padding-top: 6px;
}
#header_top_right{
	float: left;
	width: 789px;
	height: 19px;
	padding: 6px 6px 0px 0px;
}
#header_main{
	float: left;
	width: 920px;
	height: 200px;
	background: url('../images/header_bg.jpg') no-repeat;
}
#header_bottom{
	float: left;
	width: 920px;
	height: 19px;
	background: #9E0420;
	padding-top: 6px;
}
#main_wrapper{
	float: left;
	background: url('../images/main_bg.gif') repeat-y;
}
#main_left{
	float: left;
	width: 210px;
	padding: 14px 0px 0px 11px;
}
#main_right{
	float: left;
	width: 659px;
	padding: 20px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url('../images/content_bg.gif') no-repeat bottom right;
}
#main_right p, #main_right li{
	line-height: 18px;
}
#footer_wrapper{
	float: left;
	width: 888px;
	height: 19px;
	background: #E28300;
	margin-bottom: 20px;
	color: #9E0420;
	padding: 6px 16px 0px 16px;
}
#footer_left{
	float:left;
}
#footer_right{
	float: right;
}

/* NAVIGATIE */

#menu_1_1_show{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.menu_1_1{float: left;margin-left: 10px;}
.menu_1_1 a{color: #FFF;font-size: 10px;text-decoration: none;}

#menu_2_1_show{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu_2_1{float: left;margin-left: 16px;}
a.menu_2_1_item_inactive:link{display:block;color: #E28300;text-decoration: none;}
a.menu_2_1_item_inactive:visited{display:block;color: #E28300;text-decoration: none;}
a.menu_2_1_item_inactive:hover{display:block;color: #000;text-decoration: none;}
a.menu_2_1_item_inactive:active{display:block;color: #000;text-decoration: none;}
a.menu_2_1_item_active:link{display:block;color: #000;text-decoration: none;}
a.menu_2_1_item_active:visited{display:block;color: #000;text-decoration: none;}
a.menu_2_1_item_active:hover{display:block;color: #000;text-decoration: none;}
a.menu_2_1_item_active:active{display:block;color: #000;text-decoration: none;}

#menu_2_1_show li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 158px;
	padding: 16px 10px 0px 10px;
	margin: 0px;
	border: 1px solid #9E0420;

	list-style-type: none;

	background: #F6DAB2;
}
#menu_2_1_show li li {
	padding: 0;
	width: 205px;
	margin-bottom: 10px;
}
#menu_2_1_show li ul a {
	padding: 0px;

}
/* tweede niveau */
#menu_2_1_show li ul ul {
	margin: -22px 0 0 205px;
}
#menu_2_1_show li:hover ul ul, #menu_2_1_show li:hover ul ul ul, #menu_2_1_show li.sfhover ul ul, #menu_2_1_show li.sfhover ul ul ul {
	left: -999em;
}
#menu_2_1_show li:hover ul, #menu_2_1_show li li:hover ul, #menu_2_1_show li li li:hover ul, #menu_2_1_show li.sfhover ul, #menu_2_1_show li li.sfhover ul, #menu_2_1_show li li li.sfhover ul {
	left: auto;
}
/* The dropdown links list colors */
#menu_2_1_show li ul.under a {
	background-image: none;
}
#menu_2_1_show li ul.under a:hover {
	background: #f00;
}

/* BREADCRUMB */

#breadcrumb_wrapper{font-size: 10px;margin-bottom: 10px;}

/* BLOCKS */

.block_1_header{
	width: 205px;
	height: 20px;
	background: #E28300;
	padding: 5px 0px 0px 5px;
}
.block_1_header a{text-decoration: none;}
.block_1_header a:link{color:#9E0420;}
.block_1_header a:visited{color:#9E0420;}
.block_1_header a:hover{color:#000;}
.block_1_header a:active{color:#000;}
.block_1_content{
	background: #FFF;
	border: 1px solid #E28300;
	width: 198px;
	padding: 5px;
	margin-bottom: 10px;
}
.block_1_content input{
	width: 193px;
	margin-bottom: 5px;
	color: #9F9F9F;
}
.block_1_content .submit_button{
	border: 0px;
	width: 196px;
	color: #9E0420;
	background: #E28300;
	margin-bottom: 0px;
	border: 1px solid #E28300;
}
.account_block_links{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}
.account_block_links li{
	margin-bottom: 5px;
	font-size: 10px;
	clear: both;
	overflow: hidden;
}
.account_block_links li a{
	font-size: 10px;
}
#remember_me {
	width: 14px;
	float: left;
	margin: 0 5px 0 0;
}
#remember_me_label {
	float: left;
}
.block_2_header{
	width: 205px;
	height: 20px;
	background: #E28300;
	padding: 5px 0px 0px 5px;
}
.block_2_header a{text-decoration: none;}
.block_2_header a:link{color:#9E0420;}
.block_2_header a:visited{color:#9E0420;}
.block_2_header a:hover{color:#000;}
.block_2_header a:active{color:#000;}
.block_2_content{
	background: #FFF;
	border: 1px solid #E28300;
	width: 198px;
	padding: 5px;
	margin-bottom: 10px;
}
.block_2_content .account_block_links{
	margin-top: 0px;
}
.block_2_content .account_block_links li{
	display: inline;
	margin-bottom: 1px;
}
.block_2_content .account_block_links li .course_block_href{
	display: block;
	padding: 5px;
}

/* LIJSTWEERGAVEN */

.list_table{
	width: 100%;
	background: #FFF;
}
.header{
	background: #E28300;
	font-weight: bold;
	color: #9E0420;
}
.even{
	background: #FFF;
}
.uneven{
	background: #F6DAB2;
}

/* PAGINERING */

a.first_on:link {float: left; display: block; width: 20px; height: 35px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:visited {float: left; display: block; width: 20px; height: 35px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:hover {float: left; display: block; width: 20px; height: 35px;background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }
a.first_on:active {float: left; display: block; width: 20px; height: 35px;:4px; background-image: url(../images/first_on.gif);  background-repeat: no-repeat; }

a.prev_on:link {float: right; display: block; width: 20px; height: 35px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:visited {float: right; display: block; width: 20px; height: 35px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev_on:hover {float: right; display: block; width: 20px; height: 35px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }
a.prev:active {float: right; display: block; width: 20px; height: 35px; background-image: url(../images/prev_on.gif);  background-repeat: no-repeat; }

a.next_on:link {float: left; display: block; width: 20px; height: 35px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:visited {float: left; display: block; width: 20px; height: 35px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:hover {float: left; display: block; width: 20px; height: 35px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }
a.next_on:active {float: left; display: block; width: 20px; height: 35px; background-image: url(../images/next_on.gif);  background-repeat: no-repeat; }

a.last_on:link {float: right; display: block; width: 20px; height: 35px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:visited {float: right; display: block; width: 20px; height: 35px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:hover {float: right; display: block; width: 20px; height: 35px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }
a.last_on:active {float: right; display: block; width: 20px; height: 35px;background-image: url(../images/last_on.gif);  background-repeat: no-repeat; }

#pagenav_top{
	width: 659px;
	margin-bottom: 12px;
	padding-bottom: 2px;
}
#pagenav_bottom{
	width: 659px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 17px;
	padding-top: 2px;
}
.prev{
	width: 44px;
	float:left;
}
.next{
	width: 44px;
	float:left;
}
.page_number{
	width: 571px;
	text-align:center;
	float:left;
}

.interface_img{
	float:left;
	margin: 0px;
}

/* DIRECT INSCHRIJVEN */

#subscribe_directly span{visibility: hidden;}
a#subscribe_directly{display:block;width:210px;height:32px;text-decoration:none;margin-bottom:10px;}
a#subscribe_directly:link{background:url('../images/subscribe_button_off.gif');}
a#subscribe_directly:visited{background:url('../images/subscribe_button_off.gif');}
a#subscribe_directly:hover{background:url('../images/subscribe_button_on.gif');}
a#subscribe_directly:active{background:url('../images/subscribe_button_on.gif');}

/* CURSUS DETAILWEERGAVE */

.course_info_title_wrapper{
	overflow: hidden;
	width: 100%;
}
.course_info_title{
	float: left;
}
.course_info_price{
	float: right;
}
.back_button{
	float: left;
	margin-top: 10px;
}

/* POPUP VENSTER */

#popup_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
}
#popup_wrapper{
	position: absolute;
	width: 600px;
	height: 400px;
	border: 1px solid #E28300;
	background: #FFF url('../images/spinner_large.gif') no-repeat center center;
	left: 50%;
	z-index: 99;
}
#popup_title{
	width: 590px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background: #E28300;
}
#popup_title h3{
	float: left;
}
#popup_close{
	float: right;
	width: 15px;
	height: 15px;
	background: url('../images/popup_close.gif') no-repeat center center;
	cursor: pointer;
}
#popup_content{
	width: 590px;
	height: 365px;
	padding: 5px;
	overflow: auto;
}
#popup_content p, #popup_content li{
	line-height: 18px;
}

/* NIEUWS */

.list_item {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.list_image {
	float: left;
	margin: 0px 20px 10px 0px;
	border: 2px solid #9E0420;
}
.news_container {
	float: left;
}

/* PRINTKNOP en algemene voorwaarden */

#terms_conditions_footer {
	float: left;
}

#print {
	display: block;
	width: 65px;
	height: 23px;
	float: right;
	background: url('../images/print.gif') no-repeat 0 -2px;
	margin: -1px 0 0 10px;
	padding: 0 0 0 25px;
}

/* STATUS VAN INGESCHREVEN CURSUS */

.definitive {
	background: green;
	color: #FFF;
}

.not_definitive {
	background: red;
	color: #FFF;
}

.pending {
	background: orange;
	color: #FFF;
}

/* DIVERSEN */

.form_help {
	padding: 10px 0;
	font-weight: bold;
}

.notice {
	margin: 0 0 10px 0;
	padding: 10px;
	background: orange;
}
