/*  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 {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #E1E1E1;
	background-color: #323232;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-color: #C1CAD2;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#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;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#enclosure {
	margin: 10px 15px;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

/* Header */
.header_left {
	background-image: url('./images/background/header_left.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

.header_center {
	background-image: url('./images/background/header_center.gif');
	background-repeat: repeat-x;
}

.header_right {
	background-image: url('./images/background/header_right.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

/* Menu */
.menu_left {
	background-image: url('./images/background/menu_left.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

.menu_center {
	background-image: url('./images/background/menu_center.gif');
	background-repeat: repeat-x;
}

.menu_right {
	background-image: url('./images/background/menu_right.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

/* Footer */
.footer_left {
	background-image: url('./images/background/footer_left.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

.footer_center {
	background-image: url('./images/background/footer_center.gif');
	background-repeat: repeat-x;
}

.footer_right {
	background-image: url('./images/background/footer_right.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

/* Main content body */
.body_left {
	background-image: url('./images/background/body_left.gif');
	padding: 10px;
}

.body_center {
	background-color: #191919;
}

.body_right {
	background-image: url('./images/background/body_right.gif');
	padding: 10px;
}

/* Inner forum content body */
.bodyline {
	background-color: #19232D;
	border: 0px solid;
}

.board_top_left {
	background-image: url('./images/background/board_top_left.gif');
	background-repeat: no-repeat;
	padding: 6px;
}

.board_top_center {
	background-image: url('./images/background/board_top_center.gif');
}

.board_top_right {
	background-image: url('./images/background/board_top_right.gif');
	background-repeat: no-repeat;
	padding: 6px;
}

.board_left {
	background-image: url('./images/background/board_left.gif');
	padding: 6px;
}

.board_right {
	background-image: url('./images/background/board_right.gif');
	padding: 6px;
}

.board_bottom_left {
	background-image: url('./images/background/board_bottom_left.gif');
	background-repeat: no-repeat;
	padding: 6px;
}

.board_bottom_center {
	background-image: url('./images/background/board_bottom_center.gif');
}

.board_bottom_right {
	background-image: url('./images/background/board_bottom_right.gif');
	background-repeat: no-repeat;
	padding: 6px;
}

/*  Text
 --------------------- */
h1 {
	/* color: black; */
	/* font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; */
	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: black; */
	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: 0;
	float: left;
	/* color: black; */
	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 {
	/* padding-bottom: 1px; */
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 1em;
}

.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;
	padding-top: 5px;
}

.postauthor {
	color: #FFC800;
	font-size: 1.1em;
	font-weight: bold;
}

.postdetails {
	color: #E1E1E1;
	font-size: 1.1em;
}

.postbody {
	font-size: 1.2em;
	line-height: 1.4em;
	/* font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
	color: #E1E1E1;
}

.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: green;
}

.nav {
	margin: 0;
	/* color: black; */
	font-weight: bold;
}

.pagination {
	padding: 4px;
	/* color: black; */
	font-size: 1em;
	font-weight: bold;
}

.cattitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.gen, .genmed, .gensmall {
	color: #E1E1E1;
}

.copyright {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	/* font-family: "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.error {
	color: red;
}

font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 1.1em; */
}

.mainmenu {
	color: #FFFFFF;
}

/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #2B4865;
	height: 24px;
	background-image: url('./images/cellpic1.gif');
	padding-left: 4px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #0F1923;
	border: 1px #141E28 solid;
}

/*
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
*/

.cat {
	background-color: #141E28;
	background-image: url('./images/cellpic2.gif');
	height: 28px;
	padding-top: 0;
	padding-bottom: 0;
}

.row1 {
	background-color: #1E2832;
	border: solid 1px #1E2832;
	border-top-color: #24303C;
	border-left-color: #24303C;
}

.row2 {
	background-color: #1B252F;
	border: solid 1px #1B252F;
	border-top-color: #202C38;
	border-left-color: #202C38;
}

.row3 {
	background-color: #212B35;
	border: solid 1px #212B35;
	border-top-color: #26313D;
	border-left-color: #26313D;
}

.spacer {
	background-color: #141E28;
	background-image: url('./images/cellpic2.gif');
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

.nopad {
	padding: 0 !important;
}

/*
.padbound {
	padding: 6px;
}
*/

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link, a:active, a:visited {
	color: #96C8FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.forumlink {
	color: #FFC800;
	font-weight: bold;
	/* font-family: "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-size: 1.2em;
}

a.forumlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.topictitle {
	margin: 1px 0;
	/* font-family: "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	font-size: 1.1em;
	color: #E1E1E1;
}

a.topictitle:visited {
	color: #E1E1E1;
	text-decoration: none;
}

a.topictitle:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
th a,
th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
	color: #96C8FF !important;
}
*/

a.gen {
	color: #96C8FF;
	text-decoration: none;
	font-size: 1.2em;
}

a.genmed {
	color: #96C8FF;
	text-decoration: none;
	font-size: 1.1em;
}

a.gensmall {
	color: #96C8FF;
	text-decoration: none;
	font-size: 1em;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.cattitle:link, a.cattitle:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
}

a.cattitle:hover {
	text-decoration: underline;
	color: #96C8FF !important;
}

a.postlink:link {
	text-decoration: none;
	color: #FFC800;
}

a.postlink:visited {
	text-decoration: none;
	color: #96C8FF;
}

a.postlink:hover {
	text-decoration: underline;
	color : #FFFFFF;
}

a.mainmenu:link, a.mainmenu:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.mainmenu:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #00AFFF;
}

a.topic-new, a.topic-new:visited {
	color: #FFC800;
	font-weight: bold;
	font-size: 1.1em;
}

a.topic-new:hover, a.topic-new:active {
	color: #FFFFFF;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	/* font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; */
	font-size: 1.3em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

select {
	color: #000000 !important;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

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: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}

.btnmain, .btnlite, .btnbbcode, .btnmain:visited, .btnlite:visited, .btnbbcode:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00AFFF;
	border: 1px solid #FFFFFF;
	padding: 1px;
}

.btnmain:hover, .btnlite:hover, .btnbbcode:hover {
	background-color: #0a385c;
	text-decoration: none;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #1B252F;
	border-style: none;
	color: #96C8FF;
	font-size: 1em;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 3px 3px 3px 4px;
	border-width: 1px 1px 0 1px;
	border-color: #323C46;
	border-style: solid;
	color: #E1E1E1;
	font-size: 0.9em;
	font-weight: bold;
	background: #212B35 url('./images/quote.gif') no-repeat right 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quoteenc {
	padding: 1px;
	border-left: 1px solid #26313D;
	border-right: 1px solid #212B35;
	border-top: 1px solid #26313D;
	border-bottom: 1px solid #212B35;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-left:1px solid #323C46;
	border-right:1px solid #323C46;
	border-bottom:1px solid #323C46;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0F1923;
	color: #E1E1E1;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 3px 3px 3px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #323C46;
	color: #E1E1E1;
	background-color: #212B35;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

.codecontent pre {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #323C46;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #E1E1E1;
	font-size: 1em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #0F1923;
	/* Making preformated <pre> text wrap in CSS3, Mozilla, Opera and IE:
	   http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html */
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/* Spoiler Block */
#spoiler.outer {
	background-color: #0F1923;
	border: 1px solid #323C46;
	font-size: 1em;
	color: #E1E1E1;
	margin: 0px 5px 10px 5px;
}

#spoiler.pad {
	padding: 2px 5px 5px 5px;
}

#spoiler.inner {
	padding: 4px;
	margin-bottom: 3px;
	display: block;
	font-size: 0.9em;
	color: #E1E1E1;
	background-color: #212B35;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	/* color: black; */
	/* 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;
}

.navimg {
	background: url('./images/nav.gif') no-repeat left center;
	display: inline-block;
	height: 19px;
	margin-top: -5px;
	padding-left: 20px;
	padding-top: 4px;
	margin-bottom: 5px;
}