html {
	height: 100%;
	margin-bottom: 0px;
}

/* Normal, standard links. */
a:link, a:visited {
	color: #445879;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #395F0C;
	text-decoration: none;
}

a.nav:hover {
	color: #547F1F;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #333333;
	font-size: 12px;
	line-height: 145%;
	font-family: tahoma, sans-serif;
}

/*The main body of the entire forum.*/ 
body {
	background-color: #d8d8d8;
	margin: -1px;
	margin-right: 3px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, sans-serif;
}

input, button {
	font-size: 100%;
}

textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #bbb;
	background-color: #bababa;
}

/* No image should have a border when linked */
a img {
	border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	color: #99756d;
	background-color: #f9ddbd;
	border: 1px solid #99756d;
	margin: 1px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #4a4a4a;
	background-color: #f5f5f5;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 2px solid #c5c5c5;
	border-bottom: 2px solid #c5c5c5;
	margin: 1px auto 1px auto;
	padding: 5px 2px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	color: #3f3f3b;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
}

/* 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, .windowbg2, .windowbg3, #preview_body {
	background: #fbebd9 url(images/custom/windowbg.png) 0 0 repeat-x;
}

/* the today container in calendar */
.calendar_today {
	background-color: #f1f1f1;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #fff;
	font-style: normal;
	background:url(images/custom/titlebg.png) repeat;

}

.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #5b3229;
	font-style: normal;
	font-size: 11px;
}

.titlebg2 td, td.titlebg tr td {
	color: white;
}

.titlebg2 a:link, .titlebg2 a:visited {
	color: white;
	font-style: normal;
	text-decoration: underline;
}

.titlebg a:hover, .titlebg2 a:hover {
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: #3a4d6e url(images/custom/catbg.png) repeat-x;
	color: #5b3229;
}

.catbg2 , tr.catbg2 td {
	background: #3a4d6e url(images/custom/catbg.png) repeat-x;
	color: #fff;
}

.catbg, .catbg2 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	color: #5b3229;
	text-decoration: none;
	font-size: 95%;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #5b3229;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #111
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color:#f8d7b2;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	background-color: #f9e9d7;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, .middletext, small {
	font-size: 11px;
	font-family: tahoma, sans-serif;
}

.normaltext {
	font-size: 16px;
}

.largetext {
	font-size: 18px;
}

/* 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;
}

/* Sometimes there will be an error when you post */
.error {
	color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;

}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #444;
	text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #282828;
	text-decoration: none;
	font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #6d3a2a;
	text-decoration: overline;
}

/* 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;
}

.wrapper {
	width: 100%;
	padding:-1px;
}

#body-top {
	background: #293A58 url(images/custom/top-bg.jpg) repeat-x;
	height: 305px;
}


#top-banner {
	/*background: url(images/custom/top-banner.jpg) 50% 0 no-repeat;*/
	position: relative;
	height: 305px;
	width: 970px;
	margin: 0 auto;
}

.time {
	color: #637A9F;
}

/*
#logo {
    position: absolute;
    top: 110px;
    left: 8px;
    display: block;
    width: 255px;
    height: 99px;
    background: url(images/custom/logo.jpg) no-repeat;
}*/

#userarea {
	position: absolute;
	top: 14px;
	right: 0px;
	width: 310px;
	color: #cfcfcf;
	text-align: center;
	padding: 0;
}

#userarea a:link, #userarea a:visited {
	color: Yellow;
}

#userarea form {
	margin: 0;
	padding: 0;
}

#userarea form input {
	color: #4f688f;
}

#userarea form input.loginput {
	background: #1f304c;
	border: 1px solid #354b6f;
	padding: 2px;
	width: 95px;
}

#userarea form input.logbutton {
	background: #2b3e5e;
	border: 1px solid #354b6f;
	padding: 1px 5px;
	color: #4f688f;
	margin-top: 0px;
	cursor: pointer;
}

#userarea form input.logbutton:hover{
	background: #5e7f9e;
	color: #fff;
	border: 1px solid #354b6f;
}

#mainbody {
	background: #f9ddbd;
}


* html #toolbar {
	height: 28px;
}

#toolbar {
	height: 28px;
	background:#f39a2b  url(images/custom/topmenu-bg.png);
}

#topmenu {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
}

#topmenu ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style-type: none;
	width: auto;
	float: left;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}



* html #topmenu ul li a {
	float: left;
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
	line-height: 24px;
	color: #444;
}

#topmenu ul li a {
	float: left;
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
	line-height: 28px;
	color: #444;
}

#topmenu ul li a span {
	float: left;
	display: block;
	padding: 0 15px 4px 15px;
	cursor: pointer;
}

#topmenu ul li a.current {
	color: #fff;
	
}

#topmenu ul li a.current span {
	display: block;
	width: auto;
	background: url(images/custom/topmenu-r2.png) 100% 0 no-repeat;
	color:#111;
}

#topmenu ul li a:hover {}

#topmenu ul li a:hover span {
	background: url(images/custom/topmenu-r2.png) 100% 0 no-repeat;
	display: block;
	width: auto;
	color:#fff;
}

#bodyarea {
	padding:0px 0px 0px 0px;
}

.pathway {
	margin: 0 0 10px 10px;
	font-size: 10px;
}

#footer {
	background-color:#f9ddbd;
	height:50px;
}

#copywrte {
	color: #555;
	padding:6px 0 0 0;
	text-align: center;
}

#copywrte a:link, #copywrte a:visited {
	color: #445879;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.clr {
	clear: both;
}