/* Algemene elementen */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
background: #2D5C74 url(background.png);
	background-repeat: repeat-y;
}

a img {
	border: 0px;
}

h2 {
	font-size: 24px;
	height: 40px;
}

h3 {
	font-size: 16px;
	height: 25px;
}

hr {
	margin: 3px auto;
	width: 90%;
	color: #e2e2e2;
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
}

#middle_right h4 {
	font-size: 15px;
	height: 23px;
}

#middle_left h4 {
	font-size: 22px;
	height: 50px;
	
	color: #85D3EA;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.moreLink {
	text-align: right;
	font-style: italic;
}

ul {
	margin-left: 15px;
}

input[type=text], input[type=password], select, textarea {
	background-color: #edeff1;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 3px;
}

input[type=submit], input[type=reset], input[type=button], button {
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	
}

select.trackOptions {
	margin: 0px;
	width: 150px;
}

fieldset {
	padding: 5px;

}


/* Algemeen: tabel-opmaak */
table tr.first td {
	font-weight: bold;
	font-size: 16px;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}

table.data tr th {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 7px 3px;
}

table.data tr td {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

table.data tr.nowOnAir td {
	background: maroon;
	color: white;
}

/* De hele pagina */
#wrap {
	margin: 0px auto;
	width: 950px;
}
#work {
	background-color: #b40404;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 20; 
  width:100%; 
}
/* Header */
#header {
	margin-top: 15px;
	min-height: 143px;
	background: url(header/header.png) no-repeat;	
}
#header2 {
	margin-top: 15px;
	min-height: 143px;
	
	background: url(header2.png) no-repeat;
}

#NP {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	padding: 5px;
	width: 400px;
	height: 90px;
	background-color: #a10303;
	color: #FFFFFF;	
	font-size: 15px;
}

#NP a:link, #NP a:visited, #NP a:hover {
	color: white;
	text-decoration: underline;
}   

/* Middendeel */
#middle {
	margin-top: 5px;
	
	background: #ffffff url(../img/sidebar_background.gif) repeat-y;
}

/* Sidebar */
#middle #middle_left {
	float: left;
	width: 220px;
	padding: 5px;
	
	background: #3b3b3b;
	
	font-size: 11px;
	color: #ffffff;
}

#middle #middle_left a {
	color: #3A9FBD;
}

/* Content */
#middle #middle_right {
	padding: 5px;
	
	font-size: 12px;
}

#middle #middle_right a {
	color: #aa0202;
}

#middle .divider {
	height: 16px;
	margin: 10px 0px;
	
	background: url(divider_background.gif) repeat-x;
}

.leftColumn {
	width: 500px;
	float: left;
}

.rightColumn {
	margin-left: 500px;
}

.clear {
	clear: both;
}

.postInfo {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 2px;
	
	color: #636363;
}

/* Footer */
#footer {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 4px;
	
background: #b40404;
	color: #ffffff;
	
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #767676;
}

/* Input validation */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: maroon;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* CSS MouseOver */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
}

a.info:hover{
	z-index:25;
	background-color:#ff0;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:5em; width:20em;
    border:1px solid maroon;
    background-color:#fff;
    color:#000;
    text-align: center;
    text-decoration: none;
}
