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

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

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

a.navb:hover
{
        color: #b00000;
        text-decoration: none;
}

/* 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
{
        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: #666666;
        background-color: #666666;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
		  color: #000000;
/*	background-color: #FFF;*/
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	margin-left: 10px;
	padding-left: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
		  color: #000000;
		  background-color: #cccccc;
		  border: 1px solid #BOBDC6;
		  padding: 1px;
		  font-family: "courier new", helvetica, "times new roman", serif;
		  font-size: x-small;
		  width: 99%;
		  margin: 1px auto 1px auto;
		  white-space: nowrap;
		  overflow: auto;
}

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

/* 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;
}
.windowbg2
{
        color: #000000;
}

/* 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;
}
.titlebg a:hover
{
        color: #ffff90;
}


.catbg
{
        font-weight: bold;
        color: #000000;
}

.catbg2
{
        font-weight: bold;
        color: #000000;
}

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

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

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

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
        background-color: #ffffff;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
        color: black;
        background-color: #ffffff;
}
}
.middletext
{
	font-size: 90%;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: #6B8EAE;
        border: 1px solid #6B8EAE;
}
.headerbodies
{
        font-size: 8pt;
        font-family: Tahoma, arial, helvetica, serif;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

.post a, .personalmessage a
{
	color: #FF9900;
}

.post a:visited, .personalmessage a:visited
{
	color: #491110;
}

/* 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;
}
/* Sometimes there will be an error when you post */
.error{
color: red;
}
/* 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;
}

/* Begin Left Nav Tabs CSS */
#tabs {
	width: 12em;
	/*padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Arial, Verdana;
	font-size: 12px;
	/*background-color: #90bade;*/
	background-color: #F4F7F9;
	color: #333;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #B0BDC6;
}

#tabs li {
  /*border-bottom: 1px solid #90bade;*/
	/*border-bottom: 1px solid #B0BEC7;*/
	margin: 0;
}

#tabs li a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	background-color: #F4F7F9;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #tabs li a {
	width: auto;
}

#tabs li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;*/
	background-color: #B0BDC6;
	color: #FFF;
}

#tabs li.tabHeader {
	color: #491110;
	text-align: center;
	font-weight: bold;
}

#tabs li.tabSelected a {
	background-color: #B0BDC6;
	color: #FFF;
}
/* End Left Nav Tabs CSS */

/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
 bottom: 0px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 /*border: 1px solid #330;*/
 border-top: 1px solid #B0BDC6;
 border-left: 1px solid #B0BDC6;
 border-right: 1px solid #B0BDC6;
 /*margin-right: -1px;*/
 margin-right: 3px;
 font-family: Arial, Verdana;
 font-size: 12px;
 color: #0C337B;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 border-bottom: 1px solid #BOBDC6;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 text-decoration:  none;
 font-family: Arial, Verdana;
 font-size: 12px;
 color: #000;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 background-color: #B0BDC6;
}
.menulist a.highlighted {
 color: #000;
 background-color: #B0BDC6;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
	 .menulist a#xyz {
		background-image: url(out.gif);
	 }
	 .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
	  background-image: url(over.gif);
	 }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*+html .menulist ul li {
 float: left;
 height: 1%;
}
*+html .menulist ul a {
 height: 1%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}

* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

input.searchInput {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px #4E1410 solid;
	text-indent : 2px;
}

input.searchButton {
	background-color : #FAFAFA;
	color : #000000;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent : 2px;
	border: 1px #4E1410 solid;
}

.copyright, .copyright a, .copyright a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000;
 text-decoration: none;
}

.copyright a:hover{
 color: #000;
 text-decoration: none;
 border-bottom: 1px dashed #000;
}
