img
{
	border: 0px;
}

/* Normal, standard links. */
a:link
{
	color: #C31609;
	text-decoration: underline;
}
a:visited
{
	color: #C31609;
	text-decoration: underline;
}

a:hover
{
	color: #FB4A37;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #C31609;
	text-decoration: underline;
}
a.nav:hover
{
	color: #FB4A37;
	text-decoration: underline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #2F0501;
	font-size: 9pt;
	font-family: Tahoma, arial, helvetica, serif;
}

body
{
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #020000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #020000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #850C03;
	background-color: #A7140C;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #3E0201;
	background-color: #F4E0DF;
	border: 1px solid #971305;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
	width:90%;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #3E0201;
	background-color: #F4E0DF;
	border: 1px solid #971305;
	font-size: 8pt;
	padding: 1px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #761511;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

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

/* /me uses this a lot. */
.meaction
{
	color: #DB3B37;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #3E0801;
	background-color: #FEF8F7;
}
.windowbg2
{
	color: #3E0801;
	background-color: #FCECE9;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #FBCECB;
	font-style: normal;
	background-color: #851303;
}
.titlebg a:hover
{
	color: #FEFAFA;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-weight: bold;
	background-color: #B01B03;
	color: #FDF7F6;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #FEFAFA;
}

/* The borders around things. */
.bordercolor
{
	background-color: #9A0F01;
}
.tborder
{
	border: 1px solid #9A0F01;
	background-color: #720C01;
	padding: 2px;
}

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: #9F1607;
	border: 1px solid #5F0B02;
}
.headerbodies
{
	border: 1px solid #5F0B02;
	background-color: #FCE8E7;
	background-repeat: repeat-x;
	background-position: bottom;
}

.back1
{
	background-color:#FCEDEC;
}

.back2
{
	background-color:#FCF7F7;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}