/* CSS Document */
			<style type="text/css">
				<!--
				BODY {
					font-family : arial, verdana;
					font-size : 11px;
					margin : 0px;
					background-color:#3a8fa4
					}
				TD {
					font-family : arial, verdana;
					font-size : 11px;
					}
				.login_container {
					position : relative;
					left : 0;
					top : 0;
					height : 452;
					width : 250;
			/*		background-image : url(/images/login_back.jpg); */
					text-align : center;
					}
				.login_logo {
					position : absolute;
					left : 44;
					top : 316;
					height : 102;
					width : 173;
					}
				.button {
					font-family : verdana, arial;
					font-size : 9px;
					color : #ffffff;
					background-color : #5d5d5d;
					border : 1px solid #eeeeee;
					cursor : pointer;
					}
				.button1 {
					font-family : verdana, arial;
					font-size : 9px;
					color : #ffffff;
					background-color : #5d5d5d;
					border : 1px solid #eeeeee;
					cursor : pointer;
					}					
				.button_red {
					font-family : verdana, arial;
					font-size : 9px;
					color : #ffffff;
					background-color : #ff0000;
					border : 1px solid #eeeeee;
					cursor : pointer;
					}
				.button_orange {
					font-family : verdana, arial;
					font-size : 9px;
					color : #ffffff;
					background-color : #b79b18;
					border : 1px solid #eeeeee;
					cursor : pointer;
					}
				.button_green {
					font-family : verdana, arial;
					font-size : 9px;
					color : #ffffff;
					background-color : #09981d;
					border : 1px solid #eeeeee;
					cursor : pointer;
					}
				.title {
					font-size : 14px;
					font-weight : bold;
					}
				.text {
					border : 1px solid #aaaaaa;
					background-color : #eeeeee;
					font-family : arial, verdana;
					font-size : 11px;
					}
				.text_focus {
					background-color : #ffffff;
					}
				.small {
					font-size : 9px;
					font-family : arial, verdana;
					color : #aaaaaa;
					}
				A {
					color : #808080;
					text-decoration : none;
					}
				.light {
					color : #ffffff;
					}
				.icon	{ padding-left:9px; background-image:url(images/link.gif); background-repeat:no-repeat; background-position:left center; }					
				A:hover {
					color : #aaaaaa;
					text-decoration : underline;
					}

				FIELDSET		{ border:1px solid <%= ui_bg_dark %>; width:90%; }
				.menu_heading	{ border-bottom:1px solid <%= ui_bg_medium %>; padding-left:10px; line-height:20px; background-color:<%= ui_bg_dark %>; font-weight:bold; color:#ffffff; }
				.menu_item		{ border-bottom:1px solid <%= ui_bg_medium %>; padding-left:10px; line-height:20px; background-color:<%= ui_bg_light %>; font-weight:normal; color:#555555; cursor:pointer; }
				.step_heading	{ border-bottom:1px solid <%= ui_bg_medium %>; padding-left:20px; line-height:20px; background-color:<%= ui_bg_light %>; font-weight:normal; color:#555555; }
				.step_item {
					border-bottom		: 1px solid <%= ui_bg_medium %>;
					padding-left		: 20px;
					line-height			: 20px;
					background-color	: <%= ui_bg_light %>;
					font-weight			: normal;
					color				: #555555;
					cursor				: pointer;
				}
				.step_sub_item {
					border-bottom		: 1px solid <%= ui_bg_medium %>;
					padding-left		: 20px;
					line-height			: 20px;
					background-color	: <%= ui_bg_light %>;
					font-weight			: normal;
					color				: #555555;
					cursor				: pointer;
				}
				.menu_item.selected {
					background-color	: <%= ui_bg_extradark %>;
					color			 	: #ffffff;
					}
				.menu_item.active {
					border-right : 10px solid <%= ui_bg_medium %>;
					font-weight : bold;
					}
				.light	{ color : #ffffff; }
				.dark	{ color : <%= ui_bg_dark %>; }
				.xdark	{ color : <%= ui_bg_extradark %>; }
				.icon	{ padding-left:9px; background-image:url(images/link.gif); background-repeat:no-repeat; background-position:left center; }
				.noline { text-decoration : none; }
				TD.locked { background-color:#ffeeee; border-bottom:1px solid #ffaaaa; color:#ff5555; }
				.title .locked { padding-left:10px; font-size:11px; font-weight:normal; color:#ff0000; }

				.locked A		{ color:#000000; }
				.locked A:hover { color:#ff0000; text-decoration:none; }

				.bg_light	{ background-color : <%= ui_bg_light %>; }
				.bg_medium	{ background-color : <%= ui_bg_medium %>; }
				.bg_dark	{ background-color : <%= ui_bg_dark %>; }
				.bg_xdark	{ background-color : <%= ui_bg_extradark %>; }


				A:hover { color : <%= ui_bg_medium %>; }

				TH {
					font-family : arial, verdana;
					font-size : 11px;
					font-weight : bold;
					border-bottom : 1px solid gray;
					}

				.input_table TD {
					border-bottom : 1px solid #dddddd;
					}
				.detail_information {
					border : 1px solid #aaaaaa;
					background-color : #eeeeee;
					color : #aaaaaa;
				}
			
				.languagelink { color:#0051A0}
				.nieuwstext {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000000;}
				-->
			</style>
		<!-- general -->	
