/*
  The original JadedReality Theme for phpBB version 2+
  Created by ProxyJudge
  http://www.jadedrealities.net
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #1D1D23;
	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;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;  color: #D1D7DC;  font-size: 12px;   }
a:link,a:active    { color: #C4CFD6; text-decoration: none }
a:visited            { color: #C4CFD6; text-decoration: none }
a:hover		   { color: #DDE3E7; text-decoration: none }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.mainmenu		  { color: #C4CFD6; font-size: 10px; font-family: Tahoma }
a.mainmenu		   { color: #C4CFD6; font-family: Arial; text-decoration: none }
a.mainmenu:visited   { color: #C4CFD6; font-family: Arial; text-decoration: none }
a.mainmenu:hover   { color: Red; font-family: Arial; text-decoration: none }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #1D1D23; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #060609; }

/* --- PJ COMMENT:  Shoutbox config                            */
.shoutname { color: #FFFFFF;  font: Tahoma;  font-size: 8px;      }
.shoutmsg { color: #B1B1B1;  font: Tahoma;  font-size: 8px;      }
.shoutdate { color: #C4CFD6;  font: Tahoma;  font-size: 8px;      }
.shoutctrl { color: Red;  font: Tahoma;  font-size: 8px;      }
.shoutsmall { color : #EFEFEF; font-family: Verdana;  font-size: 10px; }
a.shoutsmall { color: #FF0000; text-decoration: none;  font-family: Verdana;  font-size: 10px;   }
a.shoutsmall:hover	{ color: #C4CFD6; text-decoration: none; font-family: Verdana;  font-size: 10px; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #101014;  color: #F8A006;  }
td.row2	{ background-color: #101014; }
td.row3	{ background-color: #200000; }
td.row4	{ background-color: #200000; }

/* Main table cell colours and backgrounds */
td.row1jr1	{ background-color: #101014; }
td.row2jr1	{ background-color: #101014; }
td.row3jr1	{ background-color: #D1D7DC; color: #210000}

/*
  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;
		color: #210000
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #705C5D; font-size: 11px; font-weight : bold;
	background-color: #101014; height: 25px;
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #170B0B; height: 28px;
}


/*
  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;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #101014; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

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.thLeft2  { background-color: #200000; 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.thTop2	 { background-color: #200000; border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
th.thCornerR2 { background-color: #200000; border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #D1D7DC;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #A3A3A3; }
a.gen,a.genmed,a.gensmall { color: #B1B1B1; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DFDFDF; text-decoration: none; }



/* PJ JADED LINK AND GENERAL FORUM TEXTGeneral text */
.genjr { font-size : 12px; }
.genjrmed { font-size : 11px; }
.genjrmed2 { color : #836B6C; font-size : 11px; }
.genjrsmall { font-size : 11px; }
.genjrsmall2 { color : #836B6C; font-size : 10px; }
.genwhite { font-size : 12px; color: White; }


.genjr,.genjrmed,.genjrsmall { color : #B5B5B5; }
a.genjr,a.genjrmed,a.genjrsmall { color: #A3A3A3; text-decoration: none; }
a.genjr:hover,a.genjrmed:hover,a.genjrsmall:hover	{ color: White; text-decoration: none; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #E8E8E8;}
a.cattitle		{ text-decoration: none; color : #E8E8E8; }
a.cattitle:hover{ text-decoration: none; }
.cattitle2		{ font-weight: bold; font-size: 10px ; letter-spacing: 1px; color : #E8E8E8;}
a.cattitle2		{ text-decoration: none; color : #E8E8E8; }
a.cattitle2:hover{ text-decoration: none; }
/* Forum category titles */
.cattitlemain		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #C4B9B9;}
a.cattitlemain		{ text-decoration: none; color : #C4B9B9; }
a.cattitlemain:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #A3A3A3; }
a.forumlink 	{ text-decoration: none; color : #A3A3A3; }
a.forumlink:hover{ text-decoration: none; color : #E5E5E5; }

/* Forum 2 title: Text and link to the forums used in: index.php */
.forumlink2		{ font-weight: bold; font-size: 12px; color : #C4CFD6; }
a.forumlink2 	{ text-decoration: none; color : #C4CFD6; }
a.forumlink2:hover{ text-decoration: none; color : #FBFBFB; }

/* 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 : #705C5D;}
a.nav			{ text-decoration: none; color : #705C5D; }
a.nav:hover		{ text-decoration: none; color : #D4CCCC; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #790000; }
a.topictitle:link   { text-decoration: none; color : #A3A3A3; }
a.topictitle:visited { text-decoration: none; color : #A3A3A3; }
a.topictitle:hover	{ text-decoration: none; color : #E5E5E5; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #C4CFD6; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #B5B5B5; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;  color: #D6CECE; }
a.postlink:link	{ text-decoration: none; color : #F70000; }
a.postlink:visited { text-decoration: none; color : #F70000; }
a.postlink:hover { text-decoration: none; color : #FF4040; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #DBE1E6;
	background-color: #1E1E1E; border: #687B8A; 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: #DBE1E6; line-height: 125%;
	background-color: #200000; border: #4A0000; 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 {
	color : #E7E7E7;
	background-color : #210000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6F6F7F;
}
textarea {
	color : #E7E7E7;
	background-color : #210000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6F6F7F;
}
select {
	color : #E7E7E7;
	background-color : #210000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6F6F7F;
}

/* The text input fields background colour */
input.post {background-color : #210000;  border: 1px solid #6F6F7F;  color: #E7E7E7;   }
textarea.post {background-color : #210000; border: 1px solid #6F6F7F;  color: #E7E7E7;}
select {background-color : #210000; border: 1px solid #6F6F7F;  color: #E7E7E7;}
input.jrfilepost {background-color : #210000;  border: 1px solid #6F6F7F;  color: #E7E7E7;   }

/* -PJ- The login text input fields  */
input.postlogin {	background-color : #210000;  border: 1px solid #6F6F7F;  color: #E7E7E7;   }

input { background-color : #210000;  border: 1px solid #6F6F7F;  color: #E7E7E7; text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #210000;;
	color : #E7E7E7;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #210000;
	font-weight : bold;
	background-color : #210000;  
	color: #E7E7E7;
}

/* None-bold submit button */
input.liteoption {
	background-color : #210000;
	font-weight : normal;
	color: #E7E7E7;
}

/* 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: #292934; border-style: none;  color: #CBCBCB;  }

/* //bt */
.seed, .leech						{ font-size : 12px; }
.seedmed, .leechmed			{ font-size : 11px; }
.seedsmall, .leechsmall	{ font-size : 10px; }

.seed, .seedmed, .seedsmall			{ color: #006600; }
.leech, .leechmed, .leechsmall	{ color: #800000; }

.dlWill			{ color: #003366; }
.dlDown			{ color: #800000; }
.dlComplete	{ color: #006600; }
.dlCancel		{ color: #666666; }

.dlBgr1		{ background-color: #ADBAC6; }
.dlBgr2		{ background-color: #D6DBDE; }
.dlBgr3		{ background-color: #D6DBDE; }

.tDL		{ color: #F8A006; font-weight: bold; }
.tDLDown	{ color: #CC0000; font-weight: bold; }
.tDLCmpl	{ color: #006600; font-weight: bold; }

.prow1	{ background-color: #101014; }
.prow2	{ background-color: #101014; }
.prow3	{ background-color: #101014; }

a.seed:link, a.seed:visited, a.seed:hover, a.seed:active, a.seedmed:link, a.seedmed:visited, a.seedmed:hover, a.seedmed:active, a.seedsmall:link, a.seedsmall:visited, a.seedsmall:hover, a.seedsmall:active {
	color: #006600; text-decoration: none; }

a.leech:link, a.leech:visited, a.leech:hover, a.leech:active, a.leechmed:link, a.leechmed:visited, a.leechmed:hover, a.leechmed:active, a.leechsmall:link, a.leechsmall:visited, a.leechsmall:hover, a.leechsmall:active {
	color: #800000; text-decoration: none; }

a.dlWill:link, a.dlWill:visited, a.dlWill:hover, a.dlWill:active {
	color: #003366; text-decoration: none; }

a.dlDown:link, a.dlDown:visited, a.dlDown:hover, a.dlDown:active {
	color: #800000; text-decoration: none; }

a.dlComplete:link, a.dlComplete:visited, a.dlComplete:hover, a.dlComplete:active {
	color: #006600; text-decoration: none; }

a.dlCancel:link, a.dlCancel:visited, a.dlCancel:hover, a.dlCancel:active {
	color: #666666; text-decoration: none; }

a.seed:hover, a.seedmed:hover, a.seedsmall:hover, a.leech:hover, a.leechmed:hover, a.leechsmall:hover, a.dlWill:hover, a.dlDown:hover, a.dlComplete:hover, a.dlCancel:hover  {
	text-decoration: underline; }

input.pOrdSel {
	background-color: #EFEFEF;
	border: 0px solid #EFEFEF;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width: 18px;
}

optgroup, option, fieldset, legend {
	font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }

optgroup { font-style: normal; font-weight: bold; background-color: #ECECEC; }
option { background-color: #210000; font-size: 11px; }

legend { color: #D3D3D3; }

.bold		{ font-weight: bold; }
.normal	{ font-weight: normal; }
.opened { color: #778899; }

.btTbl	{ background-color: #200000; }
.btHead { background-color: #1D1D23; font-size: 11px; font-weight: bold; text-align: center; padding: 1px 0px 1px 0px;  color: #E7E7E7;  }
/* //bt end */
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");