/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
.quoteheader
{
	color: #7a899c;
}
.codeheader, .quoteheader
{
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}
blockquote, blockquote blockquote blockquote
{
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
	background: url(../images/theme/quote.png) 2px 2px no-repeat #D7DAEC;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 1em 1em 1em 2em;
	margin: 0.3em 0 0 0;
}
blockquote blockquote
{
	background: #e7eAfC;
}

/* A code block - maybe even PHP ;). */
code
{
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	background: #eee;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	line-height: 1.3em;
	padding: 3px 1em;
	overflow: auto;
	white-space: pre;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

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

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* A more discreet highlight color, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}
