/*
  The original forum_8822 Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

a:link,a:active,a:visited { 
	color: #333333;					/* color used for username links - DARK GREY */
}

a:hover		{ 
	color: #d41c3b;  				/* username mouseover color - DARK RED */
}

.forumline	{ 
	background-color: #000000; 		/* border around all of the forum cells - BLACK */
	border: 1px #000000 solid;  	/* extra border around the edge of the forum - BLACK */
}

body {
	background-color: #000000; 		/* Background outside of the content window - BLACK */
}

td.row1 { 
	background-color: #ffffff; 		/* Background of the forum main column - WHITE */
}

td.row2,td.row3,td.row3Right { 
	background-color: #ffffff; 		/* Background of the forum topics/posts/lastpost columns - WHITE */
}

td.spaceRow	{
	background-color: #d41c3b; 		/* small empty row between individual posts - DARK RED */
}

td.rowpic {
	background-color: #d41c3b; 		/* Header row for right 3 columns - DARK RED */
}

th	{
	color: #ffffff; 				/* Text in the header row at the top of the forum - WHITE */
	background-color: #d41c3b; 		/* Header row at the very top of the forum - DARK RED */ 
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #d41c3b; 		/* Background of the forum topic header rows - DARK RED */
}

.gen,.genmed,.gensmall { 
	color : #000000; 				/* Normal text on the page (forum descriptions, text at the bottom) - BLACK */
}

a.gen,a.genmed,a.gensmall { 
	color: #000000; 				/* Top and bottom links outside forum - BLACK */
}

a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	color: #d41c3b; 				/* Top and bottom links outside forum mouseover - DARK RED */
}

.cattitle { 
	color : #ffffff; 				/* "Latest Topics" text in the header - WHITE */
}

a.cattitle		{ 
	color : #ffffff; 				/* Sub forum header link - WHITE */
}

a.cattitle:hover{ 
	color: #a5a39e; 				/* Sub forum header link mouseover - DARK GREY */
}

a.forumlink { 
	color : #000000; 				/* Individual sub forum links - BLACK */
}

a.forumlink:hover { 
	color : #a5a39e;  				/* Individual sub forum links mouseover - DARK GREY */
}

a.nav { 
	color : #000000; 				/* Breadcrumb links  - BLACK */
}

a.nav:hover	{ 
	color: #d41c3b; 				/* Breadcrumb links mouseover - DARK RED */
}

a.topictitle:link { 
	color : #000000; 				/* New Forum Topics - BLACK */
}

a.topictitle:visited { 
	color : #a5a39e;				/* Visited Forum Topics - DARK GREY */
}

a.topictitle:hover	{ 
	color : #d41c3b; 				/* Forum Topics mouseover - DARK RED */
}

.name { 
	color : #000000;				/* Author name of each post - BLACK */
}

.postdetails { 
	color : #000000; 				/* Location, number of posts, post date - BLACK */
}
                    		          




/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}



/******************** 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 { background-color: #DEE3E7; border-style: none; }





/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
/* --------------------------        -------------------------- */

img { border:0;}  
table {border:0;} 

.table { width:100%; height:100%;}

#head { vertical-align:top; text-align:right;}
#head a { color:#333232; font-weight:bold; font-family:arial; font-size:10px; text-decoration:underline;}

.copy { color:#68684E; font-size:11px; font-family:tahoma;}
.copy a { color:#68684E; font-size:11px; font-family:tahoma; text-decoration:none}
.copy a:hover {text-decoration:underline}
.copy i {font-style:normal;}
.copy i	a { color:#68684E; font-size:11px; font-family:tahoma; font-weight:normal}

/* --------------------------        -------------------------- */




/* *********************************************************
-- GENERAL STYLES --
************************************************************ */
a:link,a:active,a:visited { 
	text-decoration:underline;
}
a:hover		{ 
	text-decoration: none; 
}
body { /* scroll bars are just default colors... I think */
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin:0; padding:0px 35px 0px 35px;
}
font,th,td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif 
}
hr	{ 
	height: 0px; 
}
th	{
	font-size: 11px; 
	font-weight : bold;
	height: 25px;	 
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	height: 28px;
}
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; 
	height: 28px; 
}
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; }
.maintitle,h1,h2	{
	font-weight: bold; 
	font-size: 22px; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
}
a.gen,a.genmed,a.gensmall { 
	text-decoration: underline; 
	font-weight:bold; 
}
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	text-decoration: none; 
}
.cattitle { 
	font-weight: bold; 
	font-size: 12px ; 
	letter-spacing: 1px; 
}
a.cattitle		{ 
	text-decoration: none; 
}
a.cattitle:hover{ 
	text-decoration: none; 
}
a.forumlink { 
	text-decoration: underline; 	
}
a.forumlink:hover { 
	text-decoration: none; 
}
.forumlink	{ 
	font-weight: bold; 
	font-size: 12px; 
}
.nav { 
	font-weight: bold; 
	font-size: 11px;
}
a.nav { 
	text-decoration: none; 
}
a.nav:hover	{ 
	text-decoration: underline; 
}
.topictitle	{ 
	font-weight: bold; 
	font-size: 11px; 
}
a.topictitle:link { 
	text-decoration: none; 
}
a.topictitle:visited { 
	text-decoration: none; 
}
a.topictitle:hover	{ 
	text-decoration: underline; 
}
.name { 
	font-size : 11px; 
}
.postdetails { 
	font-size : 10px; 
}
.postbody { font-size : 12px; }







/******************* UNUSED ***************/
.mainmenu		{ font-size : 11px; color : #fff000 }
a.mainmenu		{ text-decoration: none; color : #fff000;  }
a.mainmenu:hover{ text-decoration: underline; color : #fff000; }

/* 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;}