* {
margin:0;
padding:0;
}



/* General Style Info */
body {
	background-color: #fff;
	color: #000;
	font-family: "helvetica", "lucida grande", "verdana", sans-serif;
	text-align: center;
}


a {
	background-color: inherit;
	color: #15153b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #eb440d;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 160%;
	margin: 0.1em 0;
}
h2 {
	color: #004E7E;
	font-size: 160%;
	margin: 2px 0px 5px 0px;
}
h3 {
	color: #37476b;
	font-size: 120%;
	margin-top: 5px;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.2em;
}

ul, li {
	margin: 0 12px;
	list-style-type: none;
}

p {
  font-size: 14px;
  /*line-height: 18px;  Baseline here at 150%. This is set multiple places. */
  color: #333; 
  margin-bottom: 5px;
/* DANGER edit by Wouter */
  margin-right: 5px;
/* end DANGER */
}
p.note {
	font-size: 11px;
	font-style: italic;
}

.left {	float: left;}
.right {float: right;}
.hidden {display: none;}
/* Layout */
#wrapper {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 804px;
	border: 1px solid #0d0d33;
	background: url('../img/wrapper_bg.jpg') repeat-y left;
}

#floating_bg{
	/*background: transparent url('../img/raster.jpg') no-repeat right bottom;*/
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	height: 364px;
	width: 361px;
}

#inner-wrapper {
	/* background: url('../img/sidebar_bottom_bg.jpg') no-repeat bottom left;*/
	padding-bottom: 0px;
}

#header{
	width: 804px;
	height: 74px;
	background: url('../img/header_bg.jpg') no-repeat;
}

#sidebar {
	float:                                  left;
	width:                                  143px;
	height:                                 500px;
	/*min-height:                             500px;*/
	margin:                                 0;
	padding:                                0px;
	background:                             url('../img/sidebar_bg.jpg') no-repeat;
	display:                                inline;
}


#sidebar h4 {
	margin-left: 7px;
	margin-top: 30px;
	color: #bdbdbd;
	cursor: hand;
}

#sidebar h4 a {
	color: #bdbdbd;
	text-decoration:none;
        font-weight: normal;
        cursor: hand;
}

#sidebar .sidebarFirst {
	margin-top: 60px;
}
#sidebar ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li {
	margin-top:                              20px;
}

#sidebar li a{
	padding-left:                            20px;
	background:                              url('../img/sidebar_item_bg.jpg') no-repeat;
	color:                                   #fff;
	font-weight:                             normal;
	text-decoration:                         none;
	font-size:                               13px;
}

#sidebar li a:hover {
	background: url('../img/sidebar_item_hover_bg.jpg') no-repeat;
	color: #556f90;
}

#sidebar li .active, #sidebar li a:active {
	background: url('../img/sidebar_item_hover_bg.jpg') no-repeat;
	color: #556f90;
}

ul#menu {
	margin: 0;
	padding: 0;
	height: 24px;
	padding-top: 7px;
	padding-left: 143px;
	background: url('../img/menu_bg.jpg') no-repeat left;
	list-style-type: none;
	
}

ul#menu li {
	margin: 0;
	padding: 0;
	font-size: 13pt;
	display: inline;
	height: 23px;
	padding: 0px 10px 0px 10px;
	background: url('../img/menu_button_bg.jpg') repeat-x;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

ul#menu li a {
	background: url('../img/menu_button_item_bg.jpg') no-repeat left;
	padding: 0 0 0 20px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

ul#menu lu {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13pt;
	display: inline;
	height: 23px;
	padding: 0px 10px 0px 10px;
	
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#menu_counter{
	position:absolute;
	margin: 0;
	padding: 0;
	height: 23px;
	margin-top: 30px;
	padding: 52px 0px 0px 593px;
	color: #fff;
	font-size: 13pt;
	
}

#flashMessage {
	padding: 5px;
	background-color: #fff998;
	margin-right: 5px;
	color: #7d771c;
}
#main{
	margin: 5px 0px 0px 148px;
	padding-top: 10px 0px 0px 0px;
}

.actions {
	margin-bottom: 20px;
}
.uitleg {
	margin-bottom: 15px;
}

.related {
	margin-bottom: 20px;
}


#wrapper-footer {
	clear: both;
	text-align: center;
	height: 0%;
	width: 804px;
}

#footer {
	text-align: center;
	height: 0%;
	width: 804px;
	font-size: 12px;
	color: #333;
	width: 804px;
	margin: auto;
}

/* Tables */
table {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin: 0px 0px 10px 10px;
	width: 641px;
	font-size: 12px;
	
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #15153b;
}

th a:hover {
	color: #eb440d;
	text-decoration: none;
}


table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr td a {
	color: #15153b;
	text-decoration: none;
}
table tr td a:hover{
	color: #eb440d;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

table .own {
	background: #bdbdbd;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */

form {
	margin-bottom: 20px;
}
form fieldset {
	border: 0px;
	margin: 5px;
	margin-bottom: 20px;
}

form legend {
	color: #37476b;
	font-size: 120%;
	margin-top: 5px;
	padding-bottom: 10px;
}

form label {
	width: 150px;
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
form .input {
	margin-bottom: 5px;
}


form .input input, form .input select {
	border: 1px solid #37476b;
	font-size: 13px;
	line-height: 1.2em;
}

form .input .nice-select {
	width: 190px;
}

form .input input {
	padding-right: 20px;
}
form .required input {
	background: url('/img/icons/asterisk_small.gif') no-repeat right;
}

form .input-tiny {
	width: 20px;
}

form .date {
	width: 85px;
}
.form-error {
	border: 1px solid #f00;
	color: #f00;
}

.error-message {
	display: inline;
	color: #f00;
	margin-left: 10px;
}

.pages {
        padding: 0 15px 0 15px;
}

.pages img {
	text-align: center;
	border: 1px solid #bcbcbc;
	margin: 10px;
	padding: 10px;
}

.pages ul {
	margin-bottom: 10px;
	margin-right: 10px;
}

.pages li {
	list-style-type: disc;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
}

.noborder {
	border: 0;
}


#search {
	margin-bottom: 10px;

}

#search form {

}
#search table {
	border-collapse: collapse;
	border: 1px solid #ccc ;
	width: 630px;

}

#search .input label {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

