@charset "utf-8";

/*	Project: DHM - Prins voor een dag (CMS styles)
	Author:	Stephan van Opstal, Netvlies
	Date: 2010.06.28
	----------------------------------------------------*/
	.user-content { width: 570px; overflow: hidden; height: 100%; margin: 0; padding: 0; font-size: 12px; line-height: 16px; font-family: Verdana, Helvetica, sans-serif;  }
	.user-content h2 { font-size: 17px; color: #4e4d4c; margin: 0 0 15px 0; font-family: FormataRegular, Verdana, Helvetica, sans-serif; text-transform: none; }
	.user-content h3 { font-size: 15px; color: #4e4d4c; margin: 0 0 15px 0; text-transform: none; }
	.user-content h4 { font-size: 13px; color: #4e4d4c; margin: 0 0 15px 0; text-transform: none; }

	.user-content p { margin: 0 0 15px 0; padding: 0; color: #505050; }
	.user-content blockquote { padding-left: 30px; }

	.user-content ul { margin: 0 0 15px 0px; }
	.user-content ol { margin: 0 0 15px 8px; }
	.user-content ul li { background: url(../img/user-content_ico_bullet.gif) no-repeat 0 1px; padding: 0 0 0 18px; color: #505050; }
	.user-content ol li { list-style-type: decimal; margin: 0 0 0 15px; color: #505050; }
	.user-content ol ol, .user-content ul ul, .user-content ol ul, .user-content ul ol { margin-bottom: 0; }
	.user-content ol ul li {  margin-left: 0; list-style: none; }
	.user-content ul ol li { padding-left: 0; background: 0; }

	.user-content a, .user-content a:active, .user-content a:visited { color: #009a82; }
	.user-content a { color: #009a82; text-decoration: underline; } 
	.user-content a:hover { color: #009a82; text-decoration: underline; }
	.user-content img.imgLeft { float: left; margin: 5px 10px 0 0; }
	.user-content img.imgRight { float: right; margin: 5px 0 0 10px; }

	.user-content table { border: none; border-collapse: collapse; border-spacing: 0; border-left: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; }
	.user-content thead td { padding: 3px; background: #009a82; font-weight: bold; color: #fff; }
	.user-content td { padding: 3px ; border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; }
	.user-content tr.even td { background: #faf9f9; }
	
	.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-content .nvs_googlemap {
		background-color: #ccc;
		padding: 10px;
	}
