/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

/* General styles */
html {
	height:											100%;
	width:											100%;
}

body {
 	background-color:								#FFFFFF;
	color:											#58585A;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	height:											100%;
	width:											100%;

	line-height:									1.5em;
	text-align:										center;	
}

table, tr, td {
	vertical-align:									top;
}

img {
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

.display_none										{ display: none; }
.display_block										{ display: block; }
.clear_both 										{ line-height: 0px; height: 0px; clear: both; }

#frame {
	text-align:										left;
	width:											100%;
}



/* Hide header, menu, language, footer styles */
#uyos_admin {
	display:										none;
}

#header {
	display:										none;
}

#frame #menu {
	display:										none;
}

#frame #language {
	display:										none;
}

#footer {
	display:										none;
}





/* Content styles */
#frame #content {
	margin-top:										20px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	width:											610px;
	float:											left;
}

#frame #content #image {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									0px;
	padding-bottom:									20px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #image img {
	border-style:									solid;
	border-color:									#58585A;
	border-width:									1px;
}

#frame #content #text {
	font-family:									verdana, arial, sans-serif;
	font-weight:									normal;
	font-style:										normal;
	font-size:										0.8em; 

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text #intro {
	color:											#808080;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										1.2em;

	line-height:									1.5em;
	clear:											both;
}

#frame #content #text h1 {
    color:											#58585A;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										1.5em;

	margin-top:										0px;
	margin-bottom:									10px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									2em;
}

#frame #content #text h2 {
    color:											#58585A;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										1.3em;

	margin-top:										0px;
	margin-bottom:									5px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									1.8em;
}

#frame #content #text h3 {
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										0.8em;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									1.5em;
}

#frame #content #text a:link 						{ color: #58585A; text-decoration: underline; }
#frame #content #text a:active 						{ color: #58585A; text-decoration: underline; }
#frame #content #text a:visited 					{ color: #58585A; text-decoration: underline; }
#frame #content #text a:hover 						{ color: #58585A; text-decoration: none; }

#frame #content #text ol {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									5px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									20px;
	padding-right:									0px;
}

#frame #content #text .error {
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;
	
	padding-top:									5px;
	padding-bottom:									5px;
	padding-left:									35px;
	padding-right:									10px;

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	border-style:									solid;
	border-color:									#FF0000;
	border-width:									1px;
}

#frame #content #text .succes {
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										0.8em;
	
	padding-top:									5px;
	padding-bottom:									5px;
	padding-left:									35px;
	padding-right:									10px;

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	border-style:									solid;
	border-color:									#599D12;
	border-width:									1px;
}







/* Form styles */
#frame #content #text fieldset {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
	
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

#frame #content #text #overview {
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
	
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

#frame #content #text #overview legend {
	color:											#404040;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										0.8em;

	padding-top:									0px;
	padding-bottom:									5px;
	padding-left:									5px;
	padding-right:									5px;
}

#frame #content #text #overview ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content div fieldset ul .title {
	list-style:										none;
	list-style-image:								none;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										0.85em;
	
	margin-top:										10px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									5px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .odd {
	list-style:										none;
	list-style-image:								none;
	background-color:								#F5F5F6;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .even {
	list-style:										none;
	list-style-image:								none;
	background-color:								#FAFAFB;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .total {
	list-style:										none;
	list-style-image:								none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									5px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul li span {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;
	
	width:											80px;
	float:											left;
}

#frame #content #text #overview ul li .width_120 	{ width: 120px; }
#frame #content #text #overview ul li .width_145_r 	{ width: 145px; text-align: right; }
#frame #content #text #overview ul li .width_200 	{ width: 200px; }
#frame #content #text #overview ul li .width_260_r	{ width: 260px; text-align: right; }
#frame #content #text #overview ul li .width_450 	{ width: 450px; }

#frame #content #text #overview ul li label {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;

	vertical-align:									top;
	width:											180px;

	display:										block;
	float:											left;
}

#frame #content #text #overview ul li .input {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #overview ul li .input_error {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style:									solid;
	border-width:									1px;
	border-color:									#FF0000;
}

#frame #content #text #overview ul li .select {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #overview ul li .textarea {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #overview ul li .submit {
	background-color: 								#7F7F7F;
	color: 											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #selection {
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.85em;

	margin-top:										0px;
	margin-bottom:									15px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
	
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;

	border-bottom-style: 							solid;
	border-bottom-color:							#A9ABAD;
	border-bottom-width: 							1px;
	
	line-height:									1.25em;
	clear:											both;
}

#frame #content #text #selection ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text #selection ul li {
	list-style:										none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									5px;
	
	float:											left;
}

#frame #content #text #selection ul li .input {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.85em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #selection ul li .select {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.85em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text #selection ul li .submit {
	background-color: 								#FFFFFF;
	color: 											#58585A;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										1.25em;

	border-style: 									none;
	border-color:									#FFFFFF;
	border-width:									0px;
	
	line-height:									1em;
	width:											15px;
}

#frame #content #text .detail {
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									10px;
	padding-left:									10px;
	padding-right:									10px;
	
	border-style:									solid;
	border-color:									#58585A;
	border-width:									1px;
}

#frame #content #text .detail legend {
	color:											#58585A;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										0.8em;

	padding-top:									0px;
	padding-bottom:									5px;
	padding-left:									5px;
	padding-right:									5px;
}

#frame #content #text .detail ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text .detail ul li {
	list-style:										none;
	list-style-image:								none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text .detail ul li label {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;

	vertical-align:									top;
	width:											180px;

	display:										block;
	float:											left;
}

#frame #content #text .detail ul li .input {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text .detail ul li .input_error {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style:									solid;
	border-color:									#FF0000;
	border-width:									1px;
}

#frame #content #text .detail ul li .select {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text .detail ul li .checkbox {
	width:											auto;
	float:											left;
}

#frame #content #text .detail ul li .radiobutton {
	width:											auto;
	float:											left;
}

#frame #content #text .detail ul li .textarea {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text .detail ul li .submit {
	background-color: 								#7F7F7F;
	color: 											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
}

#frame #content #text .detail ul li #preview {
	border-style:									solid;
	border-color:									#E6E6E6;
	border-width:									1px;

	width:											600px;
	height:											250px;

	overflow:										auto;
	clear:											both;
}

#frame #content #text .detail ul li #preview table tr td {
	padding-top:									1px;
	padding-bottom:									1px;
	padding-left:									3px;
	padding-right:									3px;

	border-bottom-style:							solid;
	border-bottom-color:							#E6E6E6;
	border-bottom-width:							1px;

	border-right-style:								solid;
	border-right-color:								#E6E6E6;
	border-right-width:								1px;
}

#frame #content #text .detail ul li #initials			{ width: 67px; }
#frame #content #text .detail ul li #firstname			{ width: 275px; }
#frame #content #text .detail ul li #infix				{ width: 235px; }
#frame #content #text .detail ul li #birthdate_day		{ width: 115px; }
#frame #content #text .detail ul li #birthdate_month	{ width: 116px; }
#frame #content #text .detail ul li #birthdate_year		{ width: 116px; }
#frame #content #text .detail ul li #address_street		{ width: 275px; }
#frame #content #text .detail ul li #address_number		{ width: 67px; }
#frame #content #text .detail ul li #postalcode			{ width: 67px; }
#frame #content #text .detail ul li #city				{ width: 275px; }

/* Developed by Dubbele:punt Design - www.dubbelepunt.com */