#__asptrace{
	clear:both;
	display:block;
}

h1, h2, h3 {
color			: #145697;
}

h1 {
font-size		: 21px;
font-weight		: bold;
padding-bottom	: 20px;
}

h2 {
font-size				: 15px;
font-weight			: bold;
padding-bottom	: 7px;
}

h3 {
font-size		: 13px;
font-weight		: normal;
padding-bottom	: 5px;
}

table {
border-collapse	: collapse;
width:100%;
margin-bottom:10px;
}

th {
text-align			: left;
vertical-align	: top;
font-weight			: bold;
}

td {
padding-right	: 15px;
vertical-align	: top;
}

blockquote {
border			: 1px solid #999;
background		: #eee;
padding			: 10px 15px 10px 15px;
font-style		: italic;
}

#content ul,
#content ol {
margin-left		: 20px;
}

a,
a:visited {
color			: #084684;	
}

a:hover {
color:#333333;
text-decoration	:underline !important;	
}

div.back a {
		display:block;
		font-weight:bold;
		margin-bottom:7px;
		text-decoration:none;
	}

img {
 border:0 none;	
}


/* Uitlijning Afbeeldingen */
.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.alignright
{
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

/* Uitlijning Tekst */
div.left
{
  text-align: left;
}
div.center
{
  text-align: center;
}
div.right
{
  text-align: right;
}	

/* ---------- BASIC FORMS * ---------- */	
.formtable td {
padding-bottom	: 5px;
}

.DataBoundDetailTable td {
padding:2px;
}

.formtable th {
	width:175px;
}
input.DataBoundText.DataBoundPostcode{
	width:4em;
}

.DataBoundDetailTable th {
	width:175px;
	padding:4px 0px;
}

	.formtable label,
	.DataBoundDetailTable label{
	padding-right: 5px;
	}
	
	
	/* TUSSENKOP */
	.formtable h2 {
	padding-top: 10px;
	}
	
	
	/* TEXTINPUT / TEXTAREA / FILE */
	.forminputtext,
	.formtextarea,
	.DataBoundFile,
	input.DataBoundText,
	input.DataBoundTextShort,
	input.DataBoundTextShortXS,
	input.DataBoundTextLong,
	.tabContainer textarea,
	textarea.DataBoundUbbEditor,
	input[type="file"]{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 2px;
	
	}
	
		
		
		input.DataBoundText {
			width:200px;
		}
		
		input.DataBoundTextLong {
			width:250px;
		}
		
		input.DataBoundTextShort {
			width:35px;
		}
		
		input.DataBoundTextShortXS {
			width:22px;
		}
		
		textarea.DataBoundUbbEditor {
			width:500px;
		}
			
		.forminputtext:focus, .formtextarea:focus {
		background: white;
		}
		
		/* textarea counter: */
		.charactercounter
		{
			border: 1px solid #ccc;
			padding: 0px 5px;
			margin-left: 5px;
			float:right;
		}
		.charactercounter.max
		{
			font-weight: bold;
			color: red;
		}

	.forminputtext {
	width: 197px;
	}
	
		.forminputtextshort {
		width: 100px;
		}
		
		.forminputtextlong {
		width: 300px;
		}
	
	.formtextarea {
	width: 300px;
	height: 100px;
	}
	
	
	/* CHECKBOX / RADIO BUTTONS */
	.formmultiradio,
	.formmulticheckbox {
	line-height: 20px;
	}
	
	.formradio, 
	.formcheckbox {
	vertical-align: middle;
	}
	
	.formmulticheckbox label,
	.formmultiradio label {
	padding-left: 5px;
	}
	
	
	/* SELECT */
	select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fafafa;
	font-size: 12px;
	}
	
		select option {
		padding-right: 10px;
		}
		
	
	/* FORM ERRORS */
	div#melding {
	margin: 10px 0px;
	
	}
	
	div.melding_fout	{
	padding: 0px 10px 0px 20px !important;
	font-weight: bold;
	color: red;
	background:url("/images/icons/stop.png") no-repeat 0px 0px !important;
	}
	
	div.melding_leeg {
	color:black;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	}

	div.melding_mededeling {
	padding: 4px;
	font-weight: bold;
	color: green;
	border: 2px solid green;
	}

	.formtable td .Error {
	border-bottom: 1px dashed red;
	}
	
	label.validatieerror {
	display: block;
	color: red;
	}
	
	div.validatieerror {
	color: red;
	}
	
	/* FORM EDIT BUTTONS */
	


/********************************************************* Leden */

div.avatar
{
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
}

div.avatar.none
{
	background-image: url('/images/leden/avatars/none.jpg');
}


/* ---------- SITENODE COMMENTS ---------- */
#sitenodecomments {
}
#artikelcomments {
clear:left;
padding: 10px 0px;
}
	.comments {
	margin-top: 15px;
	width: 530px;
	}

		.comment {
		margin-bottom: 10px;
		background: url('/images/forum-bg-td.gif') repeat-x left bottom;
		padding: 4px 10px 8px 10px;
		}

			.comment .avatar	{
			float: left;
			margin-left: -10px;	
			}

			#content .comment .avatar img {
			border: 1px solid #cacaca;
			}

			.comment .name,
			.comment .date,
			.comment .text {
			margin-left:75px;
			}

			.comment .text {
			margin-bottom: 10px;
			}

			.comment .name {
			font-weight: bold;
			margin-top: -4px;
			}

				.comment .name a,
				.comment .name a:visited {
				text-decoration: none;
				text-transform: capitalize;
				}

			.commentcontent {
			display: table;
			min-height: 70px;
			}

			.commentfooter .date {
			float: left;
			color: #999;
			}
			
				.actions {
				height: 16px;
				line-height: 16px;
				margin-bottom: 3px;
				margin-right: -10px;
				}

					#content .actions img {
					border: none;
					background: none;
					}

						.actions .notok, .actions .edit {
						float: right;
						}

	
	/* COMMENTSFORM */
	#commentform {
	background: #f4f4f4;
	border: 1px solid #cacaca;
	width: 516px;
	padding: 10px 6px 10px 6px;
	}
	
		#commentform td {
		padding-bottom: 10px;
		}

		#commentform th {
		width: 79px;
		}
		
		#content #commentform img {
		border: 1px solid #cacaca;
		padding: 0px;
		background: white;
		margin-bottom: 1px;
		margin-right: 1px;
		}
		
		#commentform textarea {
		width: 400px;
		height: 150px;
		}		
		
		.captchaimage {
		padding-bottom: 10px;
		}

	.mailtomail {
	margin:10px 0px;
	}


/* ---------- SITEMAP ---------- */
#content .sitemap ul {
list-style: circle;
margin-bottom: 5px;
}

	#content .sitemap ul ul {
	font-size: 11px;
	}

	
/* ----- LEDENOVERZICHT ----- */
.ledenboek {
margin-top: 15px;
}

	.lid {
	width: 170px;
	height: 110px;	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

	}
	
		.lid h2 {
		padding-bottom: 0px;
		}
		
			.lid h2 a,
			.lid h2 a:visited {
			text-decoration: none;
			}


/* ---- addthis ----*/

div#addthisblock {
	clear:left;
	padding: 10px 0px 0px 0px;
	height: 20px;
}
	#addthisblock a {
		float:left;
	}
