@charset "iso-8859-1";
/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #5A5A5A;
	text-decoration: underline;
}


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

.nav_type{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

.nav_type_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #DEDEC8;
	color: #000000;
	border-right-color: #FF6600;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #ff6600;
	border-left-style: solid;
	border-left-width: 2px;
	font-weight: bold;
}

#div_nav_1 {
	text-align: center;
	height: 144px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-size: x-small;
	text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: red;
text-decoration: underline;
}

/* the pagenumbers shall be smaller and without underlines */
.pagenumbers
{
	color: #ffffff;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

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

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

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

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

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

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

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

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #cc6600;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	  width: 95%;
	  background-color: #DDDCDA;
	  border-left: #808080 0px solid;
	  border-right: #808080 0px solid;
	  border-bottom: #808080 1px solid;
	  padding: 4px;
	  margin: 0px auto 8px;
	  color: #000000;
	  font-weight: bold;
}

/* Nested quotes alternating color. */
.quote .quote, .quote .quote .quote .quote, .quote .quote .quote .quote .quote .quote
{
	  background-color: #FFEBC4;
}
.quote .quote .quote, .quote .quote .quote .quote .quote
{
	  background-color: #DDDCDA;
}

/* The "Quote:" header parts... */
.quoteheader
{
	  width: 95%;
	  border-left: 0;
	  border-right: 0;
	  border-top: #808080 1px solid;
	  padding: 3px;
	  font-style: italic;
	  font-weight: bold;
	  font-size: x-small;
	  color: #4D4D4D;
	  margin: 8px auto 0px;
	  background-color: #AFAFAF;
}

/* Nested quoteheaders alternating color. */
.quote .quoteheader, .quote .quote .quote .quoteheader, .quote .quote .quote .quote .quote .quoteheader
{
	  background-color: #D79C60;
}
.quote .quote .quoteheader, .quote .quote .quote .quote .quoteheader
{
	  background-color: #AFAFAF;
}

/* A code block - maybe even PHP ;). */
.code
{
	  border-left: #c0c0c0 1px solid;
	  border-right: #c0c0c0 1px solid;
	  border-bottom: #c0c0c0 1px solid;
	  border-top: #e1e1e1 1px solid;
	  padding: 2px;
	  margin: 0 auto;
	  width: 99%;
	  color: #465584;
	  background-color: #f2f3f4;
	  font-family: "courier new", helvetica, "times new roman", serif;
	  font-size: x-small;
	  white-space: nowrap;
	  overflow: auto;
}

/* The "Code:" header parts... */
.codeheader
{
		border-left: #c0c0c0 1px solid;
	  border-right: #c0c0c0 1px solid;
	  border-top: #c0c0c0 1px solid;
	  padding: 2px;
	  font-weight: bold;
	 font-style:italic
	  font-size: small;
	  margin: 0 auto;
	  width: 99%;
	  color: #465584;
	 background-position: center right;
	  background-image: url(images/codeh.gif);
	  background-repeat: no-repeat;
	  background-color: #f7f7f7;
}

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #F4EAD7;
}
.windowbg2
{
	color: #000000;
	background-color: #ffffff;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #ffffff;
	font-style: normal;
	background-color: #954A00;
}
.titlebg a:hover
{
	color: #ffffff;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg a:link, .catbg a:hover, .catbg a:visited
{
	color: #ffffff;
	background-color: #CC6600;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2, .catbg2 a:link
{
	background-color: #CC6600;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #CC6600;
	color: #ffffff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #CC6600;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #CC6600;
	background-color: #CC6600;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	color: #000000;
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	color: #000000;
	background-color: #cccccc;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #ffffee;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: gray;
	background-color: #ffffcc;
	background-image: url(images/orange_stripe.gif);
	border-top: 1px solid gray;
}

/* This is for the nav header and logo bar */
.navback
{
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	color: #000000;
	background-color: #D78B38;
	border: 1px solid #ffffff;
}
.headerbodies
{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
}