* {
	padding: 0px;
	margin: 0px;
	border: none;
}
/* CFimg classes worden opgevraagd in class_cms_filters */
.CFimgleft {
	float: left;
	margin: 5px 5px 5px 0px;
}
.CFimgright {
	float: right;
	margin: 5px 0px 5px 5px;
}
.CFimgcenter {
	display: block;
	float: left;
	text-align: center;
	margin: 5px 0px 0px 0px;
	border: none;
}
.CFimgcenter *{
	display: block;
	text-align: center;
}
.spacer
{
	width: 100%;
	height: 0px;
	}

/* BASE-AREAS */
#tmplt_sizer {
	position: absolute; left: 50%; margin-left: -483px; width:980px; top: 1%;
	padding: 2px;
	padding-right: 0px;
	min-height:98%;
	/* IE-FIX*/
	height: auto !important;
	height: 98%;
	/* end IE-FIX*/
	border: 1px solid #628DB4;
	background: #FFF url(../images/bg_logos-bridge.jpg);
 	background-position: top center;
	background-repeat: no-repeat;
	z-index:4;
}
#gl_header {
	width: 100%;
	height: 120px;
	/*background: url(../images/bridge_bar.jpg);*/
 	/*background-position: center;*/
	background: transparent;
 	}
#content_base_area {
	float: left;
	width: 980px !important;
	width: 980px;
}
#menu_area
{
	/*float: right;*/
	position: absolute;
	right: 2px;
	top: 42px;
	/*top: 70px;*/
	margin-left: 0px;
	width: auto;
	height: auto;
}
#right_area
{
	float: right;
	min-height: 12px;
	width: 820px !important;
	width: 830px;
}
#left_area
{
	float: left;
	min-height: 12px;
	height: 100%;
	margin-right: 0px;
	/*background: url(../images/bridge_menu.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: top right;*/
}
/* END OF BASE-AREAS */
table#logos {
	border-collapse: separate;
}
table#logos td {
	padding: 5px;
	border: 1px solid #EEE;
	}
#thumblist
{
	height: auto;
	overflow: auto;
	white-space: nowrap ;
}
#contentlist
{
	height: 200px;
	overflow: auto;
}
#pagelist
{
	height: auto;
	overflow: auto;
}

.help
{
	cursor: help;
}
/*Debugdeel*/
.msg {
	position:absolute;
	bottom: 10px;
	width: 45%;
	z-index:700;
	font-size: 11px;
	font-weight: bold;
	border: solid #000 1px;
	margin: 2px;
	background-image:url(system/trans-ez_manualdebug.png)
}
.debugmsg *, .objectinfo * {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.debugmsg {
	position:absolute;
	left: 20px;
	top: 25%;
	width: 45%;
	height: 70%;
	padding: 6px;
	overflow: auto;
	z-index:700;
	border: 1px solid #444;
}
.objectinfo {
	position:absolute;
	right: 10px;
	top: 25%;
	width: 45%;
	height: 70%;
	padding: 6px;
	overflow: auto;
	z-index:700;
	border: 1px solid #444;
	color: #FFF;
}
.errormsg {
	position:relative;
	top:400px;
	width: 55%;
	clear: both;
	overflow: auto;
	height: 100px;
	z-index:700;
	font-size: 11px;
	font-weight: bold;
	border: solid #000 1px;
	margin: 2px;
}
