.TopMenuNew {
	font: bold 11px/21px Arial, Helvetica, sans-serif;
	background: #FE8431;
	height: 21px;
}

.TopMenuNew A:link,.TopMenuNew A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	background: #FE8431;
	display: block;
	height: 21px;
}
.TopMenuNew A:active,.TopMenuNew A:hover {
	background: #E60C0B;
	display: block;
	height: 21px;
	text-decoration: none;
}
/* ================================================================== */


pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}

H1 {
	font: 18px Geneva, Helvetica, Tahoma, sans-serif;
}
H2 {  COLOR: #000000; FONT-FAMILY: Geneva, Helvetica, Tahoma, sans-serif; FONT-SIZE: 18px; TEXT-TRANSFORM: uppercase}


TD {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px}

.Menu {font: bold 16px/17px Arial, Helvetica, sans-serif; color: #DADADA;}
.Menu A:link {  COLOR: #DADADA; TEXT-DECORATION: none}
.Menu A:active {  COLOR: #FE8431; TEXT-DECORATION: none}
.Menu A:visited {  COLOR: #D50101; TEXT-DECORATION: none}
.Menu A:hover {  COLOR: #FE8431; TEXT-DECORATION: none}

.TopMenu {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	cursor: hand;
}
.TopMenu A:link,.TopMenu A:visited { COLOR: #DADADA; TEXT-DECORATION: none; cursor: hand; }
.TopMenu A:active,.TopMenu A:hover {  COLOR: #FFFFFF; TEXT-DECORATION: none}


/* ================================================================== */

.Title1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E60C0B;
	background-color: #EEEEEE;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
td a:link, td a:visited { color: #585E6A; text-decoration: underline; }
td a:hover, td a:active { color: #D50101;text-decoration: underline; }


.MenuLeft {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	color: #D3D3D3;
	cursor: hand;
}
.MenuLeft a:link,.MenuLeft a:visited {color: #DADADA; text-decoration: none;}
.MenuLeft a:hover,.MenuLeft a:active {color: #FFFFFF; text-decoration: none;}

.MenuTop {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	color: #D3D3D3;
	cursor: hand;
}
.MenuTop a:link,.MenuTop a:visited {color: #DADADA; text-decoration: none;}
.MenuTop a:hover,.MenuTop a:active {color: #FFFFFF; text-decoration: none;}



.MenuBottom {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: capitalize;
}
.MenuBottom a:link,.MenuBottom a:visited { color: #666666; text-decoration: underline;}
.MenuBottom a:hover,.MenuBottom a:active {color: #D50101; text-decoration: underline;}

hr	{
	height: 0px;
	border-top: 2px double #A3A3A3;
	border-right: 0px double #A3A3A3;
	border-bottom: 0px double #A3A3A3;
	border-left: 0px double #A3A3A3;
}
.genSmall { font: 9px Verdana, Arial, Helvetica, sans-serif; color: #333333;}
.genSmall A:link, .genSmall A:visited  {  COLOR: #2F0100;}
.genSmall A:active {  COLOR: #FF0000;}
.genSmall A:hover {  COLOR: #D50101;}

.genSmallYellow {font: 9px Verdana, Arial, Helvetica, sans-serif; color: #D3D3D3;}

.LinkSmallYellow {font: 10px Geneva, Arial, Helvetica, sans-serif;color: #D3D3D3;}
.LinkSmallYellow a:link,.LinkSmallYellow a:visited { color : #D3D3D3; text-decoration: none;}
.LinkSmallYellow a:hover, .LinkSmallYellow a:active { text-decoration: underline; color : #D3D3D3; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{
	background-image: url(images/pattern.gif);
}
td.row3	{ background-color: #EEEEEE; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
	background-color: #E60C0B;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-position: center;
	background-image: url(images/patternRed.gif);
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
	background: #FFFFFF;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #DADADA;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
font: bold 20px Arial, Helvetica, sans-serif;
}
a.maintitle:link   { text-decoration: none; color : #D50101; }
a.maintitle:visited { text-decoration: none; color : #D50101; }
a.maintitle:hover	{ text-decoration: underline; color : #FF0000; }
a.maintitle:active	{ text-decoration: underline; color : #FF3300; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
/* .gensmall { font-size : 10px; }*/
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #2F0100; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #D50101; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #D50101;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF0000; }


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	color : #333333;
	font-family: "Courier New", Courier, mono;
}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:hover{
	text-decoration: underline;
	color: #D50101;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #D50101; }
a.forumlink 	{ text-decoration: none; color : #D50101; }
a.forumlink:hover{ text-decoration: underline; color : #FF3300; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #D50101; }
a.nav:hover		{
	text-decoration: underline;
	color: #FF0000;
}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #D50101; }
a.topictitle:visited { text-decoration: none; color : #920101; }
a.topictitle:hover	{ text-decoration: underline; color : #FF0000; }

.more			{
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	margin-top: -5px;
	color: #D50101;
}
a.more:link   { text-decoration: none; color : #D50101; }
a.more:visited { text-decoration: none; color : #920101; }
a.more:hover	{ text-decoration: underline; color : #FF0000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #D50101}
a.postlink:visited { text-decoration: none; color : #990000; }
a.postlink:hover { text-decoration: underline; color : #FF0000}


/* Quote & Code blocks */
.code {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	background-color: #EEEEEE;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	line-height: normal;
	letter-spacing: normal;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	border-style: none;
	color: #E60C0B;
}
.BorderRightColumn {
	border-left: 1px dotted #999999;
}
.BorderColumn {

	border-left: 1px solid #E60C0B;
}
.TitleRed {
font: bold 15px "Courier New", Courier, mono;
	color: #F8F8F8;
	background-color: #E60C0B;
	line-height: 20px;
	text-align: center;
}
.Header {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #990000;
}

a.Header:link	{ text-decoration: underline; color : #B50000}
a.Header:visited { text-decoration: underline; color : #990000; }
a.Header:hover, a.Header:active { text-decoration: underline; color : #FF3300}

.HeaderRed {font: bold 14px Arial, Helvetica, sans-serif;color: #D50101;}
a.HeaderRed:link	{ text-decoration: none; color : #000000}
a.HeaderRed:visited { text-decoration: none; color : #333333; }
a.HeaderRed:hover { text-decoration: underline; color : #FF3300}

.ButtonSubmit {
	font: bold 8px Verdana, Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	background: #CC0000;
	border: 1px solid #000000;
}
.textfield {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	clip: rect(1px,auto,auto,auto);
}
.ButtonSubmitWHite {

	font: bold 8px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #E60C0B;
	border: 1px solid #CC0000;
}
.textfielddark {

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F2DEC5;
	border: 1px solid #333333;
}


.Sectiontitle,h1,h2Copy {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #D50101;
}
a.Sectiontitle:link, a.Sectiontitle:visited  { text-decoration: none; color : #D50101; }
a.Sectiontitle:hover	{ text-decoration: underline; color : #FF0000; }
a.Sectiontitle:active	{ text-decoration: underline; color : #FF3300; }

.LNAV{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #D50101;
	padding-left: 4px;
	cursor: hand;
}
a.LNAV:link, a.LNAV:visited   { text-decoration: none; color : #D50101; }
a.LNAV:hover	{ text-decoration: underline; color : #FF0000; }
a.LNAV:active	{ text-decoration: underline; color : #FF3300; }

td.row4 {
	background-color: #EEEEEE;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.Huge {
	font-size: 24px;
	color: #3E6C77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}

a.Huge:link, a.Huge:visited   { text-decoration: none; color : #89A6AC; }
a.Huge:hover	{ text-decoration: underline; color : #A9BEC2; }
a.Huge:active	{ text-decoration: underline; color : #89A6AC; }

.Blurb {font: bold 13px "Courier New", Courier, mono;}


.BgndIvory {background: #F0EEDB;border: 1px solid #999999;}

.BorderLight {border: 1px solid #CDCDCD;}
.BorderRedThick {
	border: 6px solid #EB6B65;
}
.BorderGray {border: 1px solid #757575;}
.BorderSquares {border: 6px dotted #DADADA;}
.BorderRed {
	border: 1px solid #F15C5C;
}
.BorderBlack {border: 1px solid #333333;}

.forumline	{ background-color: #FFFFFF; border: 1px solid #999999; }

.BgndDotted {border: 1px solid #757575;background: url(images/pattern.gif);}

.RotatingSlogans {
	font-size : 9px;
	text-transform: uppercase;
	color: #333333;
}


.ButtonSmallWhite {
	background: #FFFFFF url(images/control_play.gif) no-repeat center center;
	border: 1px solid #333333;
	height: 16px;
	width: 16px;
	cursor: hand;
}
.TitleArticle {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #EB6B65;
}
a.TitleArticle:link   { text-decoration: none; color : #D50101; }
a.TitleArticle:visited { text-decoration: none; color : #D50101; }
a.TitleArticle:hover	{ text-decoration: underline; color : #FF0000; }
a.TitleArticle:active	{ text-decoration: underline; color : #FF3300; }
.brown {font: 10px Verdana, Arial, Helvetica, sans-serif;color: #480200;}



.buttonblack {
	color : #E3E3E3;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: #E10A0A;
	padding: 2px;
	cursor: hand;
}

.BorderBlueThick {
	border: 10px solid #2E3B4D;
}
.BorderBlackThick {
	border: 10px solid #2F3033;
}
.BorderOrangeThick {
	border: 6px solid #E6782D;
}
