@charset "UTF-8";
/* CSS Document */

/* ---------- Layout ---------- */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: arial;
    background-color: #f0f0f0;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
	line-height: 160%;
}


#wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin-bottom: 65px;
}

#version {
    float: right;
    margin-top: -40px;
}

#version a {
    color: #cccccc;
    text-decoration: none;
    font-size: 10px;
}

#version a:hover {
    color: #fff;
}

#header h1 {
    background: none;
    color: #FFF;
    font-size: 22px;
}

#logo {
    float: left;
    margin-left: -10px;
}

#navigation {
    padding-top: 43px;
    margin-left: 180px;
}

#left {
    float: left;
    width: 230px;
}

#left .inhoud {
    background-color: #FFF;
    padding: 2px;
}

#left .spacer {
    height: 15px;
}

#left a img {
    vertical-align: middle;
}

#right {
    width: 735px;
    float: right;
}

#inhoud {
    background-color: #FFF;
    padding: 10px;
}

#footer {
    height: 50px;
}

/* ---------- Elementen ---------- */

img {
	border: 0;
}

a, a:visited {
	text-decoration: none;
	color: #0a285f;
}

h1 {
	font-size:15px;
	color: #092765;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #dbdada;
	padding: 4px;
	text-align: center;
	margin-bottom: 5px;
}

h2 {
	font-size:14px;
	color: #092765;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
	padding-bottom: 15px;
}

i {
    font-style: italic;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

input {
    border: 1px solid #777676;
    padding: 3px;
    background: transparent;
}

input.defaultvalue {
    color: #939292;
    font-style: italic;
}

/* ---------- Global ---------- */

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.onlyNumbers {
    text-align: right;
}

.button {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #ffb516;
    border: 1px solid #a7a7a7;
    padding: 4px;
    text-align: center;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cijfer {
    width: 150px;
    text-align: right;
    padding-right: 10px;
}

.cijfer input {
    text-align: right;
    margin-left: 5px;
    width: 80px;
}

.highlight {
    background-color: #fcd5d5;
}

.clear {
    clear: both;
}

/* ---------- Form Buttons ---------- */

div.formButtons input {
    float: right;
    margin-bottom: 10px;
    margin-right: 1px;
    background-color: #ffb516;
    border: 1px solid #a7a7a7;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.formButtons input:hover {
    background-color: #ffd272;
}



/* ---------- Submenu ---------- */

#left ul {
    padding: 0px;
}

#left li {
    list-style: none;
    background-color: #e7e6e6;
    border: 1px dotted #b8b7b7;
    margin: 3px;    
    
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
}

#left li:hover {
    background-color: #f5f5f5;
}

#left li.active {
    background-color: #ffb516;
}

#left li a {
    display: block;
    padding: 4px;
}

#left li div.aantal {
    float: right;
    color: #ffffff;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #016DB8;
    vertical-align: middle;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#left li div.naam {
    float: left;
    width: 170px;
    padding-top: 2px;
}

#left input.text {
    width: 210px;
    margin: 2px;
    background-color: #f6f5f5;
    border: 1px dotted #b8b7b7;
    padding: 5px;
}

#left input.submit{
    border: 1px solid #b8b7b7;
    background-color: #e7e6e6;
    width: 222px;
    padding: 5px;
    margin: 2px;
}


/* ---------- Tables ---------- */

th {
    background-color: #016bb3;
    padding: 5px;
    color: #fff;
}

td {
    vertical-align: middle;
    padding: 4px;
}

.odd {
}

.even {
    background-color: #f6f5f5;
}

.odd:hover, .even:hover {
    background-color: #e8ecfa;
}

tr.totaal {
    background-color: #f6f5f5;
}

tr.totaal td {
    border-top: 1px solid black;
    font-weight: bold;
}

/* ---------- Navigation ---------- */


#navigation ul {
	display: block;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 0;
	width: 110px;
	height: 35px;
	background-color: #FFF;
	text-align:center;
	border: 1px solid black;
	border-bottom: none;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#navigation ul li:hover {
    background-color: #dbdada;
}

#navigation li a {
    display: block;
    padding: 8px;
}

#navigation li.active {
    background-color: #f0f0f0;
    height: 36px;
    font-weight: bold;
}

#navigation li.active:hover {
    background-color: #f0f0f0;
}

/* ---------- MessageBox ---------- */

#messageBox {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#messageBox div {
    margin-left: 245px;
    margin-bottom: 5px;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#messageBox .info {
    background-color: #d1ffcc;
    border: 1px solid #13c100;
}

#messageBox .error {
    background-color: #ffc2c2;
    border: 1px solid #fc0000;
}

#messageBox .notice {
    background-color: #fff3d7;
    border: 1px solid #ffb300;
}

/* ---------- ChangeLog ---------- */

.changelog li {
    list-style: disc;
    margin-left: 30px;
}

.changelog li.todo {
    color: #ff2600;
    list-style: circle;
}