@charset "utf-8";

/*	NETVLIES CMS STYLES
	Author:	Sebastiaan Smid, Netvlies
	----------------------------------------------------*/
	.user-content { margin: 0 ; padding: 0; font-size: 1.2em; line-height: 1.4em; }
	.user-content p { margin: 0; padding: 0; }
	.user-content a, .user-content a:active, .user-content a:visited { color: #000; }
	.user-content a { color: #000; text-decoration: underline; } 
	.user-content a:hover { color: #9f409c; text-decoration: underline; }
	.user-content img.imgLeft { float: left; margin-right: 10px; }
	.user-content img.imgRight { float: right; margin-left: 10px; }
	
	.user-content ul, .user-content ol { margin: 0 0 14px 0px; }
	.user-content ul { list-style: none; list-style-position: inside;  }
	.user-content ul li { padding: 2px 0 2px 15px; background:url(../img/hc/user-content_li_ico.gif) no-repeat left 0.5em; }
	.user-content ol li { padding: 2px 0 2px 0px; list-style-position: inside; }
	
	.user-content h2 { font-size: 1.335em; line-height: 1.4em; }
	.user-content h3 { font-size: 1.165em; line-height: 1.4em; }
	.user-content h4 { font-size: 1.085em; line-height: 1.4em; }
	
	.user-content table { width: 99%; font-size: 1.2em; line-height: 1.4em; margin: 0 0 0 1px; border: none; border-collapse: collapse; border-spacing: 0; border-left: 1px solid #ccc; border-top: 1px solid #ccc; }
	.user-content tr { }
	.user-content td, .user-content th { padding: 3px ; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
	.user-content td.hdr, .user-content th { background: #000; font-weight: bold; color: #fff; }

