
	
	/*
	CSS Include

	Name:	 	: CSS Layout	
	Address		: http://ixperion.smartsite.nl	
	©		: Smartsite Software BV 	
	Author	 	: 	
	Created	 	: 2003-11-23T22:33:15
*/


html {
	background: #FEFEFE;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url("/Community/Configuration/CSS/CSS_Images/Backgrounds/Body_Background.png") repeat-x;
	color: #000000;
	text-align:center;
}

#container{
	margin: auto;
	padding: 0;
	width: 1024px;
	height:100%;
	background: #ffffff url("/Community/Configuration/CSS/CSS_Images/Backgrounds/Container_Background_3.jpg") top right no-repeat;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	z-index: 0;
}

#toppane{
	position:relative;
	clear:both;
	margin: 0 ;
	padding: 0px 2px 5px 2px;
	width: 1024px;
	height: 120px;
	background: transparent url("/Community/Configuration/CSS/CSS_Images/Backgrounds/Toppane_background.png") top left no-repeat;
	color: #000000;
	z-index: 10;
}

#subtoppane{
	clear: both;
	/*margin: 15px 0 15px 0;*/
	padding: 0px 2px 0px 2px;
	width: 1024px;
	/*height: 100px;*/
	color: #000000;
	background-color: transparent;
	z-index: 10;
}

#middlepane{
	clear:both;
	margin: 5px 0 5px 0;
	padding: 0px 2px 0px 2px;	
	width: 1024px;
	color: #000000;
	min-height: 600px;
	background-color: transparent;
	z-index: 10;
}

#spotlight {
	/*margin-top: -26px;*/
	clear:both;
	float: left;
	width: 530px;
	/*height: 138px;*/
	padding-left: 0px;
	margin-left: 5px;
}
#spotlightnomember {
	/*margin-top: -26px;*/
	clear:both;
	float: left;
	width: 530px;
	/*height: 158px;*/
	padding-left: 0px;
	margin-left: 5px;
}

#leftpane{
	padding: 5px 0 0 4px;
	float: left;
	overflow: hidden;
	width: 804px;
	color: #000000;
	background-color: transparent;
	z-index: 10;
}

#leftpaneleft, .leftcolumn, .leftcolumn50{
	float: left;
	overflow: hidden;
	width: 599px;
	color: #000000;
	background-color: transparent;
	z-index: 10;
}

#leftpaneright, .rightcolumn, .rightcolumn50 {
	float: right;
	width: 200px;
	color: #000000;
	background-color: transparent;
	z-index: 10;
}

.leftcolumn50, .rightcolumn50{
	width: 49%;
}


#rightpane {
	padding: 5px 0 0 0;
	float: right;
	width: 205px;
	color: #000000;
	background-color: transparent;
	z-index: 10;
}

#bottompane {
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 1019px;
	height: 36px;
	line-height: 30px;
	background: transparent url("/Community/Configuration/CSS/CSS_Images/Backgrounds/Bottompane_Background.png") top left no-repeat;
	color: #ffffff;
	text-align: center;
	z-index: 10;
}

.clear {
	float:none;
	clear:both;
}

hr.splitter{
	display:none;
}

A.External {background: url('/configuration/css/images/externallink.gif') no-repeat top right; padding-right: 11px;}
