/*
  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: #FFF;
	margin: 0 auto;
}
img {
	border: 0;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #50606F; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


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

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


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


/*
  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(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #27547F; font-size: 11px; font-weight : bold;
	background-color: #D0DCE9; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,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, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	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: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; 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	{
			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 { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
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; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
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 : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* 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 : #006699; }
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   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* 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;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', 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
}

.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 */
.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 {
	font-family: Verdana;
	font-size: 11px;
}

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

input.text
{
	border: 1px solid #768EA6;
}

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

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

div.inventory
{
	font-size: 10px;
	margin: 5px 0 0 0;
	text-align: right;
}
div.header
{
	height: 100px;
}
div.logo
{
	float: left;
	margin: 2px 0 0 0;
	position: absolute;
}
div.account
{
	margin-top: 20px;
	float: right;
	text-align: left;
	width:600px;
}
div.account h2
{
	font-size: 20px;
}
div.content
{
	text-align: left;
}
div.menu
{
	border-top: 2px solid #C4D2E0;
}
ul
{
	margin: 15px 0 5px 20px;;
	padding: 10px;
	list-style-type: none;
	background: #FFEFEF;
	font-style: italic;
}
ul.sub-menu {
	margin:0;
	padding: 0;
	background: none;
	font-style: normal;
}
ul.menu
{
	background: #FFF url('../../../img/menu-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-style: normal;
}
ul.menu li
{
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 8px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
ul.menu li a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #50606F;
}
ul.menu li.active
{
	background-color: #FFF;
	color: #768EA6;
}
ul.menu li a:hover
{
	color: #50606F;
	text-decoration: none;
}
div.inventory a:hover, ul.bottom-menu li a:hover, div.header a:hover, div.copyright a:hover
{
	color: #50606F;
}
div.submenu
{
	border-bottom: 1px solid #768EA6;
	height: 19px;
}
div.submenu ul
{
	height: 18px;
	position: absolute;
}
div.submenu ul li
{
	list-style-type: none;
	float: left;
	height: 18px;
	line-height: 17px;
	font-weight: bold;
	font-size: 10px;
	text-transform: lowercase;
}
div.submenu ul li a
{
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 0 16px;	
}
div.submenu ul li a:hover
{
	text-decoration: none;
}
div.submenu ul li.active
{
	background-color: #F9FCFF;
	border-right: 1px solid #768EA6;
	border-left: 1px solid #768EA6;
	border-bottom: 1px solid #F9FCFF;
	border-top: 1px solid #768EA6;
	z-index: 5;
}
div.submenu ul li.active div
{
	padding: 0 16px;

}
div.breadcrumb ul
{
	padding: 10px 0 0 0;
}
div.breadcrumb ul li
{
	display: inline;
	font-size: 13px;
}
div.breadcrumb ul li.last
{
	font-weight: bold;
}
div.box2-content
{
	background-color: #F9FCFF;
	border-left: 1px solid #768EA6;
	border-right: 1px solid #768EA6;
	padding: 0 10px;
}
table.login
{
	margin-top: 10px;
	font-size: 10px;
}	
table.login td
{
	
	text-align: left;
}
ul.bottom-menu
{
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	background: none;
	font-style: normal;
}
ul.bottom-menu li
{
	list-style-type: none;
	display: inline;
	font-size: 12px;
	color: #768EA6;
}
ul.bottom-menu li a {
	color: #50606F;
}
div.copyright
{
	font-size: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.copyright a
{
	color: #50606F;
}
div.bottom-links
{
	font-size: 10px;
	margin: 5px; 0 10px 0;
	text-align: center;
}
table.attachtable {
	border: 1px solid #006699;
}
table.attachtable td {
	border: 1px solid #006699;
	padding: 2px 0;
}
td.attachrow {
}
td.attachheader {
}

table.attachtable
/* 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 ;)
*/

/* Rules for columns
-----------------------*/

	div.clearBoth
	{
		position:relative;
		font-size:0px;
		height:0px;
		clear:both;
	}

	div.leftColumn, div.rightColumn, .fLeft, .fRight
	{
		position:relative;
		float:left;
	}
	div.leftColumn
	{
		padding-right: 10px;
		width: 190px;
	}
	div.rightColumn
	{
		margin-left:10px;
		width: 710px;
	}
	div.userConsole
	{

	}
/* Fieldset
---------------*/
	.formBlock
	{
		position:relative;
		padding:15px 5px 5px 5px;
		margin-bottom:0px;
	}
	.fieldset
	{
		position:relative;
		border:1px solid silver;
		padding:10px 7px 7px 7px;
	}
	.fieldset .legend
	{
		position:absolute;
		top:-12px;
		left:10px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		background-color:#fff;
		padding:0px 5px;
		font-weight:bold;
		text-transform:lowercase;
		/*font-family:"Courier New", Courier, monospace;*/
		font-size:12px;
		color:#768ea6;
	}
	.fieldsetContent
	{
		position:relative;
		border:0px solid red;
		*margin-top: -15px;
		font-size: 0.82em;
	}
	.fieldsetContent img.banner {
		margin-bottom: 5px;
	}
	.fieldsetInfo
	{
		position:relative;
		font-size:10px;
		text-align:right;
		margin-top:5px;
	}
	.fieldsetIcon
	{
		position:relative;
		float:left;
		margin:0px 4px 4px 0px;
	}
	.userCap
	{
		font-weight:bold;
		background-color:#f0f6fc;
		height: 20px;
		line-height: 20px;
		vertical-align:middle;
		padding:0px 5px;
		border:1px solid #C4D2E0;
		margin-bottom:5px;
		font-size: 0.75em;
		text-transform: lowercase;
	}
	.menuItem
	{
		line-height:16px
		vertical-align:middle;
		margin: 3px 0;
	}
	.menuItem img
	{
		vertical-align:middle;
	}
input.text
{
	border: 1px solid #768EA6;
}
	.loginForm
	{

	}
	.loginForm input.text
	{
		width:160px;
	}
.no
{
	border: none;
}	

.helpline { background-color: #DEE3E7; border-style: none; }


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


