div#statusMessage	{
	position: fixed;  
	top: 25px;
	left: 50%;
	margin: 0 0 0 -220px; 
	font-weight: bold;
	text-align: center;
	background: url(/images/admin/statusMessage_background.png);
	padding: 3px;
	width: 440px; 
	height: 17px;
	z-index: 200;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-moz-box-shadow: 0 0 4px #888; 
	-webkit-box-shadow: 0 0 4px #888; 
	-o-box-shadow: 0 0 4px #888; 
	box-shadow: 0 0 4px #888; 
}

/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Popup */
div.popup_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 85; 
}
	div.popup_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 5%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
		overflow: auto; 
	}
	
	div.popup_innerwrap.fixedHeight	{
		overflow: auto; 
	}
	
		div.popup_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.popup_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}

/* Filter Refresh */
div.viewGeneral	{
	position: relative; 
}

div.filterRefreshOverlay	{
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url(/images/spinner.gif); 
	background-repeat: no-repeat;
	background-position: center center; 
	
	
	
}

	div.filterRefreshOverlay div.spinner	{
		display: none; 
		position: relative;
		margin: 0 auto;
		top: 40%;
		width: 32px;
		height: 32px;
		background: url(/images/spinner.gif) no-repeat;
		z-index: 11;
	}


/* ***
   CSS3 stylesheet
   for FINOX www.finox.nl
   
   (c) 2010 FINOX
   
   designed by Wil Stutterheim 
   for websiteman www.websiteman.nl
   wil(a)websiteman.nl
   *** */

/* General */ 
html, body	{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

body	{
	background: #021020 url(/images/1/background-body.jpg) repeat-x; 
	text-align: center; 
	color: #fff; 
	font-family: Verdana; 
	font-size: 12px; 
}

td, th	{
	vertical-align: top; 
}

ul li	{
	list-style: disc; 
}

ul li, ol li	{
	margin: 7px 0; 
}

/* Fonts */ 
textarea, input	{
	color: #000; 
}

p, address	{
	margin: 7px; 
	font-style: normal; 
}

a	{
	color: #92ccff; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover	{
	color: #92ccff; 
	text-decoration: underline; 
}

a.email	{
	color: #92ccff; 
	font-size: 12px; 
}

h1, h2, h3, h4	{
	font-family: "Trebuchet MS", Verdana, Helvetica;
	margin: 7px; 
	color: #92ccff /*#166194*/; 
}
	h1	{
		font-size: 23px; 
		margin-top: 23px; 
		margin-bottom: 10px; 
	}
	h2, aside h1	{
		font-size: 17px; 
		margin-top: 17px; 
		margin-bottom: 8px; 
	}
	h3, aside h2	{
		font-size: 15px; 
		margin-top: 13px; 
		margin-bottom: 7px; 
	}
	h4, aside h3	{
		font-size: 13px; 
		margin-top: 9px; 
	}

nav ul	{
	position: relative; 
	margin: 0; 
	padding: 0; 
	font-weight: bold; 
}

	nav ul li	{
		display: inline; 
		list-style: none; 
		position: relative; 
		margin-right: 20px; 
		font-family: Arial, Helvetica, Verdana; 
		font-size: 18px; 
	}

		nav ul li a	{
			color: #ffffff; 
		}
		nav ul li a:hover, nav ul li.active a	{
			color: #92ccff; 
			text-decoration: none; 
		}

		nav ul li ul	{
			display: none; 
			position: absolute; 
			top: 20px; 
			left: 0; 
			width: 200px; 
			background: #00224c; 
			border: 1px solid #6c88ac; 
			z-index: 10; 
		}
		
		nav ul li:hover > ul	{
			display: block; 
		}
		
			nav ul li ul li	{
				display: list-item; 
				list-style: none; 
				position: relative; 
				width: auto; 
				height: auto; 
				margin: 0; 
				padding: 0; 
				font-size: 12px; 
				font-weight: normal; 
			}
				nav ul li ul li:hover, nav ul li ul li.active	{
					background: #163c6a; 
				}
				
				nav ul li ul li a	{
					display: block; 
					height: auto; 
					width: 190px; 
					padding: 5px; 
				}

aside article p, aside article h1, aside article h2, aside article h3, aside article h4	{
	margin: 7px 0; 
}

/* Divs */
div#ie6warning	{
	display: none; 
	position: absolute; 
	z-index: 200; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 15px; 
	background: #fdffc4; 
	border-bottom: 1px solid #777; 
	text-align: left; 
}

header, nav, section, aside, article	{
	display: block; 
}

div#container	{
	position: relative; 
	margin: 0 auto; 
	width: 960px; 
	text-align: left; 
}

	div#container header	{
		position: relative; 
		width: 100%; 
		height: 190px; 
		border-bottom: 1px solid #6c88ac; 
	}
	
		div#logo_text	{
			position: absolute; 
			bottom: 5px; 
			left: 0; 
			width: 376px; 
			height: 134px; 
		}
			
		div#logo_image	{
			position: absolute; 
			bottom: 5px; 
			left: 340px; 
			width: 195px; 
			height: 178px; 
		}
		
		div#icons_header	{
			position: absolute; 
			bottom: 5px; 
			left: 750px; 
		}
	
		div#icons_text	{
			position: absolute; 
			font-family: "Courier new", courier; 
			top: 195px; 
			left: 750px; 
		}

	nav	{
		position: relative; 
		width: 940px; 
		padding: 15px 7px; 
		text-align: left; 
	}
	
	section	{
		position: relative; 
		float: left; 
		margin: 40px 0 0 0; 
		padding: 15px 5px; 
		width: 620px; 
		-moz-border-radius-topright: 15px; 
		-webkit-border-top-right-radius: 15px; 
		border-top-right-radius: 15px; 
		-moz-border-radius-topleft: 15px; 
		-webkit-border-top-left-radius: 15px; 
		border-top-left-radius: 15px; 
		background: #021124; 
		border: 1px solid #272e36; 
	}
	
	aside	{
		position: relative; 
		float: right; 
		margin: 40px 0 0 0; 
		padding: 5px 5px; 
		width: 280px; 
	}

		aside article	{
			padding: 0 7px; 
		}

div.spacer	{
	position: relative; 
	clear: both; 
	width: 100%; 
}

/* Images */
img	{
	border: none; 
}

img.linec, img.linel, img.nolinel, img.liner, img.noliner	{
	border: 1px #4d4d4d solid; 
	margin: 5px; 
}
	
img.linec	{
	display: block; 
	margin: 5px auto; 
}

img.nolinec	{
	display: block; 
	margin: 5px auto; 
	border: none; 
}

img.linel	{
	float: left; 
}

img.nolinel	{
	float: left; 
	border: none; 
}

img.liner	{
	float: right;
}

img.noliner	{
	float: right; 
	border: none; 
}

.emailhover img	{
	cursor: pointer; 
	margin-bottom: -1px; 
}