/* General page style. The scroll bar colours only visible in IE5.5+ */
/* Import the fancy styles for IE only (NS4.x doesn't use the 
@import function) */

@import url("templates/subsilver/formie.css");

a:link,a:active,a:visited {
	color: #006699;
}

a:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.cattitle {
	color: #006699;
	text-decoration: none;
}

a.cattitle:hover{
	text-decoration: underline;
}

a.copyright {
	color: #444444;
	text-decoration: none;
}

a.copyright:hover {
	color: #000000;
	text-decoration: underline;
}

a.forumlink {
	color: #006699;
	text-decoration: none;
}

a.forumlink:hover{
	color: #DD6900;
	text-decoration: underline;
}

a.gen,a.genmed,a.gensmall {
	color: #006699;
	text-decoration: none;
}

a.gen:hover,a.genmed:hover,a.gensmall:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.mainmenu {
	color: #006699;
	text-decoration: none;
}

a.mainmenu:hover{
	color: #DD6900;
	text-decoration: underline;
}

a.nav {
	color: #006699;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

a.postlink:link {
	color: #006699;
	text-decoration: none;
}

a.postlink:visited {
	color: #5493B4;
	text-decoration: none;
}

a.postlink:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.topictitle:link {
	color: #006699;
	text-decoration: none;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

a.topictitle:hover {
	color: #DD6900;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-darkshadow-color: #98AAB1;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-track-color: #EFEFEF;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	height: 0px;
}

input {
	text-indent: 2px;
}

/* Form elements */
input,textarea, select {
	border-color: #000000;
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #EFEFEF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* None-bold submit button */
input.liteoption {
	background-color: #FAFAFA;
	font-weight: normal;
}

/* The main submit button option */
input.mainoption {
	background-color: #FAFAFA;
	font-weight: bold;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #FFFFFF;
}

/*
  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 {
	border-width: 0px 0px 0px 0px;
	height: 29px;
}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom {
	background-color: #D1D7DC;
	background-image: url(templates/subSilver/images/cellpic1.gif);
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}

/* Main table cell colours and backgrounds */
td.row1 {
	background-color: #EFEFEF;
}

td.row2 {
	background-color: #DEE3E7;
}

td.row3 {
	background-color: #D1D7DC;
}

td.row3right,td.spacerow {
	background-color: #D1D7DC;
	border: #FFFFFF;
	border-style: solid;
}

/*
  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(templates/subSilver/images/cellpic2.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	background-color: #006699;
	background-image: url(templates/subSilver/images/cellpic3.gif);
	color: #FFA34F;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

th.thbottom,td.catbottom {
	border-width: 0px 1px 1px 1px;
}

th.thcornerl {
	border-width: 1px 0px 0px 1px;
}

th.thcornerr {
	border-width: 1px 1px 0px 0px;
}

th.thhead,td.cathead {
	border-width: 1px 1px 0px 1px;
	font-size: 12px;
}

th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr {
	border: #FFFFFF;
	border-style: solid;
	font-weight: bold;
	height: 28px;
}

th.thleft,td.catleft {
	border-width: 0px 0px 0px 1px;
}

th.thright,td.catright,td.row3right {
	border-width: 0px 1px 0px 0px;
}

th.thsides,td.catsides,td.spacerow {
	border-width: 0px 1px 0px 1px;
}

th.thtop {
	border-width: 1px 0px 0px 0px;
}

/* This is the border line & background colour round the entire page */
.bodyline {
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
}

/* Forum category titles */
.cattitle {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Quote & Code blocks */
.code {
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #006600;
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
}

/* Copyright and bottom info */
.copyright {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #FFFFFF;
	border: 2px #006699 solid;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

/* General text */
.gen {
	font-size: 12px;
}

.gen,.genmed,.gensmall {
	color: #000000;
}

.genmed {
	font-size: 11px;
}

.gensmall {
	font-size: 10px;
}

/* 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;
}

/* The register, login, search etc links at the top of the page */
.mainmenu {
	color: #000000;
	font-size: 11px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	color: #000000;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	color: #000000;
	font-size: 11px;
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/* The content of the posts (body of text) */
.postbody {
	font-size: 12px;
	line-height: 18px;
}

/* Location, number of posts, post date etc */
.postdetails {
	color: #000000;
	font-size: 10px;
}

.quote {
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
