body {
  background-color: #FFFFEE;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial,helvetica,sans-serif;
  color: black;
}

/*
p.links {
  text-align: right;
  padding-right:12px;
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
}

p.links a {
  font-weight: 900;
  font-size: 14pt;
  color: #006688;
  background-color: white;
}

div#logo {
  color: #006688;
  font-size: 20pt;
  font-weight:bold;
  text-align:left;
  vertical-align:middle;
  padding-left: 8px;
}

div.menu {
  float:right;
  width: 108px;
  height: 14px;
  text-align: center;
  background-color: #006688;
  margin: 1px;
  margin-left: 3px;
  padding: 3px;
  border-width: 2px;
  border-color:white;
  border-style:outset;
}

div.menu a {
  text-align: center;
  color: white;
  text-decoration:none;
  font-weight:bold;
  font-size:8pt;
}

div.menu a:hover {
  text-decoration:underline;
  font-weight:bolder;
}

div#google {
  float:right;
}

div#content {
  padding:24px;
  padding-left:48px;
  padding-right:168px;
}

div#content a {
 color:#006688;
 text-decoration:none;
 font-weight:bolder;
}

div#content a.small {
  font-size: 14pt;
}

div#content a:hover {
  text-decoration:underline;
  background-color: #FFFFAA;
}


p.copyright {
  margin: 0px;
  height: 20px;
  clear: both;
  background-color: #006688;
  font-weight: bold;
  color: white;
  font-size: small;
  text-align: center;
  width: 100%;
}

p.copyright a {
  font-size:8pt;
  color:white;
  text-decoration:none;
  font-weight:normal;
}
p.copyright A:hover {
  text-decoration:underline;
}



TABLE#content {
 width: 90%;
 background-color: #FFFFEF;
 text-align: left;
}

TABLE#content TH {
 background-color: #006080;
 color: white;
}

h1 {
  background-color: #006688;
  font-weight: bold;
  color: white;
  font-size: medium;
  text-align: center;
  width: 100%;
  margin-top : 0px;
}
h2 {
  font-weight: bold;
  font-size: medium;
  color: teal;
}
h3 {
  font-weight: normal;
  font-size: medium;
  color: teal;
}
strong {
  font-weight: bold;
  font-size: medium;
  color: teal;
}
EM {
  font-weight: bold;
  font-style: italic;
  font-size: medium;
  color: red;
}

UL {
  color: black;
  font-weight: normal;
}
OL {
  color: black;
  font-weight: normal;
}
LI LI {
  font-size:smaller;
}
*/

div#phpbb h1#JCheader {
  margin: 0;
  height: 1.2em;
  background-color:#006688;
  font-weight: bold;
  color: #FFFFAA;
  font-size: 36pt;
  text-align: center;
}

/* handling of fatfooter and copyright*/

div#fatfooter {
  min-height: 24em;
  padding: 1em 1em 0.5em 1em;
  background-color:#006688;
  font-size: 8pt;
  color: white;
}

div#fatfooter div.column {
  float: left;
  width: 20em;
  height: 23em;
  margin: 0;
  border-width: 0 2px 0 0;
  border-style: dotted;
  border-color: white;
  padding: 0 0.5em 0 0.5em;
  color: #FFFFCC;
}

div#fatfooter div.column h3 {
  margin: 0;
  padding: 0;
  color: yellow;
}

div#fatfooter div.column ul li a {
  color:white !important;
  font-size:x-small;
  text-decoration: none;
}

div#fatfooter div.column ul li a:hover {
  text-decoration: underline;
}

div#copyright {
  clear: both;
  height: 1em;
  background-color:#006688;
  font-weight: bold;
  color: white;
}

div#copyright a {
  color:white !important;
  font-size:x-small;
  text-decoration: none;
}

div#copyright a:hover {
  text-decoration: underlined;
}



/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General font families for common tags */
div#phpbb font,div#phpbb th,div#phpbb td,div#phpbb p { font-family: Verdana, Arial, Helvetica, sans-serif }
div#phpbb a:link,div#phpbb a:active,div#phpbb a:visited { color : #006699; }
div#phpbb a:hover		{ text-decoration: underline; color : #DD6900; }
div#phpbb hr	{ height: 0px; border: solid # 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
div#phpbb .bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
div#phpbb .forumline	{ background-color: #FFFFFF; border: 2px #006199 solid; }

/* Main table cell colours and backgrounds */
div#phpbb td.row1	{ background-color: #; }
div#phpbb td.row2	{ background-color: #; }
div#phpbb td.row3	{ background-color: #; }

/*
  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
*/
div#phpbb td.rowpic {
		background-color: #FFFFFF;
		background-image: url(templates/subSilver/images/);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
div#phpbb th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(templates/subSilver/images/);
}

div#phpbb td.cat,div#phpbb td.catHead,div#phpbb td.catSides,div#phpbb td.catLeft
,div#phpbb td.catRight,div#phpbb td.catBottom {
			background-image: url(templates/subSilver/images/);
			background-color:#; 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 :-)
*/
div#phpbb td.cat,div#phpbb td.catHead,div#phpbb td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
div#phpbb th.thHead,div#phpbb th.thSides,div#phpbb th.thTop
,div#phpbb th.thLeft,div#phpbb th.thRight,div#phpbb th.thBottom
,div#phpbb th.thCornerL,div#phpbb th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
div#phpbb td.row3Right,div#phpbb td.spaceRow {
	background-color: #; border: #FFFFFF; border-style: solid;
}

div#phpbb th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
div#phpbb th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
div#phpbb th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
div#phpbb th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
div#phpbb th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
div#phpbb th.thTop	 { border-width: 1px 0px 0px 0px; }
div#phpbb th.thCornerL { border-width: 1px 0px 0px 1px; }
div#phpbb th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	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 */
div#phpbb .mainmenu		{ font-size : 11px; color : #000000 }
div#phpbb a.mainmenu		{ text-decoration: none; color : #006699;  }
div#phpbb 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 */
div#phpbb .topictitle,div#phpbb h1,div#phpbb h2	{
  font-weight: bold;
  font-size: 11px;
  color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #; }
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; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #; }
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: #; 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: #; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
div#phpbb .copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
div#phpbb a.copyright		{ color: #444444; text-decoration: none;}
div#phpbb 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;
}

/* 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 : #;
	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;
}

/* 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: #; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");

