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

td.mainCell {
  background-color : #FFFFFF;
  color: #000000;
}


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


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

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


/* Main table cell colours and backgrounds */
td.mainCell td.row1	{ background-color: #EFEFEF; }
td.mainCell td.row2	{ background-color: #DEE3E7; }
td.mainCell td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics,td.mainCell  Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However,td.mainCell  you could replace this with a bitmap specific for each forum
*/
td.mainCell td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
td.mainCell th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catSides,td.mainCell td.catLeft,td.mainCell td.catRight,td.mainCell td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; 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,td.mainCell  just ignore it :-)
*/
td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
td.mainCell th.thHead,td.mainCell th.thSides,td.mainCell th.thTop,td.mainCell th.thLeft,td.mainCell th.thRight,td.mainCell th.thBottom,td.mainCell th.thCornerL,td.mainCell th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.mainCell td.row3Right,td.mainCell td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

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


/* The largest text used in the index page title and toptic title etc. */
td.mainCell .maintitle,td.mainCell h1,td.mainCell h2	{
			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 */
td.mainCell .gen { font-size : 12px; }
td.mainCell .genmed { font-size : 11px; }
td.mainCell .gensmall { font-size : 10px; }
td.mainCell .gen,td.mainCell .genmed,td.mainCell .gensmall { color : #000000; }
td.mainCell a.gen,td.mainCell a.genmed,td.mainCell a.gensmall { color: #006699; text-decoration: none; }
td.mainCell a.gen:hover,td.mainCell a.genmed:hover,td.mainCell a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


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


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


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


/* Used for the navigation text,td.mainCell  (Page 1,td.mainCell 2,td.mainCell 3 etc) and the navigation bar when in a forum */
td.mainCell .nav			{ font-weight: bold; font-size: 11px; color : #000000;}
td.mainCell a.nav			{ text-decoration: none; color : #006699; }
td.mainCell a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
td.mainCell .topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
td.mainCell a.topictitle:link   { text-decoration: none; color : #006699; }
td.mainCell a.topictitle:visited { text-decoration: none; color : #5493B4; }
td.mainCell a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


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

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


/* The content of the posts (body of text) */
td.mainCell .postbody { font-size : 12px;}
td.mainCell a.postlink:link	{ text-decoration: none; color : #006699 }
td.mainCell a.postlink:visited { text-decoration: none; color : #5493B4; }
td.mainCell a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
td.mainCell .code {
	font-family: Courier,td.mainCell  'Courier New',td.mainCell  sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

td.mainCell .quote {
	font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
td.mainCell .copyright		{ font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: #444444; letter-spacing: -1px;}
td.mainCell a.copyright		{ color: #444444; text-decoration: none;}
td.mainCell a.copyright:hover { color: #000000; text-decoration: underline;}


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

/* The text input fields background colour */
td.mainCell input.post,td.mainCell  textarea.post,td.mainCell  select {
	background-color : #FFFFFF;
}

td.mainCell input { text-indent : 2px; }

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

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

/* None-bold submit button */
td.mainCell 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,td.mainCell  but if set to be the same
  colour as the background no one will know ;)
*/
td.mainCell .helpline { background-color: #DEE3E7; border-style: none; }


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

