#T_SITE_HEADER{
  display: none;
}

#T_SITE_MENU{
  display: none;
}

/*  CONTENT  */

#T_CONTENT{
	float: left;
}

#pageLeft {
}

#pageCenter {
	width: 645px;
}

#pageRight {
}

#T_PAGE_BODY {
}


/*  SITE FOOTER  */

#T_SITE_FOOTER {
  border-top: 1px solid #ccc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  padding-top: 5px;
  font-size: 11px;
  padding-bottom: 5px; 
}

#T_SITE_FOOTER a {
  color: #666;
  font-size: 11px;
}

/* Errors */

div.pageError{
	display: none;
}

/* Confirmations */

div.pageConfirmation{
	display: none;
}

/* List Headers */

div.listHeader{
	padding: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px dashed #CCC;	
	text-align: center;
	background: url(/be-nl/images/backgrounds/list_header.gif) no-repeat top left;
}

div.listHeader p{
	margin: 0px;
}

div.listNavigation{
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.listNavigation td, table.listNavigation p, table.listNavigation a{
	font-size: 11px;
}

div.listBody{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px dashed #CCC;
	border-right: 1px dashed #CCC;	
}

td.listColumnTitle{
	font-weight: bold;
	border-left: 1px dashed #CCC;	
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

td.listColumn{
	border-bottom: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	vertical-align: top;
}

div.listLegend, div.listLegend td, div.listLegend p, div.listLegend a{
	font-size: 11px;
	color: #777;
}

/* ACTION FORM ON LISTS */

form.listActions{
	margin: 0px;
	padding: 0px;
}
form.listActions button{
	border: 0px;
	background: transparent;
	min-width: 5px;
	font-size: 11px;
}

/* FORM LEGEND */

div.formLegend, div.formLegend td, div.formLegend p, div.formLegend a{
	margin-top: 5px;
	font-size: 11px;
	color: #777;
}