.zwartelinks a
{
	color: #000000
}

/* Styling for BBC tags */
.bbc_size
{
	line-height: 1.4em;
}
.bbc_color a
{
	color: inherit;
}
.bbc_img
{
	border: 0;
}
.bbc_list
{
	margin: 0;
}
.bbc_table
{
	font: inherit;
	color: inherit;
}
.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}
.bbc_u
{
	text-decoration: underline;
}
.bbc_tt
{
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader
{
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
	color: #000;
	background-color: #f5e5ce;
	border: 1px solid #52301a;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
	overflow: auto;
}

/* A code block - maybe even PHP ;). */
code.bbc_code
{
	display: block;
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
	font-size: x-small;
	background-color: #f5e5ce;
	border: 1px solid #52301a;
	line-height: 1.3em;
	padding: 1px;
	overflow: auto;
	white-space: pre;
	/* Show a scrollbar after about 24 lines. */
	max-height: 24em;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Spoilertag-stijlen */
.spoilerheader
{
	background: #925c30;
	color: #f8f0d3;
}

.infoheader
{
	background: #ece2b4;
	color: #000;
}

.warningheader
{
	background: #732a17;
	color: #efcfc7;
}

.spoilerheader, .infoheader, .warningheader
{
	padding: 4px;
	font-family: tahoma, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
	border: 1px solid #333;
}

.spoilerheader a, .infoheader a, .warningheader a
{
	font-size: 12px;
	font-weight: bold;
	color: inherit !important;
}

.spoilerbody, .infobody, .warningbody
{
	border: 1px solid #000;
	border-top: 0;
	padding: 5px;
	overflow: auto;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #573105;
	background-color: #573105;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
