
/* MAIN WEBSITE STYLES */


/* TEXT STYLES */

body,td,th {
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #111111;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}
.HeadingWhite {
	font-family: 'Franklin Gothic Book', Sans-Serif;
	font-size: large;
	font-weight:normal;
	color: #CC0000;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111111;
	padding-left: 10px;
}
.MainText:link {
	color: #cc0000;
	text-decoration: none;
}
.MainText:visited {
	color: #cc0000;
	text-decoration: none;
}
.MainText:hover {
	text-decoration:none;
	color: #111111;
}
.MainText:active {
	text-decoration: none;
}
.PlainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111111;
	padding-left: 10px;
}
.PlainText:link {
	color: #cc0000;
	text-decoration: none;
}
.PlainText:visited {
	color: #cc0000;
	text-decoration: none;
}
.PlainText:hover {
	text-decoration:none;
	color: #111111;
}
.PlainText:active {
	text-decoration: none;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #111111;
}
.SmallText:link {
	color: #cc0000;
	text-decoration: none;
}
.SmallText:visited {
	color: #cc0000;
	text-decoration: none;
}
.SmallText:hover {
	text-decoration:none;
	color: #111111;
}
.SmallText:active {
	text-decoration: none;
}
.PictureHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cc0000;
}

/* BORDER STYLES */

.Borders {
	border-width:1px;
	border-style:solid;
	cell-padding:6px;
	border-color:#CC0000;
	background-color:#dddddd;
}
.BordersTrans {
	border-width:1px;
	border-style:solid;
	border-color:#CC0000;
}

/* DIV TAGS */

#divHeaderFooter {
	WIDTH: 900px;
	BORDER-RIGHT: #333 0px solid;
	BORDER-TOP: #333 0px solid;
	MARGIN: 0px auto;
	BORDER-LEFT: #333 0px solid;
	BORDER-BOTTOM: #333 0px solid;
}
#divLogo {
	WIDTH: 900px;
	BACKGROUND: #ffffff;
	BORDER-RIGHT: #333 0px solid;
	BORDER-TOP: #CC0000 0px solid;
	MARGIN: 0px auto;
	BORDER-LEFT: #333 0px solid;
	BORDER-BOTTOM: #cc0000 1px solid;
}
#divNavigation {
	WIDTH: 900px;
	HEIGHT: 23px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	BACKGROUND: #CC0000;
	BORDER-RIGHT: #333 0px solid;
	BORDER-TOP: #333 0px solid;
	MARGIN: 0px auto;
	BORDER-LEFT: #333 0px solid;
BORDER-BOTTOM: #cc0000 1px solid }
#divMain {
	WIDTH: 900px;
	BACKGROUND: #ffffff;
	BORDER-RIGHT: #333 0px solid;
	BORDER-TOP: #333 0px solid;
	MARGIN: 0px auto;
	BORDER-LEFT: #333 0px solid;
	BORDER-BOTTOM: #CC0000 1px solid;
}

/* NAVIGATION DROP DOWN MENUS}
*/

.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #cc0000;
}
.NavText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #cc0000;
}
.NavText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	background-color: #ffffff;
}
.NavText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #CC0000;
}
#nav, #nav ul {

/* all lists */

	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #cc0000;
}
#nav a {
	display: block;
	color: #ffffff;
	background-color: #cc0000;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
TEXT-DECORATION: none }
#nav A:hover {
	color: #cc0000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
TEXT-DECORATION: none }
#nav li {

/* all list items */

	float: left;

/* width needed or else Opera goes nuts */

	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	Z-INDEX: 100;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
TEXT-DECORATION: none }
#nav li ul {

/* second-level lists */

	position: absolute;
	width: 12em;
	left: -999em;

/* using left instead of display to hide menus because display: none isn't read by screen readers */

	Z-INDEX: 100;
	BACKGROUND: #CC0000;
	BORDER-LEFT: #CC0000 1px solid;
	BORDER-RIGHT: #CC0000 1px solid;
	BORDER-BOTTOM: #CC0000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
TEXT-DECORATION: none }
#nav LI UL A {
WIDTH: 10em }
#nav li:hover ul, #nav li.sfhover ul {

/* lists nested under hovered list items */

	left: auto;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* YABB STUFF*/


/*--------------------------------------------------------*/


/* YaBB 2008 */


/*--------------------------------------------------------*/


/* Created by: XIMinc http://www.ximinc.com */


/* YaBB http://www.yabbforum.com */


/*--------------------------------------------------------*/


/* You may adapt elements of this CSS in your own */


/* projects, but please give credit to yabbforum.com. */


/*--------------------------------------------------------*/


/* This is the css file for YaBB 2.1 style Templates */


/*--------------------------------------------------------*/


/* $Revision: 1.6.2.5 $ */


/* General layout */

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input, .button {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
select {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
.button {
	cursor: pointer;
}
select optgroup {
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
.copyright {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}
#fscroller {
	line-height: 1.3;
}

/* users/members on-off-away line status */

.useronline {
	font-weight: bold;
	color: #2E8B57;
}
.useroffline {
	font-weight: bold;
	color: #7B68EE;
}
.useraway {
	font-weight: bold;
	color: #6078B0;
}

/* YaBB navigation links */

.nav {
	font-weight: bold;
	font-size: 13px;
	color : #111111;
	text-decoration: none;
}
a.nav, a.nav:visited {
	font-weight: normal;
	font-size: 13px;
	color : #cc0000;
	text-decoration: none;
}
a.nav:hover {
	color: #111111;
	text-decoration: underline;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #111111;
}
.windowbg2, #PMcontainer {
	background-color: #f8f8f8;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #111111;
}
.windowbg3 {
	background-color: #efefef;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #3111111;
}
.windowbgmoved {
	background-color: #e6e6e6;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #111111;
}

/* Misc/title/category colors */

.dividerbot {
	border-bottom: 1px #A7B8CC solid;
}
.dividertop {
	border-top: 1px #A7B8CC solid;
}
.hr {
	height: 1px;
	color: #6078B0;
	background-color: #6078B0;
	border: 0px solid #6078B0;
	border-top: 0px solid #6078B0;
}
.bordercolor {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #B1BDC9;
}
.small {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.top {
	font-style: normal;
	font-size: 11px;
	color: #475F79;
}

.tabtitle {
	font-style: normal;
	font-size: large;
	font-family: 'Franklin Gothic Book', Sans-Serif;
	color: #000000;
	background-color: #efefef;

}
.tabtitle a {
	color: #000000;
	text-decoration: none;
	
}
.tabtitle a:hover {
	color: #000000;
	text-decoration: none;
}

.titlebg {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #FFFFFF;
	background-color: #cc0000;
}
.titlebg a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.titlebg a:hover {
	text-decoration: underline;
}
.catbg {

	text-decoration: none;
	font-family: 'Franklin Gothic Book', Sans-Serif;
	font-size: large;
	font-weight:normal;
	color: #000000;
	background-color: #efefef;
}
.catbg a {
	font-weight: normal;
	font-style: normal;
}
.catbg a:link {
	text-decoration: none;
	color: #000000;
}
.catbg a:visited {
	text-decoration: underline;
	color: #000000;
}
.catbg a:focus, .catbg a:active {
	text-decoration: underline;
}
.catbg a:hover {
	text-decoration: underline;
}
.message {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #111111;
}
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #cc0000;
	background-color: transparent;
}
.message a:hover {
	text-decoration: underline;
	color: #111111;
	background-color: transparent;
}
.droppageindex {
	float: left;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages {
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a:link, .droppages a:visited {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
.highlight {
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFF33;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 9px;
	color: #005177;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* Post quote/code colors */

.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #E8EBEF;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.code .highlight {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #000000;
}
.editbg {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #FFFEDF;
	border: 1px #CC0000 solid;
	width: 90%;
	padding: 4px;
}
.forumjump {
	color: #000000;
	background-color: #F5F5DC;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
	font-weight: bold;
}
.forumjumpcat {
	color: #000000;
	background-color: #FFFEDF;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
}
.forumjumpcatm {
	color: #000000;
	background-color: #EEE8AA;
	font-style: italic;
}
.forumjumpcatmf {
	color: #000000;
	background-color: #EEE8AA;
	font-style: italic;
	border-bottom: 1px dashed #C5AAEE;
}
.forumcurrentboard {
	color: #000000;
	background-color: #F0FFF0;
	font-weight: bold;
}

/* Anything below here is just for the template */

#container , #PMcontainer {
	background-color: #F2F6F9;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
#PMcontainer {
	border: #B1BDC9 1px solid;
	width:100%;
}
.topline {
	border-top: 1px solid #34689A;
}
.topheader {
	background: #4981B8;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #BBBBBB;
	border-bottom: 3px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #BBBBBB;
}
.headerwelc {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.headerwelc a {
	color: #FFFFFF;
}
.headerwelc a:hover {
	text-decoration: underline;
}
.headerinfo {
	color: #FFFFFF;
}
.headerinfo a {
	color: #EEEEEE;
	text-decoration: underline;
}
.headerinfo a:hover {
	color: #80DAF2;
}
.seperator {
	border-bottom: 3px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	background-color: #BBBBBB;
}
.navbarcontainer {
	margin: 0px;
}
.sortingblock {
	width: 100%;
}

