/* +---------------------------------------------------------------------+
// | PARTICULIEREOPLEIDINGEN.NL - STYLESHEET                             |
// +---------------------------------------------------------------------+
// | Copyright © 2009, Stichting ROC.nl, Enschede                        |
// |                                                                     |
// | Alle rechten voorbehouden                                           |
// | Niets uit deze uitgave mag worden gekopieerd, gepubliceerd en/of    |
// | verspreid in welke vorm dan ook, zonder voorafgaande toestemming    |
// | van de uitgever.                                                    |
// +--------------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #ffffff;
	font: 10pt/14pt Arial, Helvetica, sans-serif;
	color: #333333;
	overflow-y: scroll;
	}

a, a:hover {
	text-decoration: underline;
	color: #0099cc;
	cursor: pointer;
	outline: none;
	}

a:hover {
	color: #99cc00;
	}

a.nocolor, a:hover.nocolor {
	text-decoration: none;
	color: #333333;
	}

a:hover.nocolor {
	text-decoration: underline;
	}

img {
	border: none;
	}

a img {
	text-decoration: none;
	outline: none;
	}

img.left {
	margin: 0 10px 10px 0;
	}

img.right {
	margin: 0 0 10px 10px;
	}

form {
	margin: 0;
	padding: 0;
	}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}

td {
	vertical-align: top;
	}

.hand {
	cursor: pointer;
	}

.small {
	font-size: 8pt;
	line-height: 11pt;
	}

.normal {
	font-size: 10pt;
	line-height: 14pt;
	}


/* Headings */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
	}

h1 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(/img/dot_spacer_horizontal.png) repeat-x center bottom;
	font-size: 13pt;
	line-height: 17pt;
	color: #0099cc;
	}

h2 {
	font-size: 12pt;
	line-height: 15pt;
	margin: 0 0 5px 0;
	}

h3 {
	font-size: 11pt;
	line-height: 14pt;
	}

h4 {
	font-size: 10pt;
	line-height: 13pt;
	}


/* Horizontal rule */
.hr {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #eaeaea;
	}

.hr hr {
	display: none;
	}


/* Formulieren */
input, textarea, select {
	vertical-align: middle;
	margin: 1px 0;
	padding: 2px 1px 2px 2px;
	border: solid 1px #999999;
	background: #ffffff;
	font: 10pt/11pt Arial, Helvetica, sans-serif;
	color: #000000;
	}

select {
	margin: 1px 0 0 0;
	padding: 1px 1px 1px 0;
	}

input.radio, input.checkbox, .checkbox input {
	margin: 2px 4px 4px 0;
	padding: 0;
	border: none;
	background: none;
	line-height: normal;
	}

textarea {
	line-height: 14pt;
	}

.button {
	width: auto;
	margin: 0;
	padding: 3px 10px 2px 9px;
	border: solid 1px;
	border-color: #cccccc #333333 #333333 #cccccc;
	background: #ebebeb;
	color: #000000;
	overflow: visible;
	}

a.button, a:hover.button {
	text-decoration: none;
	color: #000000;
	}

table.formtable td {
	padding: 2px 0;
	}

table.formtable tr.spacer td {
	padding-top: 22px;
	}

table.formtable td.label {
	padding: 3px 0 2px 0;
	text-align: right;
	}

table.formtable td.nofield {
	padding: 3px 0 2px 0;
	}

table.formtable tr.info td {
	padding-bottom: 0;
	color: #999999;
	}

table.formtable td.label label {
	display: block;
	padding: 2px 10px 0 0;
	}

table.formtable td.submit {
	padding-top: 22px;
	}

table.formtable td td, table.formtable td td.label, table.formtable tr.spacer td td {
	padding: 0;
	}


/* Meldingen */
.error, .error_big {
	color: #ff0000;
	}

.oke, .oke_big {
	color: #669900;
	}

.error_big, .oke_big {
	display: block;
	padding: 4px 10px 3px 26px;
	border: 1px solid #669900;
	background: #f0f5e6 url(/img/icons/oke.gif) no-repeat 6px 5px;
	font-weight: bold;
	font-style: italic;
	}

.error_big {
	border-color: #cc0000;
	background: #fae6e6 url(/img/icons/error.gif) no-repeat 6px 6px;
	color: #cc0000;
	}


/* list-items */
ul, ol {
	margin: 0 0 0 18px;
	padding: 0;
	}

ul li {
	background: url(/img/li_arrow.gif) no-repeat left 7px;
	list-style: none;
	padding-left: 10px;
	margin-left: -16px;
	}

.texticon {
	margin: 2px 5px -2px 0;
	}


/* overLib */
.ovBody {
  border: solid 1px #666666;
  background-color: #F5F5F5;
  padding: 3px 5px;
} 

/* Interface */
#iFace {
	width: 790px;
	min-height: 100%;
	margin: 0 auto;
	background: #ffffff url(/img/interface/bg_header.png) no-repeat left 35px;
	}

#iFaceHeader {
	min-height: 100px;
	}

#iFaceHeader .header_logo {
	padding: 15px 0 0 108px;
	}

#iFaceHeader .header_search {
	height: 75px;
	padding: 50px 50px 0 205px;
	background: url(/img/interface/bg_search.png) no-repeat left 10px;
	}

#iFaceHeader .header_search h2 {
	position: absolute;
	margin: 4px 0 0 -140px;
	color: #ffffff;
	}

#iFaceHeader .header_search input.search_field {
	width: 345px;
	border: none;
	font-weight: bold;
	font-size: 13pt;
	line-height: 14pt;
	}

#iFaceHeader .header_search input.search_button {
	width: 98px;
	margin-left: 4px;
	background: none;
	border: none;
	font-weight: bold;
	font-size: 13pt;
	line-height: 14pt;
	color: #ffffff;
	}

#iFaceHeader .header_breadcrumb {
	margin: 0 20px;
	padding: 50px 0 5px 0;
	border-bottom: solid 1px #999999;
	font-size: 9pt;
	text-align: right;
	word-spacing: 5px;
	color: #999999;
	}

#iFaceHeader .header_breadcrumb a, #iFaceHeader .header_breadcrumb span {
	word-spacing: 0;
	}

#iFaceHeader .header_breadcrumb span {
	color: #333333;
	}


#iFaceContent .wrapper {
	padding: 20px 20px 70px 20px;
	}

#iFaceFooter {
	clear: both;
	width: 790px;
	height: 50px;
	margin: -50px auto 0 auto;
	background: url(/img/interface/bg_footer.png) no-repeat center top;
	}

#iFaceFooter .wrapper {
	padding: 9px 20px 9px 20px;
	text-align: center;
	word-spacing: 10px;
	color: #999999;
	}

#iFaceFooter .wrapper span, #iFaceFooter .wrapper a {
	font-size: 8pt;
	word-spacing: 0;
	color: #333333;
	}


/* Interface window */
#iWindow {
	width: 100%;
	min-height: 100%;
	background: #e5e5e5;
	}

#iWindowContent {
	padding: 15px;
	}

#iWindowContent .wrapper {
	padding: 10px;
	border: solid 1px #cccccc;
	background: #ffffff;
	}

#iWindowContent .voorwaarden {
	padding: 10px 10px 10px 50px;
	font-size: 8pt;
	line-height: 13pt;
	}

.voorwaarden h1, .voorwaarden h4 {
	margin-left: -40px;
	}

.voorwaarden h4 {
	margin-bottom: 3px;
	}

.voorwaarden span.nr {
	display: inline-block;
	margin-left: -40px;
	width: 30px;
	padding-right: 10px;
	text-align: right;
	}

.list {
	margin: 0 5px 0 0;
}


/* Onderwerpen */
table.onderwerpen td.onderwerp {
	width: 230px;
}

table.onderwerpen .spacer_vertical {
	background: url(/img/dot_spacer_vertical.png) center top repeat-y;
}

table.onderwerpen td.spacer_horizontal {
	height: 22px;
	background: url(/img/dot_spacer_horizontal.png) left center repeat-x;
}

.leesmeer {
	font-style: italic;
}


/* Hoofdblokken */
.main_blok {
	width: 230px;
}

div.main_blok {
	float: right;
	margin: 0 0 15px 10px;
}

.main_blok div.blockcontent {
	background: url(/img/block_bg.png) repeat-x;
}

.main_blok div.blockcontent div.blockwrapper {
	background: url(/img/block_line.gif) repeat-y;
	padding: 0 10px;
	min-height: 125px;
}

.main_blok div.blockheader {
	height: 13px;
	background: url(/img/block_header.png) no-repeat;
	font: 1px/1px Arial;
}

.main_blok div.blockfooter {
	height: 14px;
	background: url(/img/block_footer.png) no-repeat;
	font: 1px/1px Arial;
}

.main_blok div.blockcontent h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cccccc;
}


.main_blok div.blockcontent li.selected {
	background-image: url(/img/li_arrow_selected.gif);
}

.main_blok div.blockcontent li.selected a.selected {
	display: block;
	position: relative;
	padding: 0 15px 0 0;
	color: #333333;
	text-decoration: none;
	background: url(/img/icons/delete_small.gif) no-repeat right 5px;
}

.detail_blok {
	padding-top: 30px;
}

.found {
	border-bottom: dotted 1px #ff0000;
	font-weight: bold;
}

.navigatie {
	word-spacing: 5px;
	text-align: center;
	color: #cccccc;
}

.navigatie span,
.navigatie a {
	word-spacing: 0;
	text-decoration: none;
}

.navigatie span {
	color: #333333;
}

.tekens_resterend,
.tekens_resterend input {
	font-size: 8pt;
	line-height: 12pt;
	color: #999999;
}

.tekens_resterend {
	padding-top: 10px;
}

.tekens_resterend input {
	width: 25px;
	margin: 0;
	padding: 0 0 2px 0;
	vertical-align: middle;
	border: none;
	text-align: right;
	line-height: 12pt;
}

.controlecode {
	margin-right: 10px;
	padding: 3px 5px;
	border: solid 1px #666666;
	background: #999999;
	color: #ffffff;
	text-align: center;
}

.controlecode * {
	padding: 0 2px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


/* instellingbanner */
.instellingbanner .bannerlogo {
	text-align: center;
	padding-bottom: 10px;
}

.instellingbanner .bannercontent {
	font-size: 11px;
	line-height: 14px;
}

.instellingbanner .bannercontent ul li {
	background: none;
	list-style: disc;
	list-style-position: inside;
}

.social_media_tips {
	text-align: right;
}

.social_media_tips a {
	padding: 0 5px 0 0;
}

.aanbiederlijst {
	border-collapse: collapse;
	border-spacing: 0;
}

.aanbiederlijst td {
	border: solid 1px #cccccc;
	vertical-align: middle;
	padding: 0 10px;
}

.aanbiederlijst td.logo {
	text-align: center;
	width: 80px;
}


@media print {
	div.main_blok {
		border: solid 1px #cccccc;
		padding: 10px;
		width: 210px;
	}
	
	.main_blok div.blockcontent,
	.main_blok div.blockheader,
	.main_blok div.blockcontent div.blockwrapper {
		background: none;
		padding: 0;
	}
	
	.main_blok div.blockfooter {
		display: none;
	}
}




/* +---------------------------------------------------------------------+
// | STYLE REWRITES FOR PRINT-MODE                                       |
// +--------------------------------------------------------------------*/
@media print {
html, body {
	width: auto;
	height: auto;
	}

body {
	background: none;
	color: #000000;
	overflow: visible;
	}

.noprint {
	display: none;
	}

h1, h2, h3 {
	color: #000000;
	}

#iFace {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

#iFaceNonFooter {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}

#iFaceHeader {
	display: none;
	}

#iFaceFooter {
	display: none;
	}

#iFaceContent {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	}
}