/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/home.css";
@import "custom/overlay.css";
@import "custom/beroepenvideo.css";

/* ---------- */

#beta{
	position: absolute;
	top: 94px;
	left: 11px;
	z-index: 20;
	color: #d2232a;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

body.openday #sidecol{
	width: 300px;
}
body.openday #content{
	width: 585px;
}



h2.header1{
	font-size: 180%;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #d2232a;
	margin: 0px 0px 0.3em 0px;
}
#jobFilter h2.header1 a,
h2.header1 a:hover,
h2.header1 a{
	color: #d2232a;
	text-decoration: none;
}

#header img.viewpaper{
	position: absolute;
	top: 75px;
	right: 16px;
}
#header div#viewflashpaper{
	position: absolute;
	/*top: 45px;
	right: 10px;
	width: 225px;
	height: 145px;
	background: #ccc;
	*/
	top: 25px;
	right: 168px;
	width: 225px;
	height: 165px;
}
/*
#header iframe.viewpaper,
#header div.viewpaper{
	position: absolute;
	top: 25px;
	right: 168px;
	width: 225px;
	height: 165px;
	background: #2ba2ce;
	z-index: 1;
	height: 125px;
}
#header div.viewpaper{
	z-index: 100;
	height: 165px;
}
*/

#header #loginNav{
	position: absolute;
	top: 30px;
	right: 10px;
}

#header #loginNav a{
	width: 75px;
	height: 20px;
	background: transparent url('../images/bg_button-grey.png') top left no-repeat;
	border: none;
	color: #fff;
	line-height: 18px;
	font-size: 10px;
	display: block;
	margin: 0px 0px 5px 5px;
	float: left;
	text-align: center;
}	



.search{
	position: relative;
	background: transparent url('../images/bg_search.gif') top left repeat-y;
	color: #fff;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	width: 220px;
}
.search .bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 220px;
	height: 90px;
	background: transparent url('../images/bg_search-bottom.gif') bottom left no-repeat;
	z-index: 1;
}
.search .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 115px;
	background: transparent url('../images/bg_search-top.gif') top left no-repeat;
	z-index: 1;
}
.search a.type{
	position: absolute;
	top: 10px;
	left: 0px;
	height: 34px;
	width: 220px;
	background: red;
	cursor: pointer;
	z-index: 2;
	text-indent: -5000em;
	background: transparent;
	background-position: 0px 0px;
	background-position: -220px 0px;
	background-repeat: no-repeat;
}
.search a.type#vmbo-mbo{
	top: 10px;
	background-image: url('../images/bg_niveau-01.gif');
}
.search a.type#havo-vwo{
	top: 49px;
	background-image: url('../images/bg_niveau-02.gif');
}

.search a.type:hover{
	background-position: -220px 0px;
}
.search a.type.inactive{
	background-position: -440px 0px;
}
.search a.type.inactive:hover{
	background-position: -660px 0px;
}

.search .title{
	position: absolute;
	top: 95px;
	left: 0px;
	height: 40px;
	width: 220px;
	background: transparent url('../images/img_vind-beroep.png') top left no-repeat;
}


.search form{
	position: relative;
	z-index: 5;
	padding-top: 145px;
}
.search input#job{
	width: 194px;
	height: 24px;
	margin: 0px 0px 8px 7px;
	padding: 0px 2px;
	line-height: 24px;
	border: 1px solid #515151;
	font-size: 13px;
}
.openSearch button,
.search button{
	display: block;
	border: 0px;
	width: 90px;
	height: 25px;
	color: #fff;
	margin: 0px 0px 8px 7px;
	background: transparent url('../images/bg_button-red.png') top left no-repeat;
}
.openSearch button{
	margin-left: 0px;
}
.search button#btnExtend{
	width: 150px;
	background: transparent url('../images/bg_button-red-150.png') top left no-repeat;
}

.search #extendedSearch{
	padding: 0px 0px 15px 10px;
	display: none;
}
.search #extendedSearch label{
	float: left;
	clear: both;
	margin-bottom:5px;
}
.search #extendedSearch label input{
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.search #extendedSearch label span{
	display: block;
	float: left;
	width:175px;
	font-size: 11px;
	line-height: 14px;
	cursor: pointer;
}

#opendays{
	color: #000;
	margin: 5px 0px 20px 0px;
	width: 220px;
}

#opendays a.more{
	text-decoration: underline;
	color: #0072bc;
}
#opendays a.more:hover{
	text-decoration: none;
	color: #0072bc;
}
#opendays .item{
	padding: 2px 0px 4px 0px;
}
#opendays .item.first{
	border-top: 1px solid #d2d3d5;
}
#opendays .item h3{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#opendays .item h3 a{
	
}
#opendays .item p{
	padding: 0px;
	margin: 0px;
	color: #8a8c8e;
}

.poll{
	position: relative;
	background: #f8f067;
	background: transparent url('../images/bg_poll.gif') top left repeat-y;
	color: #000;
	margin: 5px 0px 20px 0px;
	width: 220px;
	min-height: 180px;
}
.poll .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 90px;
	background: transparent url('../images/bg_poll-top.gif') top left no-repeat;
	z-index: 1;
}
.poll .bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 220px;
	height: 80px;
	background: transparent url('../images/bg_poll-vote.gif') bottom left no-repeat;
	z-index: 1;
}
.poll form{
	position: relative;
	z-index: 5;
	padding: 20px 0px 75px 0px;
	margin: 0px 15px 0px 15px;
}


#localNav,
.specialNav,
#jobFilter{
	position: relative;
	background: #a1e1f9 url('../images/bg_specialnav.gif') top left repeat-y;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 15px;
	width: 220px;
	width: 205px;
	height: 100%;
}
#jobFilter{
	float: right;
	min-height: 250px;
}
#localNav .top,
.specialNav .top,
#jobFilter .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 90px;
	background: transparent url('../images/bg_specialnav-top.gif') top left no-repeat;
	z-index: 1;
}

#localNav .top{
	background-position: 0 -30px;
	top: -20px;
}
#localNav .bottom,
.specialNav .bottom,
#jobFilter .bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 220px;
	height: 120px;
	background: transparent url('../images/bg_specialnav-bottom.gif') bottom left no-repeat;
	z-index: 1;
}

.specialNav h2 a,
#jobFilter h2 a{
	position: relative;
	z-index: 2;
}
#localNav h3 a,
.specialNav h3 a,
#jobFilter h3 a{
	position: relative;
	font-size: 140%;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #d2232a;
	margin-bottom: 0px;
	background: #fff;
	text-decoration: none;
	z-index: 2;
}
#localNav h3 a:hover,
.specialNav h3 a:hover,
#jobFilter h3 a:hover{
	text-decoration: none;
}



#localNav ul,
#localNav ul li,
.specialNav ul,
.specialNav ul li{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
#jobFilter ul,
#jobFilter ul li{
	position: relative;
	list-style: none;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
#jobFilter ul{
	margin: 25px 5px 0px 10px;
}
#localNav ul{
	margin-top: 15px;
}
.specialNav ul li.more{
	padding-top: 20px;
}
.specialNav ul li.more a.more{
	font-size: 15px;
	font-weight: bold;
	color: #0072bc;
}
.specialNav ul li.more a.active{
	color: #ee2121;
}
.specialNav ul li ul li{
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
}
.specialNav ul li div a{
	color: #808285;
	padding-left: 5px;
}
.specialNav ul li ul li.active a{
	text-decoration: underline;
}



#jobFilter ul li{
	padding-bottom: 3px;
}
#jobFilter ul li a{
	color: #454545;
	font-size: 13px;
	text-decoration: none;
}
#jobFilter ul li a.active{
	color: #ee2121;
	text-decoration: underline;
	
}



/*--- poll ---*/
.poll h3{
	color: #cc071e;
	line-height: 1.2em;
}
.poll .answers label *{
	padding: 0px;
	margin: 0px;
}
.poll .answers label{
	position: relative;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
}
.poll .answers label input{
	position: absolute;
	left: 0px;
	top: 3px;
}
.poll .answers label div{
	margin-left: 20px;
	display: block;
	cursor: pointer;
}
.poll button{
	width: 75px;
	height: 20px;
	background: transparent url('../images/bg_button-grey.png') top left no-repeat;
	border: none;
	color: #fff;
	line-height: 18px;
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}

.poll a.results{
	color: #6d6e71;
}

/*--- pollResult ---*/
#pollResult .item{
	border-top: 1px solid #d2d3d5;
	margin-bottom: 15px;
	margin-top: 10px;
}
#pollResult .item h3{
	margin-bottom: 0px;
	line-height: 1.2em;
	padding-bottom: 0px;
}
#pollResult .item p.date{
	color: #aaa;
	padding: 0px;
	margin: 0px;
}
#pollResult .item ul li{
	width: 525px;
	white-space: nowrap;
	padding-bottom: 5px;
}
.poll .bar,
#pollResult .bar{
	border: 1px solid #d2d3d5;
	padding: 1px;
	width: 450px;
	height: 10px;
	background: #fff;
}
.poll .bar{
	width: 140px;
	margin-bottom: 10px;
}
#pollResult .bar .procent{
	height: 10px;
	background: #a1e1f9;
}
.poll .bar .procent{
	height: 10px;
	background: #cc071e;
}

.poll .stemmen,
#pollResult .stemmen{
	display: block;
	text-align: right;
	width: 50px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
	float: right;
}
.poll .stemmen{
	width: 40px;
}







.openSearch{
	position: relative;
	background: #f8f067;
	/*background: transparent url('../images/bg_opensearch.gif') top left repeat-y;*/
	background: #14b4f1;
	color: #000;
	margin: 5px 0px 20px 0px;
	width: 297px;
	min-height: 190px;
}
.openSearch .top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 297px;
	height: 120px;
	background: blue;
	background: transparent url('../images/bg_opensearch-top.gif') top left no-repeat;
	z-index: 1;
}
.openSearch .bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 297px;
	height: 70px;
	background: transparent url('../images/bg_opensearch-bottom.gif') bottom left no-repeat;
	z-index: 1;
}

.openSearch h2{
	position: absolute;
	z-index: 5;
	line-height: 35px;
	top: 17px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 70px;
	background: transparent url('../images/bg_opensearch-arrow.gif') top left no-repeat;
	color: #cc071e;
}
.openSearch form{
	position: relative;
	z-index: 5;
	padding: 60px 0px 25px 0px;
	margin: 0px 15px 0px 15px;
}
.openSearch form table{
}
.openSearch form table td,
.openSearch form table th{
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px 7px 0px;
}
.openSearch form table th{
	width: 100px;
}
.openSearch form table td select{
	width: 160px;
	font-size: 12px;
	height: 22px;
	line-height: 20px;
	padding: 2px 0px;
}




#opendayBanner{
	float:right;
	width: 140px;
	padding: 0px;
}

#opendayBanner .item{
	width: 140px;
	height: 80px;
	margin-bottom: 10px;
}
#opendayBanner .item a,
#opendayBanner .item a{
	text-decoration: none;
}
#opendayBanner .item a img{
	border: 0px;
}


table.tblOpenday{
	width: 435px;
}
table.tblOpenday thead td{
	border-bottom: 1px solid #d2d3d5;
	padding: 2px 0px;
}
table.tblOpenday td{
	padding: 2px 0px;
}
table.tblOpenday td.location{
	width: 135px;
}
table.tblOpenday td.date{
	text-align: right;
	width: 65px;
}


#institutionList table.tblOpenday{
	width: 100%;
}

#institutionList table.tblOpenday td{
	padding: 3px 0px;
}

#institutionList table.tblOpenday td.location{
	width: 175px;
}