/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body{
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
	background-image: url(images/bg_left.gif);
	background-repeat:repeat-y;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	color: #40bec7;
	margin-bottom:18px;
}

h2 {
	font-size: 14px;
	color: #40bec7;
	margin-bottom:18px;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 10px;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
	display: block;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 11px;
}
input:focus,textarea:focus,select:focus {
	background-color:#F4F4F4;
}

a {
	color: #333333;
	font-weight:bold;
}
a.none {
	text-decoration: none;
}

p.error {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #CC0000;
	color: #FFFFFF;
}
p.ok {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #009900;
	color: #FFFFFF;
}
/* end initial.css */
#head {
	background-image:url(images/bg_head.gif);
	height: 70px;
}

#container {
	width: auto;
}
#navcontainer {
	clear: left;
	width: 189px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 10px;
	background-image:url(images/nav_level_0.gif);
	background-repeat: repeat-x;
	width: 179px;
	text-align: left;
}
#navcontainer ul ul li {
	background-image:url(images/nav_level_1.gif);
	margin: 0px 0px 0px -10px;
	padding-left: 20px;
	width: 169px;
}
#navcontainer ul ul ul li {
	background-image:url(images/nav_level_2.gif);
	margin: 0px 0px 0px -20px;
	padding-left: 30px;
	width: 159px;
}
#navcontainer a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
}
#navcontainer a:hover {
	color: #333333;
}
#navcontainer ul ul li a {
	font-weight: normal;
}

#navcontainer ul li.active a {
	color: #333333;
	font-weight: bold;
}

#navcontainer ul ul li.active a {
	color: #333333;
	font-weight: bold;
}

#navcontainer ul ul li.active ul a {
	color: #ffffff;
	font-weight: normal;
}

.user_info {
	width: 150px;
	margin: 50px 0px 0px 20px;
	padding: 5px;
	background: #666666;
	background: #CCCCCC; 
	border: 1px solid #666666;
	
}

#content {
	position: absolute;
	left:220px; top:80px;
	width: 770px;
}

#content_login {
	width: 400px;
	float: left;
}

#content_rechts {
	width: 170px;
	margin-left: 15px;
	float: left;
}

fieldset {
	border:1px solid #CCCCCC; 
	padding:10px 0px 10px 10px;
	margin-bottom: 15px;
	color:#333333;
	background-color:#FCFCFC;
	display: block;
}
fieldset.info {
	border:1px solid #333333; 
	padding:10px 0px 10px 10px;
	margin-bottom: 15px;
	color:#333333;
	background-color:#FCFCFC;
}
fieldset.alert {
	border: 2px solid #990000;
	padding:10px 0px 10px 10px;
	margin-bottom: 15px;
	color:#990000;
	background-color:#FCFCFC;
}
fieldset.alert a {
	color:#990000;
}
legend {
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
label, .form_label, .form_label_true {
	float:left;
	width:175px;
}
.false {
	color: #333333;
	font-weight: bold;
}
label.checkbox{
	width: 175px;
}
.checkbox_small {
	width: 40px;
	height: 18px;
	vertical-align:middle;
}

input[type=text],input[type=password] {
	width:225px;
	height:18px;
	border:1px solid #333333;
	font-size:11px;
	padding-left:5px;
}
input {
	width:225px;
	height:18px;
	border:1px solid #333333;
	font-size:11px;
	padding-left:5px;
}

.radio_small {
	width: 20px;
}
input.short {
	width:50px;
	height:18px;
	border:1px solid #333333;
	font-size:11px;
	padding-left:5px;
}
input.long {
	width: 337px;
}
.file {
	height: 20px;
	width: 300px;
}
.select_multiple_dj {
	width:200px;
	border:1px solid #333333;
	font-size:11px;
	padding-left:5px;
}
select {
	width:225px;
	border:1px solid #333333;
	font-size:11px;
	padding-left:5px;
}
select.date {
	width: 75px;
}
select.time {
	width: 50px;
}

textarea {
	width: 500px;
	height: 350px;
	border:1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea.small {
	width: 337px;
	height: 100px;
	border:1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea.medium {
	width: 337px;
	height: 200px;
	border:1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#form_element {
	clear: left;
	margin-bottom:20px;
	display:block;
}
#form_element_lineup {
	clear: left;
	margin-bottom:20px;
	height: 220px;
	display:block;
	
}
#form_element_style {
	clear: left;
	margin-bottom:20px;
	height: 270px;
	display: block;
}

#form_element_uitleg {
	margin-left: 180px;
	width: 540px;
	display:table;
}
#form_element_child {
	margin-left: 0px;
	width: 540px;
	height: 300px;
	display:table;
}

input.submit	{
	background-color:#40bec7;
	border: 1px solid #333333;
	width:125px;
	height:20px;
	color:#000000;
	font-weight: bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:2px 0px 5px 0px;
}
input.button	{
	background-color:#40bec7;
	border: 1px solid #333333;
	width:75px;
	height:20px;
	color:#000000;
	font-weight: bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:2px 0px 5px 0px;
}
a.button_grey	{
	background-color:#CCCCCC;
	border: 1px solid #333333;
	color:#333333;
	font-weight: bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	margin-right: 4px;
	margin-bottom: 10px;
}
a.button_grey:hover	{
	background-color:#333333;
	border: 1px solid #333333;
	color:#ffffff;
}
a.button	{
	background-color:#333333;
	border: 1px solid #333333;
	color:#ffffff;
	font-weight: bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	margin-right: 4px;
}
img.preview {
	margin: 10px 0px 0px 175px;
}
input.checkbox, input.radio {
	float:left;
	margin-right: 5px;
	width:13px;
	height:13px;
	border: 0px;
	margin-top:3px;
}
#editor #wysiwyg {
	clear: right;
}
#editor label {
	clear: left;
	width: 100px;
}
#editor #form_element {
	float:left;
}
#small_alert {
	min-height:20px;
	font-size:10px;
	font-style:italic;
	background-image: url(/account/images/small_alert.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	}
#radio_group {
	float: left;
	margin-bottom: 15px;
}
table.data {
	width: 100%;
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 10px 0px;
	padding: 0px;

}
th {
	font-size: 11px;
	text-align:left;
	padding: 2px;
	color: #666666;
}
table.data td, table.data th {
	border: 1px solid #E5E5E5;
	padding: 3px;
	height: 25px
}
.data img {
	border: 0px;
}
.data .sub_item {
	padding-left: 20px;
	font-size: 10px;
	font-style:italic;
}
.data .parent {
	font-weight: bold;
}
.data .child1 {
	padding-left: 20px;
	background-image:url(images/icons/child_page.gif);
	background-repeat:no-repeat;
	background-position: 5px 7px;
	font-style: italic;
	color: #666666;
}
.data .child2 {
	padding-left: 40px;
	background-image:url(images/icons/child_page.gif);
	background-repeat:no-repeat;
	background-position: 25px 7px;
}
.data .child {
background-color:#F2F2F2;
}
.rs_nav {
	/*margin-left: -10px;*/
	padding: 0px;
}
#mededelingen #bericht {
	margin-bottom: 18px;
}
#mededelingen #bericht #info {
	font-size:9px;
	font-style:italic;
}

/* elementen voor het pagina overzicht*/
.pagina_overzicht a {
	text-decoration: none;
}

.pagina_overzicht tr.page_row {
	height: 25px;
}

.pagina_overzicht tr.page_row td{
	border-bottom: 1px solid #FFFFFF;
}

.pagina_overzicht tr.page_row td.page_name {
	padding-left: 5px;
}

.pagina_overzicht tr.parent {
	font-weight: bold;
	background-color: #b8b8b8;
}

.pagina_overzicht tr.child {
	background-color: #e2e2e2;
}

.pagina_overzicht tr.child td.page_name {
	padding-left: 15px;
	background-image:url(images/icons/child_page.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}
.pagina_overzicht tr.child_child td.page_name {
	padding-left: 30px;
	background-image:url(images/icons/child_page.gif);
	background-repeat:no-repeat;
	background-position: 15px 7px;
}

.add_record {
	margin-top: 20px;
	padding-top: 3px;
	min-height:20px;
	background-image: url(images/icons/new.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}


/* AJAX DIVs */
#dj_check {
	display: block;
	margin-bottom: 10px;
}
