img {
	border: 0px;
}

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

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #f000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc0000;
	text-decoration: underline;
}

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

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

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	background-color: #A7AFA7;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 8pt;
	color: #482C04;
	font-family: Verdana, arial, serif;
	background-color: #F3EEE4;
}

/* 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: #ffffff;
	font-family: Verdana, arial, serif;
	background-color: #000000;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #392201;
	background-color: #F0E6D4;
	border: 1px solid #BF8736;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #392201;
	background-color: #F0E6D4;
	border: 1px solid #BF8736;
	padding: 1px;
	font-family: Verdana, arial, serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #935F0D;
	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: #BF7B2A;
}

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

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

/* Alternating backgrounds... */
.windowbg, windowbg3
{
	color: gray;
	background-color: #F5F5F5;
}
.windowbg2
{
	color: #000000;
	background-color: #F5F5F5;
}

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


/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	color: #000000;
	font-style: normal;
	background-color: #999;
}

/* The borders around things. */
.bordercolor
{
	background-color: #999;
}
.tborder
{
	border: 1px solid #546359;
	background-color: #000000;
	padding: 2px;
}

/* Default font sizes. */
.smalltext
{
	color:#fff;
	font-size: 8pt;
	font-family: Verdana, arial, serif;
}
.windowbg2 .smalltext, .windowbg .smalltext
{
	color:#000;
}
.catbg3 td
{
	color:#fff;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

.bg1
{
	background-color: #000000;
}

.table1
{
	position: relative;
	background-color: #ffffff;
	border: 1px solid #ffffff
}

.table2
{
	position: relative;
	background-color: #blue;
	border: 1px solid yellow;
	border-top: 0px;
	text-align:center;
}

.b1
{
	background-color:#CCCCCC;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
padding:0px !important;
}

/* 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;
}