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


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body       { background-color: #000 }

/* General font families for common tags */
font,th,td,p   { font-family: "Courier New", Courier, Monaco }
a:link,a:active,a:visited      { color: black; text-decoration: underline }
a:hover		 { color: black; text-decoration: underline }
hr	 { border-style: solid; border-width: 1px 0px 0px 0px; border-color: black; height: 0px }


/* This is the border line & background colour round the entire page */
.bodyline	  { }

/* This is the outline round the main forum tables */
.forumline	 { background-color: #ffffff; border: solid 2px white }


/* Main table cell colours and backgrounds */
td.row1	 { background-color: white }
td.row2	 { background-color: white }
td.row3	 { background-color: white }


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

/* Header cells - the blue and silver gradient backgrounds */
th	  { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: black; height: 25px }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  { background-color: white; border: solid #ffffff; 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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow  { background-color: white; border: solid #ffffff }

th.thHead,td.catHead   { font-size: 14px; border: 0px }
th.thSides,td.catSides,td.spaceRow	  { border: 0px }
th.thRight,td.catRight,td.row3Right	  { border: 0px }
th.thLeft,td.catLeft	   { border: 0px }
th.thBottom,td.catBottom   { border: 0px }
th.thTop	  { border: 0px }
th.thCornerL  { border: 0px }
th.thCornerR  { border: 0px }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	 { color: #000000; font-size: 22px; line-height: 120%; font-family: "Courier New", Courier, Monaco }


/* General text */
.gen  { font-size: 16px }
.genmed  { font-size: 14px }
.gensmall   { font-size: 12px }
.gen,.genmed,.gensmall  { }
a.gen,a.genmed,a.gensmall   { color: black; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	 { text-decoration: underline }


/* The register, login, search etc links at the top of the page */
.mainmenu		     { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.mainmenu		    { color: white; text-decoration: none }
a.mainmenu:hover { color: white; text-decoration: underline }
.pagination  		  { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.pagination		  { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a.pagination:hover	  { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }


/* Forum category titles */
.cattitle		 { color: black; font-size: 12px; letter-spacing: 1px }
a.cattitle		 { color: black; text-decoration: none }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		  { color: black; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.forumlink 	  { color: black; font-weight: bold; text-decoration: none }
a.forumlink:hover  { color: black; font-weight: bold; text-decoration: underline }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.postbutton		    { border: solid 2px white }
a.postbutton	   { border: solid 2px white }
a.postbutton:hover   { border: solid 2px white }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			      { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.nav a:link		    { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.nav a:visited		    { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.nav a:hover		   { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }


/* Used for FAQ headers */
.faqhead			      { color: black; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }



/* titles for the topics: could specify viewed link colour too */
.topictitle			 { color: #000000; font-size: 14px }
a.topictitle:link    { color: black; text-decoration: none }
a.topictitle:visited  { color: black; text-decoration: none }
a.topictitle:hover	 { color: black; text-decoration: underline }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			 { color: #000000; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.namequote			  { color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* Location, number of posts, post date etc */
.postdetails		  { color: #666; font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.postdetails:link		   { color: black; font-size: 9px; text-decoration: none }
a.postdetails:visited		   { color: black; font-size: 9px; text-decoration: none }
a.postdetails:hover		  { color: black; font-size: 9px; text-decoration: underline }


/* The content of the posts (body of text) */
.postbody  { font-size: 14px }
a.postlink:link	 { color: black; text-decoration: none }
a.postlink:visited  { color: black; text-decoration: none }
a.postlink:hover  { color: black; text-decoration: underline }

/* Mailbox type */
.mbox  { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.mbox   { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a.mbox:hover   { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

/* Quote & Code blocks */
.code  { color: black; font-size: 12px; font-family: Courier, "Courier New", sans-serif; background-color: white; border: solid 1px black }

.quote   { color: black; font-size: 12px; line-height: 125%; font-family: "Courier New", Courier, Monaco; background-color: #ccc }


/* Copyright and bottom info */
.copyright		 { color: black; font-size: 10px; font-family: "Courier New", Courier, Monaco; letter-spacing: -1px }
a.copyright		 { color: black; text-decoration: none }
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select   { }

/* The text input fields background colour */
input.post, textarea.post, select  { }

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button   { }

/* Top site nav */
.sitenavhead { color: white; font-size: 24px; font-family: "Courier New", Courier, Monaco; text-decoration: underline }
.sitenavhead a:link { color: white; font-size: 24px; font-family: "Courier New", Courier, Monaco; text-decoration: underline }
.sitenavhead a:visited { color: white; font-size: 24px; font-family: "Courier New", Courier, Monaco; text-decoration: underline }
.sitenavhead a:hover { color: white; font-size: 24px; font-family: "Courier New", Courier, Monaco; text-decoration: underline }
.sitenav { color: white; font-size: 18px; font-family: "Courier New", Courier, Monaco; text-decoration: none }
.sitenav a:link { color: white; font-size: 18px; font-family: "Courier New", Courier, Monaco; text-decoration: none }
.sitenav a:visited { color: white; font-size: 18px; font-family: "Courier New", Courier, Monaco; text-decoration: none }
.sitenav a:hover  { color: white; font-size: 18px; font-family: "Courier New", Courier, Monaco; text-decoration: underline }

/* The main submit button option */
input.mainoption   { }
/* None-bold submit button */
input.liteoption   { }
/* 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: black; border: none }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
