@charset "utf-8";

/*	NETVLIES CMS STYLES
	Author:	Sebastiaan Smid, Netvlies
	----------------------------------------------------*/
	.user-content { overflow: hidden; height: 100%; margin: 0 ; padding: 0; font-size: 12px; line-height:17px; font-family: Verdana, Arial, Helvetica, sans-serif; }
	.user-content h2 { font-size: 17px; line-height:19px;  color: #3b3b3b; margin: 0 0 15px 0; }
	.user-content h3 { font-size: 15px; line-height:17px; color: #3b3b3b; margin: 0 0 15px 0; }

	.user-content p { margin: 0; padding: 0; }
	.user-content blockquote { font-family: 'Gotham'; font-weight: bold; font-size: 21px; line-height: 25px; color: #3b3b3b;} 

	.user-content ul, .user-content ol { margin: 0 0 14px 0px; }
	.user-content ul li { padding: 2px 0 2px 11px; list-style: none; background: url(../img/li_icon_orange.gif) no-repeat left 10px;  }
	.user-content ol li { padding: 2px 0 2px 0px; margin: 0 0 0 25px; list-style-position: outside; }

	.user-content a, .user-content a:active, .user-content a:visited { color: #ff7901; }
	.user-content a { color: #ff7901; text-decoration: underline; } 
	.user-content a.external { font-size: 12px !important }
	.user-content a:hover { color: #3b3b3b; text-decoration: underline; }
	.user-content img.imgLeft { float: left; margin-right: 10px; }
	.user-content img.imgRight { float: right; margin-left: 10px; }

	.user-content div.photoLeft { font-size: 10px; color: #cdcdcd; float: left; margin-right: 10px; text-align: center; }
	.user-content div.photoRight { font-size: 10px; color: #cdcdcd; float: right; margin-right: 10px; text-align: center; }

	.user-content table { width: 99%; margin: 1em 0 1em 1px; border-collapse: collapse; border-spacing: 0; border-color: #e4e4e4;  }
	.user-content tr { }
	.user-content td { padding: 3px; }
	.user-content td.hdr { background: #fff; font-weight: bold; }
	

