/* default classes for GX WebManager - DO NOT REMOVE */
.displayNone {
	display:none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.clearBoth {
	clear: both;
}
.noBorder {
	border: none;
}
/* project specific dynamic styles and classes */
#top_navigation {
	height: 28px;	
	background:url(/static/project/gxwebmanager/back_topnavigation_dutch.gif) no-repeat;
}