* {
	margin: 0px;
	padding: 0px;	
}

body {
	background: #DDDDEE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	display: none;
}

h2 {
	font-size: 28px;
	margin-bottom: 5px;
}

h4 {
	font-size: 18px;
	margin: 10px 0px 6px 0px;
}

ul {
	margin-left: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 980px;
	margin: 10px auto;
	background: #2A3C8D;
}

#header {
	background: #2A3C8D url(../img/header_bg.jpg) repeat-x;
	height: 75px;
}

#headerLogo {
	margin-left: 5px;
	background: url(../img/header_logo.gif) no-repeat;
	height: 75px;
	cursor: pointer;
}

#accountInfo {
	float: right;
	text-align: right;
	padding: 5px;
	color: #fff;
}

#accountInfo a {
	color: #fff;
}

#middle {
	background: #ffffff url(../img/sidebar_bg_170.gif) repeat-y;
	width: 99%;
	min-height: 450px;
}

#sidebar {
	float: left;
	width: 170px;
	background: #2A3C8D;
}

#sidebar ul {
	margin-left: 0px;
}

#sidebar li {
	list-style: none;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	padding-left: 7px;
	padding: 10px;
	width: 150px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#sidebar li a:hover {
	background: #aaaaee;
	color: #fff;
	border-left: 5px solid #fff;
	padding-left: 5px;
}

#topbar #breadcrumbs {
	float: left;
	padding: 4px 0px;
	font-size: 12px;
}

#topbar {
	margin-left: 170px;
	background: #cccccc;
	text-align: right;
	padding: 5px;
}

#content {
	margin-left: 180px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}

#adminMenu {
	margin: 10px auto;
	padding: 5px;
	width: 85%;
	text-align: center;
	background: #ccc;
	border: 2px solid #2A3C8D;
}

#content table {
	width: 99%;
	border-collapse: collapse;
	margin: 3px 0px; 
} 

#content table tr td {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content table tr th {
	padding: 4px;
	border: 1px solid #778;
	background-color: #dde;
}

table tr td input[type="text"], table tr td input[type="password"] {
	width: 300px;
}

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

.rightColumn {
	margin-left: 400px;
	width: 370px;
}

td.omschrijvingsVeld {
	width: 27%;
}

ul.foutmeldingen li {
	color: red;
	font-weight: bold;
}

.indexBox {
	border: 1px solid #336699;
	background: #d3e8ff;
	margin: 2px;
	padding: 3px;
	height: 100px;
}

.indexBox .foto {
	float: left;
	padding-right: 5px;
	width: 100px;
	height: 100px;
}

.highlight {
	background-color: yellow;
}

#footer {
	clear: both;
	background: #2A3C8D;
	text-align: center;
	font-size: 12px;
	padding: 5px 0px;
	color: #fff;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 0px;
 margin-left: 0px;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/***** FORM 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;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
}

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;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../img/up.gif);
}
.sortdesc {
	background-color: #DDFFAC;
	background-image: url(../img/down.gif);
}
.nosort {
	cursor: default;
}