/* Normal, standard links. */

a:link {
	color: #2e6b7f;
	text-decoration: none;
}

a:visited {
	color: #2e6b7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */

table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */

body, td, th, tr {
	line-height: 150%;
	font-family: tahoma, sans-serif;
	color: #282828;
	font-size: 12px;
}

/* The main body of the entire forum. */

body {
	background: #cdd1d6 url(images/custom/bg.png) 0 0 repeat-x;
	padding: 0 0 30px;
	margin: 0;
}

/* 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: 100%;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #d5d5d5;
	background-color: #d4d4d4;
}

/* No image should have a border when linked */

a img {
	border: 0;
}

/* A quote, perhaps from another post. */

.quote {
	color: #333;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
	margin: 1px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */

.code {
	color: #ccc;
	background-color: #6381A4;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
/* Put a nice border around it. */
	border: 1px solid #2d6e83;
	margin: 1px auto;
	padding: 1px;
	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: #2e6b7f;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

/* 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 {
	background: #ededed;
}

/* the today container in calendar */

.calendar_today {
	background-color: #dbe3ed;
}

/* 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: #a02427;
	font-style: normal;
	border-bottom: solid 3px #3b5574;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #A02427;
	font-style: normal;
	font-size: 12px;
}

.titlebg a:hover {
	color: #404040;
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	color: #454545;
	font-style: normal;
	text-decoration: underline;
}

.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 {
	color: #eee;
	background: #3b5574;
	border-bottom: solid 3px #a02427;
}

.catbg2, tr.catbg2 td {
	color: #eee;
	background: #3b5574;
	border-bottom: solid 3px #a02427;
}

.catbg, .catbg2 {
	font-size: 14px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #eee;
	text-decoration: none;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	color: #eee;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {}

/* This is used on tables that should just have a border around them. */

.tborder {}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext, .middletext {
	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 {
	color: #eee;
	vertical-align: top;
	text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	color: #eee;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	padding: 0 8px;
	line-height: 22px;
}

.maintab_first,.mirrortab_first {
	background: url(images/maintab_first.png) 0 0 no-repeat;
	padding-left: 5px;
}

.maintab_back,.mirrortab_back {
	background: #3b5574;
}

.maintab_last,.mirrortab_last {
	background: url(images/maintab_last.png) 100% 0 no-repeat;
	padding-right: 5px;
}

.maintab_active_first, .mirrortab_active_first {
	background: url(images/maintab_active_first.png) 0 0 no-repeat;
	padding-left: 5px;
}

.maintab_active_back, .mirrortab_active_back {
	background: #6381a4;
}

.maintab_active_last, .mirrortab_active_last {
	background: url(images/maintab_active_last.png) 100% 0 no-repeat;
	padding-right: 5px;
}

/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #eee;
	text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #272727;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	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;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#news {
	position: absolute;
	top: 30px;
	right: 15px;
	height: 85px;
	width: 400px;
	overflow: hidden;
	color: #efefef;
}

#topbox-m {
	padding: 0;
	background: #3b5574 url(images/custom/user-m.png) 0 0 repeat-x;
	height: 134px;
}

#topbox-l {
	padding-left: 15px;
	background: #3b5574 url(images/custom/user-l.png) 0 0 no-repeat;
}

#topbox-r {
	padding-right: 15px;
	background: #3b5574 url(images/custom/user-r.png) 100% 0 no-repeat;
}

#userarea {
	text-align: right;
	margin: 20px 15px 20px 0;
	color: #efefef;
	float: right;
}

#userarea a:link, #userarea a:visited {
	color: #A8BBCF;
}

#userarea a:hover {
	text-decoration: underline;
}

#bodybox {
	background: #fff url(images/custom/right.png) 100% 0 repeat-y;
}

#bdybox-l {
	background: url(images/custom/left.png) 0 0 repeat-y;
}

#bdybox-b {
	background: url(images/custom/bot.png) 0 100% repeat-x;
}

#bdybox-br {
	background: url(images/custom/bot-r.png) 100% 100% no-repeat;
}

#bdybox-bl {
	background: url(images/custom/bot-l.png) 0 100% no-repeat;
}

#bdybox-t {
	background: url(images/custom/top.png) 0 0 repeat-x;
}

#bdybox-tr {
	background: url(images/custom/top-r.png) 100% 0 no-repeat;
}

#bdybox-tl {
	background: url(images/custom/top-l.png) 0 0 no-repeat;
	padding: 9px 18px;
}

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
}

#logo, #logo a {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 400px;
	height: 100px;
	background: url(images/custom/logo.png) no-repeat;
}

#searcharea {
	float: left;
	margin: 20px 0 20px 10px;
	height: 35px;
	width: 175px;
	background: url(images/custom/searchbox.png) no-repeat;
}

#searcharea .inputbox {
	background: #21455c;
	color: #fff;
	padding: 3px 3px 0;
	border: none;
	margin: 8px 5px;
	width: 120px;
	height: 15px;
}

#toolbar {
	padding: 0;
	margin: 0;
	height: 40px;
	background: url(images/custom/toolbar-m.png) 0 0 repeat-x;
}

#toolbar-l {
	background: #952125 url(images/custom/toolbar-l.png) 0 0 no-repeat;
	padding-left: 10px;
	clear: both;
}
#toolbar-r {
	background: #952125 url(images/custom/toolbar-r.png) 100% 0 no-repeat;
	padding-right: 10px;
}

#topnav {
	float: left;
	height: 40px;
	padding-left: 10px;
	margin: 0px;
	z-index: 100;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	float: left;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	padding-right: 1px;
}

#topnav li a {
	color: #999;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 120%;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: bold;
}

#topnav li a:hover, #topnav .chosen a:hover, #topnav li:hover a, #topnav li.sfhover a {
	background: url(images/custom/hover.png) 0 100% repeat-x;
	color: #fff;
	text-decoration: none;
}

#topnav .chosen a {
}

#topnav .chosen a, #topnav .chosen a:hover, #topnav li li a:hover {
	color: #fff;
}

#topnav li li {
	background: #025081;
	width: 15em;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #556d89;
}

#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a {
	background: #6785a8;
	display: block;
	height: 30px;
	line-height: 30px;	
	padding: 0 0 0 20px;
	width: 13.4em;
	float: none;
	color: #ccc;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#topnav li li a:hover, #topnav .chosen li a:hover {
	background: #779ABF;
	color: #fff;
}

#topnav li ul {
	clear: both;
	position: absolute;
	height: auto;
	width: 15em;
	top: 40px;
	left: -999em;
	z-index: 100;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

#bodyarea {
	padding: 0 1ex;
	margin: 0;
	background: #ffffff;
}

.pathway {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	height: 26px;
	line-height: 26px;
	background: url(images/custom/path-m.png) 0 0 repeat-x;
}

.pathway-l {
	background: #0f2d37 url(images/custom/path-l.png) 0 0 no-repeat;
	padding-left: 10px;
}
.pathway-r {
	background: #0f2d37 url(images/custom/path-r.png) 100% 0 no-repeat;
	padding-right: 10px;
}

.pathway a:link, .pathway a:visited {
	color: #A8BBCF;
	font-weight: normal;
	text-transform: uppercase;
}

.pathway a:hover {
	color: #eee;
	font-weight: normal;
}

#footer {
	background: #3b5574 url(images/custom/foot-bg.png) 0 0 repeat-x;
}

#foot-l {
	padding-left: 10px;
	background: url(images/custom/foot-l.png) 0 0 no-repeat;
	height: 95px;
}

#foot-r {
	padding-right: 10px;
	background: url(images/custom/foot-r.png) 100% 0 no-repeat;
	height: 95px;
}

#footerarea {
	text-align: center;
	padding: 15px 0 20px;
	color: #efefef;
}

#footerarea a:link, #footerarea a:visited {
	color: #A8BBCF;
}

#footerarea a:hover {
	text-decoration: underline;
}

.catsbg {
	background: url(images/custom/catsbg-m.png)0 0 repeat-x;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #f0f0f0;
	font-size: 14px;

}

.catsbg a:link, .catsbg a:visited {
	color: #f0f0f0;
}

.catsbg a:hover {
	text-decoration: underline;
}

.catsbg-l, td.catsbg-l {
	background: #962125 url(images/custom/catsbg-l.png) 0 0 no-repeat;
	padding-left: 10px;
}

.catsbg-r {
	background: #962125 url(images/custom/catsbg-r.png) 100% 0 no-repeat;
	padding-right: 10px;
}

td.msgtitle {
	background: #9b2326;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 0;
}

td.msgtitle-l {
	background: #9b2326 url(images/custom/msgtitle-l.png) 0 0 no-repeat;
	padding-left: 10px;
}

td.msgtitle-r {
	background: #9b2326 url(images/custom/msgtitle-r.png) 100% 0 no-repeat;
}

td.msgtitle, td.msgtitle-l, td.msgtitle-r, .msgtitle a:link, .msgtitle a:visited {
	color: #fff;
	font-size: 11px;
}

.profbox{
	background: #fff url(images/custom/prof-r.png) 100% 0 repeat-y;
}

.profbox-l {
	background: url(images/custom/prof-l.png) 0 0 repeat-y;
}

.profbox-b {
	background: url(images/custom/prof-b.png) 0 100% repeat-x;
}

.profbox-br {
	background: url(images/custom/prof-br.png) 100% 100% no-repeat;
}

.profbox-bl {
	background: url(images/custom/prof-bl.png) 0 100% no-repeat;
}

.profbox-t {
	background: url(images/custom/prof-t.png) 0 0 repeat-x;
}

.profbox-tr {
	background: url(images/custom/prof-tr.png) 100% 0 no-repeat;
}

.profbox-tl {
	background: url(images/custom/prof-tl.png) 0 0 no-repeat;
	padding: 10px;
}