/*
  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: #FFFFFF;
  scrollbar-face-color: #EBE9E6;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #4D473F;
  scrollbar-3dlight-color: #4D473F;
  scrollbar-arrow-color:  #4D473F;
  scrollbar-track-color: #EBE9E6;
  scrollbar-darkshadow-color: #EBE9E6;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
}
a:visited,a:link,a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
}
a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
	letter-spacing: 1px;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: underline;
	text-align: center;
	line-height: 13px;
	letter-spacing: 1px;
}
hr  { height: 0px; border: solid #EBE9E6 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 0px #EA843C solid; }

/* This is the outline round the main forum tables */
.forumline  { background-color: #FFFFFF; border: 0px #EA843C solid; }


/* Main table cell colours and backgrounds */
td.row1 { background-color: #EBE9E6;padding: 0px 5px 0px 5px; }
td.row2 { background-color: #EBE9E6;padding: 0px 5px 0px 5px; }
td.row3 { background-color: #EBE9E6;padding: 0px 5px 0px 5px; }
td.row3Right,td.spaceRow {
  background-color: #EBE9E6; border: #EBE9E6; border-style: solid; }
td.rowBottomCornerL { background-color: #EBE9E6;padding: 0px 5px 0px 5px;  border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_gray_corner_BL.gif'); background-position: bottom left; background-repeat:no-repeat;}
td.rowBottomCornerR { background-color: #EBE9E6;padding: 0px 5px 0px 5px;  border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_gray_corner_BR.gif'); background-position: bottom right; background-repeat:no-repeat;}


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

/* Header cells - the blue and silver gradient backgrounds */
th  {
  color: #4D473F; font-size: 11px; font-weight : bold;
  background-color: #98948c; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
      background-color:#EBE9E6; border: #EBE9E6; border-style: none; 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.catold,td.catHeadold,td.catBottomold {
  height: 29px;
  border-width: 0px 0px 0px 0px;
}
th.thHeadold,th.thSidesold,th.thTopold,th.thLeftoldold,th.thRightold,th.thBottomold,th.thCornerLold,th.thCornerRold {
  font-weight: bold; background-color:#FFCC66; border: #FFFFFF; border-style: solid; height: 28px; 
}
td.cat,td.catHead,td.catBottom,th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR, td.catBottomLBlue, td.catBottomRBlue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 1px;
	background-color:#C1DDDB;
	border: #C1DDDB;
	border-style: none;
	height: 28px; 
}
td.row3Rightold,td.spaceRowold {
  background-color: #FFCC66; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 15px 0px 0px 15px; }
th.thSides,td.catSides,td.spaceRow   {border-width: 0px 0px 0px 0px; }
td.catSides {background-color:#EBE9E6;}
th.thRight,td.catRight,td.row3Right  { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft    { border-width: 0px 5px 0px 5px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop   { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_blue_corner_TL.gif'); background-position: top left; background-repeat:no-repeat;}
th.thCornerR { border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_blue_corner_TR.gif'); background-position: top right; background-repeat:no-repeat; }
td.catBottomLBlue { border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_blue_corner_BL.gif'); background-position: bottom left; background-repeat:no-repeat; height: 28px;}
td.catBottomRBlue { border-width: 0px 0px 0px 0px; background-image: url('./images/nav_img_blue_corner_BR.gif'); background-position: bottom right; background-repeat:no-repeat; height: 28px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2  {
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 2px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
}

a.maintitle  {
	text-transform: none;
	line-height: 24px;
	letter-spacing: 2px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.maintitle:visited  {
	text-transform: none;
	line-height: 24px;
	letter-spacing: 2px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.maintitle:active  {
	text-transform: none;
	line-height: 24px;
	letter-spacing: 2px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.maintitle:hover  {
	text-transform: none;
	line-height: 24px;
	letter-spacing: 2px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.maintitleold {
      font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
      text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { color: 4D473F; font-size : 12px; }
.genmed { font-size : 11px; color : #4D473F; }
.gensmall { font-size : 10px; }
.gensmall { color : #4D473F; }
a.genmed { color: #CE3612; text-decoration: none; }
a.gen,a.gensmall { color: #CE3612; text-decoration: none; }
a.gen:hover,a.gensmall:hover { color: #CE3612; text-decoration: underline; }
a.genmed:hover { color: #CE3612; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu {
	text-transform: capitalize;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.mainmenuold   { font-size : 11px; color : #000000 }
a.mainmenu    { text-decoration: none; color : #4D473F;  }
a.mainmenu:link{ text-decoration: none; color : #4D473F; }
a.mainmenu:visited{ text-decoration: none; color : #4D473F; }
a.mainmenu:hover{ text-decoration: underline; color : #4D473F; }
a.mainmenu:active{ text-decoration: none; color : #4D473F; }


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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink,.cattitle    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.forumlink,a.cattitle   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.forumlink:visited,a.cattitle:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.forumlink:hover,a.cattitle:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: underline;
	line-height: 15px;
	letter-spacing: 1px;
}
.cattitleWhite    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.cattitleWhite   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}

a.cattitleWhite:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.cattitleWhite:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 15px;
	letter-spacing: 1px;
}
.cattitleDarkGrey    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.cattitleDarkGrey   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}

a.cattitleDarkGrey:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
}
a.cattitleDarkGrey:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: underline;
	line-height: 15px;
	letter-spacing: 1px;
}


/* 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 : #CE3612; }
a.nav:hover   { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
}
a.topictitle:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
}
a.topictitle:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
	letter-spacing: 1px;
}
a.topictitle:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: underline;
	text-align: center;
	line-height: 13px;
	letter-spacing: 1px;
}

.topictitleold     { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitleold:link   { text-decoration: none; color : #CE3612; }
a.topictitleold:visited { text-decoration: none; color : #CE3612; }
a.topictitleold:hover  { text-decoration: underline; color : #CE3612; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CE3612;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
}
.nameold     { font-size : 11px; color : #000000;}

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

.postdetails    {
	font-size : 12px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
}


/* The content of the posts (body of text) */
.postbody {
	text-transform: none;
	text-decoration: none;
	line-height: 16px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight: normal;
	font-style: normal;
}
a.postlink:link { text-decoration: none; color : #CE3612; }
a.postlink:visited { text-decoration: none; color : #CE3612; }
a.postlink:hover { text-decoration: underline; color : #CE3612;}


/* Quote & Code blocks */
.code {
  font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
  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: #E0EDEB; line-height: 125%;
  background-color: #4D473F; border: #FFFFFF; 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: #CE3612; text-decoration: none;}
a.copyright:visited { color: #CE3612; text-decoration: none;}
a.copyright:hover { color: #CE3612; text-decoration: underline;}


/* Form elements */
input,textarea, select {
  color : #000000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}

/* 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 : #EBE9E6;
  color : #4D473F;
  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
  background-color : #EBE9E6;
  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: #4D473F; border-style: none; color: #FFFFFF;}


#user_notice {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4D473F;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
	letter-spacing: 1px;
}

td#user_notice {

  background-color: #FFFFFF;

}

.title_links_LeftAlign {
	text-align: left;
	line-height: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.Info_small_DarkGray_Italic {
	text-transform: none;
	line-height: 12px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

a.Info_small_DarkGray_Italic {
	text-transform: none;
	line-height: 12px;
	color: #CE3612;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

a.Info_small_DarkGray_Italic:link {
	text-transform: none;
	line-height: 12px;
	color: #CE3612;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
a.Info_small_DarkGray_Italic:visited {
	text-transform: none;
	line-height: 12px;
	color: #CE3612;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
a.Info_small_DarkGray_Italic:active {
	text-decoration: none;
}
a.Info_small_DarkGray_Italic:hover {
	text-transform: none;
	line-height: 12px;
	color: #CE3612;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}

.Info_small_DarkGray {
	text-transform: none;
	line-height: 12px;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.forumdesc {
	text-transform: capitalize;
	color: #4D473F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}


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