/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body 
{
	background-color:#282828;
	scrollbar-base-color: #343434;
	scrollbar-highlight-color: #565656;
/*
	scrollbar-face-color: #343434;
	scrollbar-highlight-color: #efefef;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #343434;
	scrollbar-darkshadow-color: #98AAB1;
*/
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EFEFEF;

	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre 
{
	margin: 5px 10px 0 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #565656;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #efefef;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #efefef;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0px 0px 0px 0px;
	float: left;
	color: #efefef;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc 
{
	font-size: 11px;
	padding-bottom: 0px;
}
p.forumdesc STRONG, p.forumdesc A { font-size: 10px; }

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails 
{
	text-align: center;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #efefef;
}

.postdetails {
	color: #cdcdcd;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav 
{
	font-size: 11px;
	margin: 0;
	color: #efefef;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #efefef;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #676767;
	font-weight: normal;
}
.copyright a { font-weight: normal; }

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
.tablebg th,
#pagecontent th 
{
	color: #efefef;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}
tablebg th { text-align: center; }

.tablebg td,
#pagecontent td { padding: 2px; }

#pagecontent td.profile 
{
	padding: 4px;
}

.tablebg {
	background-color: #565656;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #700E0E url('./images/cellpic2.gif') repeat-y scroll top left;
}
.rtl .catdiv {
	background: #700E0E url('./images/cellpic2_rtl.gif') repeat-y scroll top right;
}

.cat 
{
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: Transparent;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
	font-size: 12px;
	color: #FFF5A3;
}
.cat .gensmall { font-weight: bold; font-size: 11px; }

.row1 
{
	background-color: #343434;
	text-align: left;
	padding: 4px;
}
.row1:hover { background-color: #464646; }

.row2 
{
	background-color: #282828;
	text-align: center;
	padding: 4px;
}
.row2:hover { background-color: #383838; }

.row3 {
	background-color: #3f3f3f;
	padding: 4px;
}

.spacer {
	background-color: #282828;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle 
{
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.1em;
}

a.topictitle:visited 
{
	color: #E88C06;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #565656;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #565656;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #565656;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #bcbcbc;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #bcbcbc;
	border: 1px solid #565656;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #bcbcbc;
	border: 1px solid #565656;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #bcbcbc;
	border: 1px solid #565656;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline 
{
	background-color: #cdcdcd;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #EFEFEF; 
	background-color: #454545;
	border: solid 1px black;
	border-bottom: 0px;
	
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4em;
	color: #EFEFEF; 
	background-color: #454545;
	border: solid 1px black;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #565656;
	color: #333333;
	background-color: #565656;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #565656;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #efefef;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #efefef;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #efefef;
}

.pm_replied_colour {
	background-color: #565656;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #efefef;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* MYST */
.backhome 
{
	font-size: 10px;
	position: absolute;
	top: 103px;
	left: 33px;
	font-weight: bold;
}

/* MAIN FORUM CONTAINER (OVERALL_HEADER) */
.containerforum 
{
	background-color:#282828;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-right: 0px solid black;
}
/* MAIN FORUM CONTAINER (HEADER,CONTENT,FOOTER) */
#pageheader { }
#pagecontent { }
#pagefooter { }
.cyclopedia #pagecontent { font-size: 80%; font-family: Verdana,Arial,Times New Roman !important; }
.cyclopedia #pagecontent A { font-weight: bold; }
.cyclopedia #pagecontent * { font-family: Verdana,Arial,Times New Roman !important; }

.header0forum 
{
	margin: 0px;
	padding: 0px;
	height: 99px;
	background-image: url("images/header0forum.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: text-top;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
}


.header1forum 
{
	margin: 0px;
	padding: 0px;
	height: 99px;
	width: 100%;
	background-image: url("images/header1forum.gif");
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}

.header2forum 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 47px;
	text-align: left;
}
.header3forum { width: 100%; }
.header3forum DIV { margin: 3px; font-size: 11px; text-align: center; }

.headerbar1forum {
	background-color: #6A0F0F;
	height: 22px;
	background-image: url("images/headerbar1forum.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.headerbar2forum {
	background-color: #6A0F0F;
	height: 22px;
	width: 100%;
	background-image: url("images/headerbar2forum.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.headerbar3forum {
	background-color: #282828;
	height: 22px;
	background-image: url("images/headerbar4forum.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.whosonline
{
	width: 100%;
	height: 99px;
	text-align: right;
	font-size: 10px;
	text-align: right;
	padding-right: 13px;
	padding-bottom: 3px;
	font-weight: normal;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #efefef; }
a,
a:link,
a:active,
a:visited { text-decoration: none; color : #FFF5A3; }
a:hover		{ text-decoration: underline; color : #E88C06; }
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: #282828; padding: 0px 0px 0px 0px; }

/* This is the outline round the main forum tables */
.forumline
{	
	background-color: #282828;
	border: 1px solid black;
}