/*################################### */
/* Style sheet designed for the English Steel theme (version 1.6) */ 
/* Designed by Saxon North Technologies / Saxon North Network */
/* saxonnorth.com */
/*###################################*/


/* Normal, standard links used throughout the forum. */

 .mainCell a:link , .mainCell a:visited {
	color: #1B57B1;
	text-decoration: none;
}

 .mainCell a:hover {
	color: #1B57B1;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */

 .mainCell .nav , .mainCell .nav:link , .mainCell .nav:visited {
	color: #000000;
	text-decoration: none;
}

 .mainCell a.nav:hover {
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */

 .mainCell table {
	border:0px;
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */

 body .mainCell  , .mainCell td , .mainCell th , .mainCell tr {
	border:0px;
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. Forum background, margin etc  */

 body .mainCell  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75%;
  background-color: #FFF;
  background-image:url(images/background.gif);
  margin: 0px;
  padding: 12px 80px 4px 80px;
}

/* Input boxes - just a bit smaller than normal so they align well. */

 .mainCell input , .mainCell textarea , .mainCell button {
	color: #000000;
	font-family: verdana, sans-serif;
}

 .mainCell input , .mainCell button {
	font-size: 90%;
}

 .mainCell textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */

 .mainCell input.check {
}

/* Selects are a bit smaller, because it makes them look even better 8). */

 .mainCell select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */

 .mainCell hr , .mainCell .hrcolor {
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

/* No image should have a border when linked */

 .mainCell a img {
border: 0;
}

/* A quote, perhaps from another post. */

 .mainCell .quote {
	color: #000000;
	background-color: #E8E9EA;
	border: 1px solid #C6C6C6;
	margin: 2px;
	padding: 3px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */

 .mainCell .code {
	color: #000000;
	background-color: #E8E9EA;
	border: 1px solid #C6C6C6;
	margin: 2px;
	padding: 3px;
	font-size: x-small;
	line-height: 1.4em;
	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... */

 .mainCell .quoteheader , .mainCell .codeheader {
	background-color: #484848;
	color: #FFF;
	text-decoration: none;
	margin: 2px;
	padding: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* The "Quote:" and "Code:" header links... */

 .mainCell .quoteheader a:hover , .mainCell .codeheader a:hover {
	color: white;
	text-decoration: underline;
}

 .mainCell .quoteheader a:link , .mainCell .quoteheader a:visited , .mainCell .codeheader a:link , .mainCell .codeheader a:visited {
	color: white;
	font-style: normal;
	text-decoration: none;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */

 .mainCell .help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */

 .mainCell .meaction {
	color: red;
}

/* The main post box - this makes it as wide as possible. */

 .mainCell .editor {
	width: 96%;
}

/* Highlighted text - such as search results. */

 .mainCell .highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
/* column where the 42 posts 14 topics is etc */

 .mainCell .windowbg {
	color: #000000;
	background-color: #EDEFF1;
}

 .mainCell td.windowbg {
	border: 0px solid #F6F6F6;
}

 .mainCell .windowbg2 {
	 border: 1px;
	color: #000000;
	background-color: #F6F6F6;
}

 .mainCell .windowbg3 {
	color: #000000;
	background-color: #d5dadc; 
}

/* the today container in calendar */

 .mainCell .calendar_today {
	background-color: #F6F6F6;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

 .mainCell .titlebg , .mainCell tr.titlebg th , .mainCell tr.titlebg td , .mainCell .titlebg2 , .mainCell tr.titlebg2 th , .mainCell tr.titlebg2 td {
	color: black;
	font-style: normal;
	background-color: #EDEFF1;
	padding-left: 10px;
	padding-right: 10px;
}

 .mainCell .titlebg , .mainCell .titlebg a:link , .mainCell .titlebg a:visited {
	font-weight: normal;
	color: black;
	font-style: normal;
}

 .mainCell .titlebg a:hover {
	color: #404040;
}

/* same as titlebg, but used where bold text is not needed */

 .mainCell .titlebg2 a:link , .mainCell .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}

 .mainCell .titlebg2 a:hover {
	text-decoration: underline;
}

/* TITLES AND HEADERS ETC */
/* 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*/

 .mainCell .catbg , .mainCell tr.catbg td , .mainCell .catbg3 , .mainCell tr.catbg3 td {
color: white;
	  font-size: 90%; 
	  background-color: #484848;
	  /*background: url(images/catbg.jpg) left top repeat-x;*/
	  margin: 0 0 0 0;
	  padding: 4px;
	  border-bottom: 0px solid #ccc;
}

 .mainCell .catbg2 , .mainCell tr.catbg2 td {
color: white;
	  font-size: 100%; 
	  background-color: #484848;
	  margin: 0 0 0 0;
	  border-bottom: 0px solid #ccc;
}

 .mainCell .catbg , .mainCell .catbg2 , .mainCell .catbg3 {
	border-bottom: solid 0px #375576;
	background-repeat: repeat-x;
}

 .mainCell .catbg , .mainCell .catbg2 {
	border:0px;
	font-weight: normal;
}

 .mainCell .catbg3 , .mainCell tr.catbg3 td , .mainCell .catbg3 a:link , .mainCell .catbg3 a:visited {
	border:0px;
	font-size: 95%;
	color: white;
	text-decoration: none;
}

 .mainCell .catbg a:link , .mainCell .catbg a:visited , .mainCell .catbg2 a:link , .mainCell .catbg2 a:visited {
	border:0px;
	color: white;
	text-decoration: none;
}

 .mainCell .catbg a:hover , .mainCell .catbg2 a:hover , .mainCell .catbg3 a:hover {
	border:0px;
	color: silver;
}

/* GRID BORDER */
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

 .mainCell .bordercolor {
	background-color: #EDEFF1;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */

 .mainCell .tborder {
	padding: 0px;
	border: 1px solid #C6C6C6;
	background-color: #F6F6F6;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

 .mainCell .smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}

 .mainCell .middletext {
	font-size: 90%;
}

 .mainCell .normaltext {
	font-size: small;
}

 .mainCell .largetext {
	font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */

 .mainCell .post , .mainCell .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 ;). */

 .mainCell .signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */

 .mainCell .error {
color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */

 .mainCell .maintab_first , .mainCell .maintab_back , .mainCell .maintab_last , .mainCell .maintab_active_first , .mainCell .maintab_active_back , .mainCell .maintab_active_last {
	color: black;
	text-transform: uppercase;
	vertical-align: middle;

}

 .mainCell .maintab_back , .mainCell .maintab_active_back {

	color: black;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
	font-family: tahoma, sans-serif;

}

 .mainCell .maintab_first {
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}

/* main tab background */

 .mainCell .maintab_back {
	background: url(images/maintab_back.gif) left bottom repeat-x;
}

 .mainCell .maintab_last {
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}

 .mainCell .maintab_active_first {
	background-color: #484848;
}

/*the background of the tab that is currently active */

 .mainCell .maintab_active_back {
	background-color: #484848;
}

 .mainCell .maintab_active_last {
	background-color: #484848;
}

/* how links behave in main tab. */

 .mainCell .maintab_back a:link , .mainCell .maintab_back a:visited {
	color: black;
	text-decoration: none;
}

/* The active tab links */

 .mainCell .maintab_active_back a:link , .mainCell .maintab_active_back a:visited {
	color: white;
	text-decoration: none;
}

 .mainCell .maintab_back a:hover {
	color: black;
	text-decoration: underline;
}

 .mainCell .maintab_active_back a:hover {
	color: white;
	text-decoration: none;
}

/***************** definitions for the mirror tab */

 .mainCell .mirrortab_first , .mainCell .mirrortab_back , .mainCell .mirrortab_last , .mainCell .mirrortab_active_first , .mainCell .mirrortab_active_back , .mainCell .mirrortab_active_last {
	color: black;
	text-transform: uppercase;
	vertical-align: middle;

}

 .mainCell .mirrortab_back , .mainCell .mirrortab_active_back {
	color: black;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
	font-family: tahoma, sans-serif;
}

 .mainCell .mirrortab_first {
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}

 .mainCell .mirrortab_back {
	background: url(images/mirrortab_back.gif) repeat-x;
}

 .mainCell .mirrortab_last {
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}

 .mainCell .mirrortab_active_first {
	background-color: #484848;
}

 .mainCell .mirrortab_active_back {
	background-color: #484848;
}

 .mainCell .mirrortab_active_last {
	background-color: #484848;
}

/* how links behave in mirror tab. */

 .mainCell .mirrortab_back a:link , .mainCell .mirrortab_back a:visited {
	color: black;
	text-decoration: none;
}

 .mainCell .mirrortab_active_back a:link , .mainCell .mirrortab_active_back a:visited {
	color: white;
	text-decoration: none;
}

 .mainCell .mirrortab_back a:hover {
	color: black;
	text-decoration: underline;
}

 .mainCell .mirrortab_active_back a:hover {
	color: white;
	text-decoration: underline;
}

