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

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

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

	width:											100%;
	line-height:									18px;
}

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

ul, ol {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									20px;
	margin-right:									0px;
}

form {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
}

#frame {
 	background-color:								#FFFFFF;
	color:											#000000;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	text-align:										left;
}

#frame .square_brown_1 {
	display:										none;
}

#frame .square_brown_2 {
	display:										none;
}

#frame .square_brown_3 {
	display:										none;
}

#frame .square_purple_1 {
	display:										none;
}

#frame .square_purple_2 {
	display:										none;
}



/* Header styles */
#header {
 	display:										none;
}

/* Menu styles */
#frame #mainmenu {
	display:										none;
}

#frame #additionalmenu {
	display:										none;
}


/* Content styles */
#frame #content {
	background-color:								#FFFFFF;
	color:											#000000;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									15px;
	padding-bottom:									15px;
	padding-left:									15px;
	padding-right:									15px;
	
	width:											510px;
}

#frame #content a:link 								{ color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: underline; }
#frame #content a:active 							{ color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: underline; }
#frame #content a:visited 							{ color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: underline; }
#frame #content a:hover 							{ color: #000000; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: none; }

#frame #content h1 {
    color:											#000000;
	
    font-family:									times new roman, serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										24px;

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

#frame #content h2 {
    color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										16px;

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

#frame #content h3 {
    color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										12px;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									18px;
}

#frame #content img {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									10px;
	margin-right:									0px;
	
	float:											right;
}

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

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

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

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

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

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

#frame #content .daterow {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	clear:											both;
}

#frame #content .daterow .date {
	font-weight:									bold;
	
	float:											left;
	width:											100px;
}

#frame #content .daterow .type {
	font-style:										italic;
	
	float:											left;
	width:											100px;
}

#frame #content .daterow .description {
	float:											left;
}

#frame #content .row {
	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	clear:											both;
}

#frame #content .row .label {
	padding-top:									1px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									3px;
	
	float:											left;
	text-align:										right;
	width:											150px;
}

#frame #content .row .field {
	padding-top:									1px;
	padding-bottom:									0px;
	padding-left:									2px;
	padding-right:									0px;
	
	float:											left;
	width:											330px;
}

#frame #content .row .field .input {
	background-color: 								#FFFFFF;
	color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										12px;

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

#frame #content .row .field .input_error {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										12px;

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

#frame #content .row .field .select {
	background-color: 								#FFFFFF;
	color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										12px;

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

#frame #content .row .field .textarea {
	background-color: 								#FFFFFF;
	color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										12px;

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




/* Copyright styles */
#footer {
 	display:										none;
}

#footer a:link 										{ color: #8B8C8E; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 9px; text-decoration: none; }
#footer a:active 									{ color: #8B8C8E; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 9px; text-decoration: none; }
#footer a:visited 									{ color: #8B8C8E; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 9px; text-decoration: none; }
#footer a:hover 									{ color: #8B8C8E; font-family: verdana, arial, sans-serif; font-weight: normal; font-style: normal; font-size: 9px; text-decoration: underline; }

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