/*  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: rgb(50,50,50);
	background-color: rgb(255,255,255);
	font-size: 57.5%;
	margin: 0;
}

#frmContent {
  vertical-align: top;
}

#wrapheader {}

#wrapcentre {
  text-align: left;
	margin: 15px 5px 0px 0px;
}

#wrapfooter {}
#wrapnav {}
#logodesc {}
#menubar {}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#frmContent .forumrules {
	background-color: rgb(230,230,230);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(210,210,210);
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#frmContent .forumrules h3 {
	color: rgb(251,137,67);
}

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

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

/*  Text
 --------------------- */
#frmContent h1 {
	color: rgb(0,0,0);
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

#frmContent h2 {
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

#frmContent h3 {
	color: rgb(0,0,0);
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#frmContent h4 {
	color: rgb(0,0,0);
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#frmContent p {
	font-size: 1.1em;
}

#frmContent p.moderators {
	margin: 0;
	float: left;
	color: rgb(0,0,0);
	font-weight: bold;
}

#frmContent .rtl p.moderators {
	float: right;
}

#frmContent p.linkmcp {}
#frmContent .rtl p.linkmcp {}

#frmContent p.breadcrumbs {}
#frmContent .rtl p.breadcrumbs {}

#frmContent p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

#frmContent .rtl p.datetime {
	float: left;
}

#frmContent p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

#frmContent p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

#frmContent .rtl p.searchbarreg {
	float: left;
}

#frmContent p.forumdesc {
	padding-bottom: 4px;
}

#frmContent p.topicauthor {
	margin: 1px 0;
}

#frmContent p.topicdetails {
	margin: 1px 0;
}

#frmContent .postreported ,
#frmContent .postreported a:visited ,
#frmContent .postreported a:hover ,
#frmContent .postreported a:link ,
#frmContent .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

#frmContent .postapprove ,
#frmContent .postapprove a:visited ,
#frmContent .postapprove a:hover ,
#frmContent .postapprove a:link ,
#frmContent .postapprove a:active {
	color: green;
	font-weight:bold;
}

#frmContent .postapprove img ,
#frmContent .postreported img {
	vertical-align: bottom;
}

#frmContent .postauthor {
	color: #000000;
}

#frmContent .postdetails {
	color: #000000;
}

#frmContent .postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#frmContent .postbody li ,
#frmContent ol ,
#frmContent ul {
	margin: 0 0 0 1.5em;
}

#frmContent .rtl .postbody li ,
#frmContent .rtl ol ,
#frmContent .rtl ul {
	margin: 0 1.5em 0 0;
}

#frmContent .posthilit {
	background-color: yellow;
}

#frmContent .nav {
	margin: 0;
	color: rgb(0,0,0);
	font-weight: bold;
}

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

#frmContent .cattitle {}

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

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

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

#frmContent .copyright {}

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

#frmContent .error {
	color: red;
}


/* Tables
 ------------ */
#frmContent th {
  text-align: center;
  border: 0px solid rgb(255,255,255);
  border-top: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgb(0,0,0);
  color: rgb(0,0,0);
	font-size: 1.1em;
	font-weight: bold;
	background: rgb(255,255,255) url('./images/cellpic2.gif') repeat-x scroll bottom left;
	white-space: nowrap;
	padding: 7px 5px;
}

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

#frmContent .tablebg {
  border: 0px solid rgb(255,255,255);
  border-collapse: collapse;
	background-color: rgb(255,255,255);
  border-bottom: 1px solid rgb(0,0,0);
}

#frmContent .catdiv {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
  border-top: 1px solid rgb(0,0,0);
	background: rgb(255,255,255) url('./images/cellpic2.jpg') repeat-y scroll top left;
}
#frmContent .rtl .catdiv {
	background: rgb(255,255,255) url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

#frmContent .cat {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
  border-top: 1px solid rgb(0,0,0);
	background-color: rgb(255,255,255);
	background-image: url('./images/cellpic1.gif');
	background-repeat: repeat-x;
	text-indent: 4px;
}

#frmContent .row1 {
  text-align: left;
	background-color: rgb(255,255,255);
	padding: 4px;
}

#frmContent .row2 {
	background-color: rgb(255,255,255);
	padding: 4px;
}

#frmContent .row3 {
	background-color: rgb(255,255,255);
	padding: 4px;
}

#frmContent .spacer {
	background-color: rgb(255,255,255);
}

#frmContent hr {
  margin-top: 5px;
  margin-bottom: 5px;
	height: 1px;
	border-width: 0;
	background-color: rgb(128,128,128);
	color: rgb(128,128,128);
}

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

/* Links
 ------------ */
#frmContent a:link {
	color: rgb(0,0,0);
	text-decoration: none;
}

#frmContent a:active,
#frmContent a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}

#frmContent a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

#frmContent a.forumlink {
	color: rgb(251,137,67);
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}


#frmContent a.titles {
	color: rgb(251,137,67);
}

#frmContent a.topictitle {
	color: rgb(251,137,67);
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

#frmContent a.topictitle:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}

#frmContent th a,
#frmContent th a:visited {
	color: rgb(251,137,67) !important;
	text-decoration: none;
}

#frmContent th a:hover {
	text-decoration: underline;
}

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

#frmContent input {
	color: rgb(0,0,0);
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid rgb(170,170,170);
	background-color: rgb(255,255,255);
}

#frmContent textarea {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid rgb(170,170,170);
	padding: 2px;
}

#frmContent select {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid rgb(170,170,170);
	padding: 1px;
}

#frmContent option {
	padding: 0 1em 0 0;
}

#frmContent option.disabled-option {
	color: graytext;
}

#frmContent .rtl option {
	padding: 0 0 0 1em;
}

#frmContent input.radio {
  border: 0px solid rgb(255,255,255);
}

#frmContent .post {}

#frmContent .btnbbcode {
	color: rgb(0,0,0);
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(170,170,170);
}

#frmContent .btnmain {
	font-weight: bold;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(251,137,67);
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

#frmContent .btnlite {
	font-weight: normal;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(251,137,67);
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

#frmContent .btnfile {
	font-weight: normal;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(251,137,67);
	padding: 1px 5px;
	font-size: 1.1em;
}

#frmContent .helpline {
	background-color: rgb(255,255,255);
	border-style: none;
}


/* BBCode
 ------------ */
#frmContent .quotetitle ,
#frmContent .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: rgb(170,170,170);
	background-color: rgb(230,230,230);
	font-size: 0.85em;
	font-weight: bold;
}

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

#frmContent .quotecontent ,
#frmContent .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: rgb(170,170,170);
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: rgb(230,230,230);
}

#frmContent .attachcontent {
	font-size: 0.85em;
}

#frmContent .codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: rgb(170,170,170);
	background-color: rgb(230,230,230);
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#frmContent .codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: rgb(170,170,170);
	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: rgb(230,230,230);
}

#frmContent .syntaxbg {
	color: #FFFFFF;
}

#frmContent .syntaxcomment {
	color: #FF8000;
}

#frmContent .syntaxdefault {
	color: #0000BB;
}

#frmContent .syntaxhtml {
	color: #000000;
}

#frmContent .syntaxkeyword {
	color: #007700;
}

#frmContent .syntaxstring {
	color: #DD0000;
}

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

#frmContent .pm_replied_colour {
	background-color: #A9B8C2;
}

#frmContent .pm_friend_colour {
	background-color: #007700;
}

#frmContent .pm_foe_colour {
	background-color: #DD0000;
}

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

#frmContent .sep {
	color: black;
	background-color: rgb(230,230,230);
}

#frmContent table.colortable td {
	padding: 0;
}

#frmContent pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

#frmContent .nowrap {
	white-space: nowrap;
}

#frmContent .username-coloured {
	font-weight: bold;
}

