/* Normal, standard links. */
a:link, a:visited {
	color: #4f5807;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #a3963b;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.nav:hover {
	font-weight: bold;
	color: #a3963b;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use Verdana in black. */
body, td, th {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffe3;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea {
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

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

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* Standard horizontal rule.. */
hr {
	color: #4f5807;
	background-color: transparent;
}

/* A more colorful hr.. */
.hrcolor {
	height: 1px;
	border: 0;
	color: #4f5807;
	background-color: #4f5807;
}

/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #E6E6CA;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 10px;
  text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

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

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	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 {
	color: #000000;
	background-color: #ffffe3;
}
.windowbg2 {
	color: #000000;
	background-color: #ffffe3;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #ffffe3;
	background-color: #a3963b;
	background-image: url(images/subhead_bg.png);
}

.titlebg a:link, .titlebg a:visited {
	color: #ffffff;
}

.titlebg a:hover {
	color: #a3963b;
}

/* The category headers, page indexes, and such things. */
.catbg {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffe3;
	background-image: url(images/header_bg.png);
	color: #000000;
}

.catbg a:link, .catbg a:visited {
	color: #4f5807;
}

.catbg a:hover {
	color: #a3963b;

}

/* The borders around things. */
.bordercolor {
	background-color: #4f5807;
}

.tborder {
	border: 1px solid #4f5807;
	background-color: #ffffe3;
}

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