/*
  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:Arial, Helvetica, sans-serif;}
td.mainCell a:link,td.mainCell a:active,td.mainCell a:visited { color : #333; }
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; width:100%;}

/* This is the outline round the main forum tables */
td.mainCell .forumline	{ background-color: #FFFFFF; border: none; }


/* Main table cell colours and backgrounds */
td.mainCell td.row1	{ background-color: #fff; border:1px solid #ededed;}
/****td.mainCell td.row1 a{font:normal 14px Arial, Helvetica, sans-serif; color:#00458a; text-decoration:underline;}*/
td.mainCell td.row2	{ background-color: #ededed; }
td.mainCell td.row3	{ background-color: #ededed; }


/*
  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: #999999;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
td.mainCell th	{
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	background-color: #348ec1; height: 25px;
}

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-color:#f6f6f6; 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: #ededed; 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:normal; font-size:12px; font-family: Verdana, Arial, Helvetica,sans-serif;
			text-decoration: none; line-height : 120%; color : #000000; text-transform:capitalize;
}


/* General text */
td.mainCell .gen { font-size : 12px; }
td.mainCell .genmed { font:normal 12px Verdana, Arial, Helvetica, sans-serif; }
td.mainCell .gensmall { font-size : 10px; }
td.mainCell .gen,td.mainCell .genmed,td.mainCell .gensmall { color : #686666; }
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; }

td.row2 span.gensmall{
font:bold 13px Arial, Helvetica, sans-serif;
color:#00458a;

}

/**/
td.mainCell .forumBar{
background-color:#e5e5e5;
border:1px solid #ccc;
height:25px;
vertical-align:middle;
text-align:right;
padding:0 5px 0 0;
}

/* The register,td.mainCell  login,td.mainCell  search etc links at the top of the page */
td.mainCell .forumMainMenu		{ font-size : 10px; color : #133d6a; }
td.mainCell a.forumMainMenu		{ font:Arial, Helvetica, sans-serif; text-decoration: none; color : #133d6a; text-transform:uppercase;  }
/*td.mainCell a.forumMainMenu:hover{ font:Arial, Helvetica, sans-serif; text-decoration: underline; color : #ff6633;  text-transform:uppercase;}*/


td.mainCell span.forumMainMenuL a:link, td.mainCell span.forumMainMenuL a:visited{
font:normal 11px Arial, Helvetica, sans-serif;
color:#333;
text-transform:uppercase;
text-decoration:underline;
 background:url(images/icoLogin.png) right no-repeat;
 padding:0 14px 0 0;
 }
 
 td.mainCell span.forumMainMenuL a:hover{
font:normal 11px Arial, Helvetica, sans-serif;
color:#333;
text-transform:uppercase;
text-decoration:none;
 background:url(images/icoLogin.png) right no-repeat;
 padding:0 14px 0 0;
 }

/* Forum category titles */
td.mainCell .cattitle		{ font-weight: bold; font-size: 12px; color : #006699; }
td.mainCell a.cattitle		{ text-decoration: none; color : #006699;}
td.mainCell a.cattitle:hover{ text-decoration: underline; color : #DD6900; }

/* Forum title: Text and link to the forums used in: index.php */
td.mainCell .forumlink{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#00458a;
}
td.mainCell a.forumlink{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#00458a;
	text-decoration:underline;
}
td.mainCell a.forumlink:hover{
 	font:normal 14px Arial, Helvetica, sans-serif;
	color:#00458a;
	text-decoration:none;
 }


/* 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; }

td.mainCell .nav1			{ font-weight: normal; font:normal 12px Arial, Helvetica, sans-serif; color : #000; }
td.mainCell a.nav1			{ text-decoration: none; color : #006699; text-decoration: underline; text-transform:uppercase;}
td.mainCell a.nav1:hover		{ text-decoration: none; text-transform:uppercase;}

/* titles for the topics: could specify viewed link colour too */
td.mainCell .topictitle			{font:normal 14px Arial, Helvetica, sans-serif; color:#00458a; }
td.mainCell a.topictitle:link   { text-decoration: underline; color : #00458a; }
td.mainCell a.topictitle:visited { text-decoration: underline; color : #00458a; }
td.mainCell a.topictitle:hover	{ text-decoration: none; color : #00458a; }


/* 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.row3Right span.postdetails{
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
color:#cf7500;
}

span.name a:link, span.name a:visited{
font:bold 13px Arial, Helvetica, sans-serif; 
color:#00458a;
text-decoration:none;
}

span.name a:hover{
font:bold 13px Arial, Helvetica, sans-serif; 
color:#00458a;
text-decoration:underline;
}

td.mainCell .postdetails{
font:bold 13px Arial, Helvetica, sans-serif; 
color:#00458a;
}

/* 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;*/
	color:#ffffff;
	font:normal 12px Arial, Helvetica, sans-serif;
	background-color:#4788be;
	border:1px solid;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-right-color:#6e6f67;
	border-bottom-color:#6e6f67;
}

/* 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");

/* ----- Custom Discussion Board styles ----- */
.categoryTitle 
{
float:left;
text-align:left;
background-image:url(images/bgHotTopicsTitle.png)
background-position:right;
background-repeat:repeat-x;	
margin:5px 0 0 0;
padding:0;
}
.categoryTitle span.firstWord
{
font:normal 32px "Times New Roman", Times, serif;
color:#768ea5;
text-transform:uppercase;
}
.categoryTitle span.secondWord
{
font:normal 32px "Times New Roman", Times, serif;
color:#0b355f;
text-transform:uppercase;
}

/* ----- End Custom Discussion Board styles ----- */

