/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* A quote, perhaps from another post. */
.quote
{
	font-size: x-small;
	font-family: Sans-serif;
	color: #FFFFFF;
	background-color: dimgray;;
	border: 1px #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-size: x-small;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #FFB920;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	line-height: 1.3em;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg, .windowbg2, .windowbg3
{
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.windowbg
{
	background-color: #475747;
	border-color: #6B6B6B #252525 #252525 #6B6B6B;
}
.windowbg2
{
	background-color: #506050;
	border-color: #999999 #414141 #414141 #999999;
}
.windowbg3
{
	background-color: #677767;
	border-color: #FFFF99 #CC9900 #CC9900 #FFFF99;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	background-color: #677767;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	background-color: #3A473A;
	border-color: #999999 #414141 #414141 #999999;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* The borders around things. */
.bordercolor
{
	background-color: #3F4F3F;
}
.tborder
{
	border: 1px solid #3F4F3F;
}

/* Default font sizes. */
.smalltext
{
	font-size: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

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