/* STANDAARD BODY EN INTERFACE SELECTORS */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}

body {
	background: #FFFFFF url(img/interface/bg.png) 0 100px repeat-x;
	overflow-y: scroll;
	}

body, td, div, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

body, td, div {
	line-height: 17px;
	color: #666666;
	}

a {
	color: #FF6600;
	text-decoration: none;
	cursor: pointer;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
	}

form {
	padding: 0;
	margin: 0;
	}

hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #CCCCCC;
	margin: 15px 0;
	}


img#left {
	margin: 0 10px 10px 0;
	}

img#right {
	margin: 0 0 10px 10px;
	}

#foutmelding {
	color: #FF0000;
	}

#okemelding {
	color: #66CC00;
	}

.small, #small, #small td {
	font-size: 10px;
	}

.hand, #hand {
	cursor: pointer;
	}

.print, #print {
	display: none;
	}


/* LIST ITEMS */
li {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(http://data.roc.nl/img/li_orange.gif);
	list-style-position: outside;
	}
	
ul, ol {
	margin: 0 0 0 16px;
	padding: 0;
	}

ul li {
	margin: 0;
	}

#blue li {
	list-style-image: url(http://data.roc.nl/img/li_blue.gif);
	}

#red li {
	list-style-image: url(http://data.roc.nl/img/li_red.gif);
	}

#orange li {
	list-style-image: url(http://data.roc.nl/img/li_orange.gif);
	}

#green li {
	list-style-image: url(http://data.roc.nl/img/li_green.gif);
	}

ol li, #blue ol li, #red ol li, #orange ol li, #green ol li {
	margin: 0 0 0 7px;
	list-style-image: none;
	list-style-type: decimal;
	}

#list {
	margin: -1px 8px 0 0;
	}

.checkboxlist {
	padding-left: 20px;
	}

.checkboxlist input {
	margin: 2px 3px 1px -20px;
	}




#nolist li {
	list-style-image: none;
	list-style: none;
	margin-left: 0;
	}


/* HEADINGS */
h1 {
	font-size: 17px;
	margin: 0 0 10px 0;
	width: auto;
	}

h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
	width: auto;
	}

h1#normal, h2#normal {
	margin: 0 0 3px 0;
	}

h3 {
	font-size: 11px;
	margin: 0 0 3px 0;
	width: auto;
	}

h1 span, h2 span, h3 span {
	font-weight: normal;
	}

#blue h1, #blue h2, #blue h3, #blue a {
	color: #0066CC;
	}

#red h1, #red h2, #red h3, #red a {
	color: #FF0000;
	}

#orange h1, #orange h2, #orange h3, #orange a {
	color: #FF6600;
	}

#green h1, #green h2, #green h3, #green a {
	color: #66CC00;
	}

#block {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 100%;
	}


/* BODY CLASSES */
#body {
	width: 782px;
	height: 100%;
	}

#popbody {
	background: #F5F5F5;
	padding: 20px;
	}


/* HEADER CLASSES */
#header {
	height: 150px;
	}

#header #logo {
	width: 200px;
	}

#header #logo img {
	width: 160px;
	height: 60px;
	margin: 20px 0 0 0;
	}

#header #payoff img {
	width: 153px;
	height: 27px;
	margin: 39px 0 0 10px;
	}

#header #banner {
	width: 150px;
	padding: 15px 0;
	}

#header #nav {
	padding-top: 23px;
	margin-left: 1px;
	}

#header #nav a#button1, #header #nav a#button2, #header #nav a#button3 {
	float: left;
	margin-left: -1px;
	width: 112px;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

#header #nav a#button1 span, #header #nav a#button2 span, #header #nav a#button3 span {
	display: block;
	text-align: center;
	padding-top: 1px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	}

#header #nav a#button1 {
	background: url(http://data.roc.nl/img/interface/button1.png) left bottom repeat-x;
	}

#header #nav a#button1 span {
	background: #0066CC;
	}

#header #nav a#button2 {
	background: url(http://data.roc.nl/img/interface/button2.png) left bottom repeat-x;
	}

#header #nav a#button2 span {
	background: #FF0000;
	}

#header #nav a#button3 {
	background: url(http://data.roc.nl/img/interface/button3.png) left bottom repeat-x;
	}

#header #nav a#button3 span {
	background: #FF6600;
	}

#header #nav a#button3 {
	height: 24px;
	}

#header #nav a#button3 span {
	padding-top: 2px;
	border-top: none;
	}

#header #menu {
	text-align: right;
	}

#header #menu td {
	background: url(http://data.roc.nl/img/interface/menuspacer.png) right top no-repeat;
	padding: 0 8px;
	}

#header #menu td a {
	color: #FF6600;
	font-weight: bold;
	}

#header #menu div {
	font-size: 9px;
	margin-top: 30px;
	position: relative;
	}

#header #menu div a, #header #menu div a:hover {
	color: #999999;
	text-decoration: none;
	margin: 0 0 0 1px;
	}


/* BANNERBLOK CLASSES */
#bannerblok_blue, #bannerblok_red, #bannerblok_orange, #bannerblok_green {
	width: 140px;
	}

#bannerblok_blue a, #bannerblok_red a, #bannerblok_orange a, #bannerblok_green a {
	text-decoration: none;
	}

#bannerblok_blue div, #bannerblok_red div, #bannerblok_orange div, #bannerblok_green div {
	text-align: center;
	margin: 1px;
	}

#bannerblok_blue div#bannertitel, #bannerblok_red div#bannertitel, #bannerblok_orange div#bannertitel, #bannerblok_green div#bannertitel {
	padding: 1px 3px 3px 3px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	}

#bannerblok_blue div#bannersubtitel, #bannerblok_red div#bannersubtitel, #bannerblok_orange div#bannersubtitel, #bannerblok_green div#bannersubtitel {
	padding: 2px 2px 3px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}

#bannerblok_blue {
	background-color: #0066CC;
	}

#bannerblok_red {
	background-color: #FF0000;
	}

#bannerblok_orange {
	background-color: #FF6600;
	}

#bannerblok_green {
	background-color: #66CC00;
	}

/* CONTENT CLASSES */
#content #snelzoeker input {
	width: 110px;
	}

#content #snelzoeker input#textbutton {
	width: 46px;
	font-weight: bold;
	background: transparent;
	border: none;
	height: 19px;
	}

#content #menu {
	width: 171px;
	background: url(http://data.roc.nl/img/interface/dotline.gif) right top repeat-y;
	}

#content #menu h2 {
	margin: 15px 0 3px 0;
	}

#content #menu a {
	display: block;
	color: #666666;
	text-decoration: none;
	}

#content #menu #blue a:hover, #content #menu #blue a#selected {
	color: #0066CC;
	}

#content #menu #red a:hover, #content #menu #red a#selected {
	color: #FF0000;
	}

#content #menu #orange a:hover, #content #menu #orange a#selected {
	color: #FF6600;
	}

#content #menu #green a:hover, #content #menu #green a#selected {
	color: #66CC00;
	}

#content #main {
	background: url(http://data.roc.nl/img/interface/dotline.gif) right top repeat-y;
	padding: 0 11px 0 10px;
	}

#popcontent {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	padding: 10px;
	}


/* MAIN CLASSES */
#main_header {
	height: 165px;
	}

#main_header td#blue, #main_header td#red, #main_header td#orange, #main_header td#green {
	text-align: right;
	padding: 15px 15px 10px 15px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF url(http://data.roc.nl/img/main/header.jpg) left center no-repeat;
	}


/* FOOTER CLASSES */
#footer {
	height: 30px;
	}

#footer div {
	font-size: 9px;
	text-align: right;
	padding-top: 5px;
	word-spacing: 10px;
	}

#footer div a, #footer div span {
	color: #666666;
	word-spacing: 0;
	}


/* OPMAAK ID SELECTORS */
#titel {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	padding: 6px 10px;
	font-weight: bold;
	margin: 0;
	}

#tabmenu td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	line-height: 12px;
	}

#tabmenu td#tab {
	width: 96px;
	background: url(http://data.roc.nl/img/tabs/tab.png) left top no-repeat;
	}

#tabmenu td#tab a {
	padding: 5px 0 4px 0;
	display: block;
	position: relative;
	text-decoration: none;
	color: #666666;
	}

#tabmenu td#tab a:hover {
	color: #FF6600;
	}

#tabmenu td#tabsel {
	border-bottom: solid 1px #FFFFFF;
	width: 96px;
	background: url(http://data.roc.nl/img/tabs/tabsel.png) left top no-repeat;
	}

#tabmenu td#tabsel a {
	padding: 5px 0 4px 0;
	display: block;
	position: relative;
	text-decoration: none;
	}

#tabmenu td#tabspacer {
	width: 1px;
	background: url(http://data.roc.nl/img/tabs/tabspacer.png) left top no-repeat;
	font-size: 1px;
	}

#submenu {
	border: solid #CCCCCC;
	background: #FFFFFF;
	border-width: 0 1px 1px 1px;
	margin-bottom: 10px;
	}

#submenu td {
	text-align: center;
	line-height: 12px;
	padding: 3px 5px;
	}

#submenu td#spacer {
	width: 1px;
	padding: 0;
	background: url(http://data.roc.nl/img/interface/menuspacer.png);
	}

#submenu td a {
	text-decoration: none;
	color: #666666;
	}


/* ZOEKFORMS */
#searchform {
	/* border: solid 1px #CCCCCC; */
	margin-top: 10px;
	}

#searchformhr {
	margin: 5px 0;
	}

#searchform td {
	padding: 2px;
	}

#searchform td#icon {
	width: 60px;
	}

#searchform img {
	margin: 2px;
	}

#searchform td a#help {
	color: #666666;
	border-color: #CCCCCC;
	}

#searchform input {
	width: 110px;
	}

#searchform input#textbutton {
	width: 50px;
	}

#searchform select {
	width: 400px;
	}


/* LIJST WEERGAVE */
#resultaatspacer {
	border-bottom: solid 1px #CCCCCC;
	font-size: 0;
	}

#resultaatlijst {
	padding: 20px 10px;
	}

#resultaatlijst div {
	font-size: 10px;
	word-spacing: 15px;
	}

#resultaatlijst a {
	font-weight: bold;
	}

#resultaatlijst div span {
	word-spacing: 0;
	}

#resultaatlijst a span {
	font-weight: normal;
	font-size: 10px;
	}

#selecties td {
	padding: 0 0 5px 0;
	}

#navigatie {
	word-spacing: 5px;
	padding: 10px 0;
	text-align: center;
	}

#navigatie a {
	word-spacing: 0;
	font-weight: bold;
	}

#navigatie span {
	word-spacing: 0;
	color: #CCCCCC;
	font-weight: bold;
	}

#formtable td {
	padding: 5px 10px 0 0;
	}

#formtableext td {
	padding: 20px 10px 0 0;
	}

#formtableext #formvak {
	border: solid 1px #CCCCCC;
	background: #F5F5F5;
	padding: 4px;
	}

#formtable td table td, #formtableext td table td {
	padding: 0;
	}

#formtable td table td, #formtableext td table td {
	padding: 0;
	}

#datatable td {
	padding: 10px 10px 0 0;
	}

#datatable td table td {
	padding: 0;
	}

#result {
	border-top: solid 1px #CCCCCC;
	margin-top: 5px;
	}

#result td {
	padding: 2px 5px;
	border-bottom: solid 1px #CCCCCC;
	}

#result td#kop {
	background: #E5E5E5;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	}

#result td#small, #result td#icon {
	padding-right: 0px;
	}

#result td#icon {
	width: 16px;
	}

#result td.checkbox {
	padding: 2px 0;
	}

#result td a span {
	color: #FF6600;
	font-size: 11px;
	}

#result td a:hover span {
	color: #FF6600;
	text-decoration: underline;
	}

#lijst {
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	}

#lijst td {
	padding: 2px 5px;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	}

#lijst td#kop {
	background: #E5E5E5;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	}

#lijst td#kop a {
	color: #666666;
	text-decoration: none;
	}

#lijst td#small {
	width: inherit;
	}

#lijst td#icon {
	width: 14px;
	white-space: nowrap;
	}

#lijst td#a {
	width: inherit;
	}

#lijst #logo {
	width: 100px;
	height: 42px;
	}


/* WEBDECAAN ID SELECTORS */
#webdecaanlijst td {
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
	}

#webdecaanlijst td#kop {
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	}

#webdecaanlijst td#icon, #webdecaanlijst td#small {
	width: auto;
	}

#webdecaanlijsthead td {
	padding-bottom: 7px;
	}

#webdecaandata td {
	padding: 2px;
	}

#webdecaandata td table td {
	padding: 0;
	}

#webdecaandata #button {
	margin-top: 10px;
	width: 410px;
	}

/* VIDEO-STYLES */
#video td#links {
	vertical-align: bottom;
	padding-top: 10px;
	}

#video td#links div a {
	display: block;
	width: 200px;
	-width: 210px;
	padding: 1px 5px 2px 5px;
	background: #F5F5F5;
	border: solid 1px #CCCCCC;
	margin-top: 3px;
	color: #666666;
	text-decoration: none;
	}

#video td#links div a:hover {
	color: #FF6600;
	background: #FFFFFF;
	}

#video td#links div a img {
	margin: 2px 5px 0 0;
	width: 14px;
	height: 14px;
	}

#videolijst td#still {
	width: 110px;
	}

#videolijst td#still img {
	width: 100px;
	height: 60px;
	}

#videolijst h3 {
	margin-bottom: 10px;
	}

/* VIDEOKOPPELING */
#videokoppeling td#scherm {
	position: relative;
	}

#videokoppeling td#scherm a {
	display: block;
	background: url(http://data.roc.nl/img/overlay_video.gif);
	}

#videokoppeling td#scherm a img {
	width: 100px;
	height: 61px;
	margin: 9px 8px 25px 8px;
	}


/* POLL ID-SELECTORS */
#poll {
	text-align: right;
	}

#poll div {
	-width: 100%;
	}

#poll div#antwoord {
	margin-top: 5px;
	text-align: left;
	position: relative;
	}

#poll div#antwoord input {
	position: absolute;
	-margin-top: -1px; /* IE Hack */
	left: -5px;
	}

#poll div#antwoord span {
	position: relative;
	margin-left: 16px;
	display: block;
	}

#poll input#textbutton {
	margin-top: 5px;
	width: 88px;
	}

#poll div#uitslag {
	margin-top: 5px;
	text-align: left;
	position: relative;
	}

#poll div#uitslag div {
	height: 5px;
	background: #E5E5E5;
	font-size: 0px;
	line-height: 0px;
	margin-left: 15px;
	}

#poll div#uitslag span#percentage {
	position: absolute;
	bottom: -5px;
	left: 220px;
	width: 48px;
	text-align: right;
	font-size: 10px;
	color: #66CC00;
	font-weight: bold;
	}

#poll div#uitslag div span {
	position: relative;
	display: block;
	width: 0px;
	height: 5px;
	background: #66CC00;
	font-size: 0px;
	line-height: 0px;
	}

#poll div#uitslagtotaal {
	margin-top: 10px;
	font-size: 10px;
	line-height: 11px;
	display: none;
	}


/* OVERIGE ID SELECTORS */
img#still {
	width: 215px;
	height: 130px;
	}

#leesmeer {
	padding-left: 5px;
	}

#checkbox, .checkbox {
	margin: 2px 3px 1px 0;
	}

#radio, .radio {
	margin: 2px 3px 1px 0;
	}

a#close, a#help {
	padding: 1px 3px;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

#servicenummer {
	color: #FF6600;
	white-space: nowrap;
	}

#servicenummer span {
	font-size: 9px;
	color: #999999;
	}

#texticon {
	margin: 0 10px -4px 0;
	}

input#textbutton.disabled {
	color: #CCCCCC;
	}

#resterend {
	margin-top: 5px;
	font-size: 10px;
	}

#resterend input {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 10px;
	text-align: right;
	width: 27px;
	}

a#nocolor, h3#nocolor, h2#nocolor {
	color: #666666;
	}

.textbutton, #textbutton, a.textbutton, a#textbutton {
	color: #666666;
	font-weight: bold;
	background: transparent;
	border: none;
	width: auto;
	}

.button, #button {
	color: #666666;
	font-weight: bold;
	background: #FFFFFF;
	border: ridge 1px #CCCCCC;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	padding: 2px 10px;
	width: auto;
	}

a#button {
	color: #666666;
	height: 22px;
	text-decoration: none;
	}

a#button img, a#textbutton img {
	margin: 1px 0 -3px 0;
	}


/* PAKKET STIJLEN */
#pakketten {
	margin-top: -15px;
	}

#pakketten td {
	padding: 15px 0 0 0;
	}

#pakketten td img, #pakketten td#pakket {
	width: 180px;
	height: 140px;
	}



/* DETAILS PAGINA INFO */
h2#details {
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 5px;
	}

#detailsinfo td {
	padding-top: 5px;
	}

#toplinks {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	}

#toplinks td {
	padding-bottom: 5px;
	}

#toplinks td a {
	text-decoration: none;
	color: #666666;
	white-space: nowrap;
	display: block;
	margin: 0 14px;
	}

#toplinks a img {
	margin: 1px 5px 0 0;
	width: 14px;
	height: 14px;
	}

#toplinks td a:hover {
	color: #FF6600;
	background: #FFFFFF;
	}

#detailsbuttons {
	width: 170px;
	padding-left: 10px;
	}

#detailsbuttons a {
	display: block;
	-width: 100%;
	padding: 0px 5px 1px 5px;
	background: #FFFFFF;
	border: solid 1px #E5E5E5;
	margin-bottom: 3px;
	color: #666666;
	text-decoration: none;
	}

#detailsbuttons a:hover {
	color: #FF6600;
	background: #FFFFFF;
	}

#detailsbuttons a img {
	margin: 2px 10px 0 0;
	width: 14px;
	height: 14px;
	}



/* BESTELLEN BEROEPENCLIPS */
#bestelclip {
	background: url(http://data.roc.nl/img/bestellen/vlak.png) top left no-repeat;
	margin-top: 25px;
	width: 170px;
	}

#bestelclip td#kop {
	height: 36px;
	padding: 0 5px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	}

#bestelclip td#image img {
	width: 162px;
	height: 96px;
	margin: 0 4px;
	}

#bestelclip.selected td {
	color: #CCCCCC;
	}

#bestelclip.selected {
	background: url(http://data.roc.nl/img/bestellen/vlak_selected.png) top left no-repeat;
	}

#bestelclip.selected td#image div {
	width: 162px;
	height: 96px;
	margin: 0 4px;
	position: absolute;
	background: url(http://data.roc.nl/img/grid.gif);
	}

#bestelclip td#buttons {
	height: 28px;
	padding: 0 5px;
	}

#bestelclip td#buttons img {
	width: 14px;
	height: 14px;
	margin: 2px 0 0 5px;
	}


/* ADRES SELECTORS */
#adres span {
	display: block;
	}

#adres img#logo {
	margin: 10px 40px 0 0;
	}

#adres td {
	padding: 0 20px 10px 0;
	font-weight: bold;
	}

#adres a {
	font-weight: normal;
	text-decoration: none;
	}

#adres a img {
	margin-right: 5px;
	}


/* AGENDA/KALENDER SELECTORS */
#agenda {
	border: solid #CCCCCC;
	border-width: 0 0 1px 1px;
	}

#agenda td {
	padding: 5px;
	border: solid #CCCCCC;
	border-width: 0 1px 0 0;
	}

#agenda td.kop {
	font-weight: bold;
	background: #E5E5E5;
	border-width: 1px 1px 0 0;
	}

.agendatekst {
	border: solid #CCCCCC;
	border-width: 0 1px 1px 1px;
	}

#agenda td.icon {
	padding: 5px 0;
	width: 26px;
	text-align: center;
	}

#agenda td#kop a {
	color: #666666;
	}

#agendanav {
	word-spacing: 15px;
	padding: 10px;
	}

#agendanav a, #agendanav b {
	word-spacing: 0px;
	}

#agendatype {
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	margin: 5px 4px 0 4px;
	-margin: 5px 0 0 2px;
	width: 8px;
	height: 8px;
	}

#agenda td#icon {
	width: auto;
	text-align: center;
	}

/* OPLEIDINGOVERZICHT */
#overview td {
	text-align: center;
	}

#overview td img {
	margin: 10px 0;
	}

#overview td#active, #overview td#inactive {
	border: solid 1px #0066CC;
	vertical-align: top;
	width: 156px;
	}

#overview td#active h3, #overview td#inactive h3 {
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 1px 0;
	}

#overview td#inactive {
	border-color: #CCCCCC;
	}

#overview td#inactive h3 {
	background-color: #CCCCCC;
	margin: 0;
	}

#overview td#active div, #overview td#inactive div {
	background-color: #FFFFFF;
	padding: 0 10px 3px 10px;
	}

#overview td#active {
	cursor: pointer;
	}


/* overlays */
.overlay {
	position: absolute;
	}

span.overlay {
	display: block;
	}

.playbutton {
	background: url(http://data.roc.nl/img/overlay_playbutton_small.gif) no-repeat;
	width: 30px;
	height: 20px;
	margin: 20px 0 0 35px;
	}


/* Social media */
.social_media_tips {
	text-align: right;
}

.social_media_tips a {
	margin-left: 5px;
}

.social_media_tips a img {
	margin: 2px 0 -2px 0;
}