body,
input,
textarea,
select,
a,
h1,
h2,
h3,
th,
td,
.header,
a.menu-item-level-0,
a.menu-item-level-1,
a.menu-item-level-2,
a.selected-menu-item-level-0,
a.selected-menu-item-level-1,
a.selected-menu-item-level-2,
.selected-menu-item,
.formcell,
.submitcell,
form
 {
	font-family: arial, serif;
	font-size:11px;
}
input.button{
	background-color:#7699B7;
}
body{
	margin: 0px;
	background-color: #ffffff;
	color: #003F78;
	vertical-align:middle;
	text-align:center;
}

h1{
	font-size: 30px;
	color:white;
	text-align: center;
	background-color:#7699B7;
}

h2{
	color: white;
	font-size: 20px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:-20px;
	padding-left: 20px;
	background-color:#003F78;
}

h3{
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 0;
	color:#ff0000;
}

/*ul, JQ */
ol{
	margin-left:20px;
	display:inline;
}

/*
li{
	margin-left:20px;
}
*/
a{
	text-decoration:underline;
/*
	font-weight:bolder;
*/
	color: #003F78;
}

img {
	border: 0px;
}

input,
textarea,
select{
	background-color:white;
}

th, .header{
	background-color:#7699B7;
	color:#EDF2F6;
	font-weight: bold;
	padding:2px;
}

p{
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}
.logo{
	position:absolute;
	top:0px;
	left:50px;
}
.main{
	width:700px;
	padding:20px;
	padding-top:0px;
	margin-bottom: 20px;
	min-height:500px;
	overflow: visible;
	position:absolute;
	left:250px;
	top:50px;
	background-color:#EDF2F6;
	text-align:left;
	color:#003F78;
}

#menu{
	width:200px;
	height: 500px;
	padding:0px;
	position:absolute;
	left:50px;
	top:50px;
	text-align: left;
	background-color:#7699B7;
}

#menu ul{
    padding: 0px;
    margin: 0px;
    display: block;
}

#menu ul ul{
    padding-left: 0em;
    display: block;
}

#menu li{
	background-color:#7699B7;
	list-style-type: none;
	margin-left: 0px;
    padding: 0px;
}

#menu li div{
    padding-left:1em;
}
#menu li a{
    padding-left: 1em;
}

#menu li li a:hover{
	background: #D3DEEA;
	color: #003F78;
}

#menu li a{
	text-decoration:none;
	color: #ffffff;
	font-weight:normal;
	display: block;
	width: 100%;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#menu a.title{
	text-decoration:none;
	font-weight:bolder;
	width: 100%;
	padding-left:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#menu a.title:hover{
	background-color:#003F78;
	color: white;
}

#menu a.selected{
	background-color:#003F78;
	color: white;
	font-weight:bold;
	width: 100%;
	padding-left:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

td, .dark_cell_in_body, .formcell, .errorcell {
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}
/*
td, .formcell, .errorcell{
	background-color:#EDF2F6;
}

.errorcell{
	color:red;
	font-weight:bold;
}
*/
.dark
/*,
.dark_cell_in_body,
.dark_cell_in_body td
*/
{
	background-color:#D3DEEA;
}

table {
    border-collapse: collapse;
}

.table_in_body {
	margin-top: 10px;
/*
	background-color:#D3DEEA;
*/
	border: solid 1px #7699B7;
}

.submitcell{
	background-color:#D3DEEA;
	color:#000000;
	padding:5px;
	vertical-align:top;
	text-align:center;
}
.form{
	vertical-align:top;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.nav_cell{
	text-decoration:none;
	background: #EDF2F6;
	text-align: center;
	font-weight: bolder;
}
.nav_cell:hover, hover{
	background-color: #D3DEEA;
}
.dark_nav_cell, .current_nav_cell{
	text-decoration:none;
	background: #D3DEEA;
	text-align: center;
}

.red{
    color: #FF0000;
	font-weight: bolder;
}

.green{
    color: #00CC00;
	font-weight: bolder;
}

.hide_element{
    display: none;
}

.show_element {
    display: block;
}

.nav li{
	list-style-type: none;
	display: inline;
}

/* DRAG DROP dingen */
.block {
    border: 1px solid #003F78;
    background-color: #7699B7;
    width: 150px;
    height: 15px;
    margin: 2px;
    padding: 5px;
    color: black;
}

.drop {
	background-color: #e9b96e;
	border: 3px double #c17d11;
	width: 150px;
	height: 70px;
	margin: 10px;
	position: absolute;
	top: 300px;
	right: 5px;
	opacity: 0.7;
	overflow:auto;
}
.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	outline: 1px dotted black;
}

.vet {
	font-weight: bolder;
}