@charset "utf-8";

/*	NETVLIES CMS STYLES
	Author:	Sebastiaan Smid, Netvlies
	----------------------------------------------------*/
	.user-content { margin: 0 ; padding: 0; color: #5a5a5a; font-size: 12px; line-height:18px; font-family: Arial, Helvetica, sans-serif; }
	.user-content h2 { font-size: 14px; color: #7c7c7c; margin: 0 0 3px 0; letter-spacing: -1px; }
	.user-content h3 { font-size: 16px; font-weight: normal; color: #e39717; margin: 0 0 5px 0; }
	.user-content h4 { font-size: 14px; font-weight: normal; color: #e39717; margin: 0 0 5px 0; }

	.user-content p { margin: 0; padding: 0; }
	.user-content blockquote { padding-left: 30px; }

	.user-content ul { margin: 0 0 16px 15px; }
	.user-content ol { margin: 0 0 16px 18px; }
	.user-content ul li { padding: 2px 0 2px 0px; list-style: square; }
	.user-content ol li { padding: 2px 0 2px 0px; list-style-position: outside; }
	.user-content hr { height: 1px; border: 0; background: #ccc; color: #ccc; margin: 16px 2px; }
	.user-content a, .user-content a:active, .user-content a:visited { color: #000; }
	.user-content a { color: #5a5a5a; text-decoration: underline; } 
	.user-content a:hover { color: #5a5a5a; text-decoration: underline; }
	.user-content img.imgLeft { float: left; margin-right: 10px; }
	.user-content img.imgRight { float: right; margin-left: 10px; }

	.user-content table {  margin: 1em 0 1em 1px; border: none; border-collapse: collapse; border-spacing: 0;  }
	.user-content td { padding: 4px 10px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
	.user-content td:first-child { border-left: 0; }
	.user-content td.hdr { font-weight: bold; }
	.user-content tr:first-child td { border-top: 0; }
	
	.user-content table.no_table_border { border-left: 0; border-top: 0; }
	.user-content table.no_table_border td { border-bottom: 0; border-right: 0; }

/*	User form
	----------------------------------------------------*/
	.user-form { margin: 0; padding: 0; font-size: 13px; line-height: 24px; color: #5a5a5a; }
	.user-form h2 { font-size: 16px; font-weight: normal; color: #e39717; margin: 0 0 5px 0; }
	.user-form p.error { color: #ff0000; }
	.user-form fieldset { border: 0; padding: 15px 0 0 0; }
	.user-form li { list-style: none; padding: 0 0 12px 0; height: 100%; overflow: hidden; }
	.user-form li label { display: block; float: left; width: 150px; font-weight: bold; }
	.user-form li div { float: left; width: 250px;}
	.user-form li div label { display: inline; float: none;vertical-align: middle; }
	.user-form li div span.error { display: block; margin: 3px 0 0 0; padding: 0 0 0 16px;  font-weight: bold; color: #990000; background: url(../img/frm_error_ico.gif) no-repeat left center; }
	.user-form li input { margin: 0; padding: 0; }
	.user-form li input.text { width: 470px; border: 1px solid #c4c4c4; padding: 4px 5px;  }
	.user-form li input.radio { vertical-align: middle; }
	.user-form li input.checkbox { height: 1em; vertical-align: middle; }
	.user-form li label.checkbox { display: block; }
	.user-form li input.submit { }
	.user-form li select.select { width: 180px; height: 24px; border: 1px solid #c4c4c4; }
	.user-form li select.multiselect { width: 180px; height: auto; }
	.user-form li textarea { width: 480px; font-size: 13px; line-height: 1.3em; height: 7.9em; border: 1px solid #c4c4c4;  }
	.user-form li .required { margin-left: 5px; }
	.user-form li.error input.text { border: 1px solid #ff0000; }
	.user-form li.error textarea { border: 1px solid #ff0000; }
	.user-form #h_pot_veld { display: none; visibility: hidden; }

/* homepage actions */
	.home-user-content { margin: 0 ; padding: 0; color: #353535; font-size: 12px; line-height:18px; font-family: Arial, Helvetica, sans-serif; }
	.home-user-content h2, .home-user-content h2 a { font-size: 26px; line-height: 35px; font-family: Verdana; color: #ea5a0c; margin: 0 0 10px 0; font-weight: normal; }
	.home-user-content h3, .home-user-content h3 a  { font-size: 12px; text-transform: uppercase; font-weight: normal; color: #353535; margin: 0 0 5px 0; }
	.home-user-content h4, .home-user-content h4 a  { font-size: 14px; font-weight: normal; color: #ea5a0c; margin: 0 0 5px 0; }
	.home-user-content h2 a, .home-user-content h3 a, .home-user-content h4 a { text-decoration: none; }

	.home-user-content p { margin: 0; padding: 0; }
	.home-user-content blockquote { padding-left: 30px; }

	.home-user-content ul { margin: 0 0 16px 15px; }
	.home-user-content ol { margin: 0 0 16px 18px; }
	.home-user-content ul li { padding: 2px 0 2px 0px; list-style: square; }
	.home-user-content ol li { padding: 2px 0 2px 0px; list-style-position: outside; }
	.home-user-content hr { height: 1px; border: 0; background: #ccc; color: #ccc; margin: 16px 2px; }
	.home-user-content a, .user-content a:active, .user-content a:visited { color: #000; }
	.home-user-content a { color: #353535; text-decoration: underline; } 
	/*.home-user-content a:hover { color: #353535; text-decoration: underline; }*/
	.home-user-content img.imgLeft { float: left; margin-right: 10px; }
	.home-user-content img.imgRight { float: right; margin-left: 10px; }

	.home-user-content table {  margin: 1em 0 1em 1px; border: none; border-collapse: collapse; border-spacing: 0;  }

	.home-user-content td { padding: 4px 10px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
	.home-user-content td:first-child { border-left: 0; }
	.home-user-content td.hdr { font-weight: bold; }
	.home-user-content tr:first-child td { border-top: 0; }
	
	.home-user-content table.no_table_border { border-left: 0; border-top: 0; }
	.home-user-content table.no_table_border td { border-bottom: 0; border-right: 0; }
