/*
  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 {
margin: 8px;
background-color: #E5E3E0;
scrollbar-face-color: #E3E0E0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #E3E0E0;
scrollbar-3dlight-color: #DBD3D0;
scrollbar-arrow-color:  #960600;
scrollbar-track-color: #F0EEEC;
scrollbar-darkshadow-color: #A39F9E;
color: #000000;
}

/* header toolbar styles */
.toolbar, .toolbar:link, .toolbar:visited, .toolbar:hover {
FONT-SIZE: 9px; TEXT-TRANSFORM: uppercase; COLOR: #A39F9E; TEXT-DECORATION: none; white-space: nowrap;
}
.toolbar:hover {
TEXT-DECORATION: underline
}

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


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

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

/* Main table cell colours and backgrounds */
td.row1        { background-color: #F0EDEB; }
td.row2        { background-color: #E5E2DF; }
td.row3        { background-color: #DBD3D0; }
td.row0        { background-color: #DBD3D0; text-align: center; font-weight: bold; font-size: 11px; letter-spacing: -1px; }

/*
  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 */
th  {
color: #FAFAFA; font-size: 11px; font-weight : bold;
background-color: #960600; height: 23px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#DBD3D0; border: #FFFFFF; border-style: solid; height: 25px;
}

/*
  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: 26px;
        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: 25px; }
td.row3Right,td.spaceRow {
        background-color: #DBD3D0; 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.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; }

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

/* The large text used in the faq folder/topic title */
.faqtitle { font-size: 18px; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }

a.gen,a.genmed,a.gensmall { color: #960600; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #666666; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu                { font-size : 11px; color : #000000 }
a.mainmenu                { text-decoration: none; color : #960600;  }
a.mainmenu:hover{ text-decoration: underline; color : #666666; }

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

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

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

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

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

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

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink  { text-decoration: none; color : #960600; }
a.postlink:hover { text-decoration: underline; color : #666666; }

/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #DBD3D0; 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: #DBD3D0; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.mod {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
}

.exclamation {
        font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}

td.ModTable { background-color: #ff6060; }

/* 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,textarea, select {
        color : #000000;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-color : #000000;
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
}

/* 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 : #F0EEEC;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
}

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

/* Offtopic text */
.off { font: italic; color: #999999 }

INPUT.search {
	FONT-SIZE: 10px; HEIGHT: 16px; font-face: Arial;
	BORDER: 1px #A39F9E solid; MARGIN: 0px; BACKGROUND-COLOR: #F0EEEC
}

/* menu styles */
FORM {
	MARGIN: 0px
}
tr.menu {
	BACKGROUND-COLOR: #960600;
}
td.menu {
        height: 19px;
        text-align: center;
        background-color: #960600;
        border-right: 3px solid #FFFFFF;
}
td.menuon {
        height: 19px;
        text-align: center;
        background-color: #666666;
        border-right: 3px solid #FFFFFF;
}
.menu, .menu:link, .menu:visited, .menu:hover, .menu:active, .menuon {
        color: #FAFAFA; font-size: 11px;
        font-weight : bold;
        text-decoration: none;
	white-space: nowrap;
}
.menuline {
	background-color: #960600; border: 1px #A39F9E solid;
}
td.submenu {
        height: 19px;
        background-color: #960600;
}
td.submenuon {
        height: 19px;
        background-color: #666666;
}
.submenu, .submenu:link, .submenu:visited, .submenu:active, .submenu:hover, .submenuon {
        color: #FFFFFF; font-size: 11px;
        text-decoration: none;
}
.verticaltext {
	FILTER: flipv fliph; WRITING-MODE: tb-rl
}
.header {
	FONT-SIZE: 10px; COLOR: #FAFAFA; TEXT-DECORATION: none; white-space: nowrap;
}
.footer, .footer:link, .footer:visited, .footer:hover {
	FONT-SIZE: 10px; COLOR: #646464; TEXT-DECORATION: none
}
a.abtn, a.abtn:link, a.abtn:visited {
	border:1px #960600 outset;
	padding:2px 4px 2px 4px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:11;
	width:90;
	background-color: #E3E0E0;
	white-space: nowrap;
}
a.abtn:hover, a.abtn:active {
	border:1px #960600 inset;
	padding:2px 4px 2px 4px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:11;
	width:90;
	background-color: #F0EEEC;
	white-space: nowrap;
}

a.smbtn, a.smbtn:link, a.smbtn:visited {
	border:1px #960600 outset;
	padding:1px 2px 1px 2px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:9;
	width:50;
	background-color: #E3E0E0;
	white-space: nowrap;
}
a.smbtn:hover, a.smbtn:active {
	border:1px #960600 inset;
	padding:1px 2px 1px 2px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:9;
	width:50;
	background-color: #F0EEEC;
	white-space: nowrap;
}
.recent, .recent:link, .recent:visited, .recent:active {
        display: block;
        padding: 4px;
        font-size: 11px;
        text-decoration: none;
        color: #960600;
        background-color: #F0EEEC;
}
.recent:hover {
        display: block;
        padding: 4px;
        font-size: 11px;
        text-decoration: none;
        color: white;
        background-color: #960600;
}

