/*  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
 ------------ */
#phpbbforum-page * {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
#phpbbforum-page html {
	font-size: 100%;
}
#phpbbforum-page body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}
#phpbbforum-page #wrapheader {
  height: auto !important;
	padding: 0;
}
#phpbbforum-page #wrapfooter {
	padding-top: 10px;
	clear: both;
}
#phpbbforum-page #wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}
#phpbbforum-page #logodesc {
	background-color: #C1CAD2;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#phpbbforum-page #menubar {
	line-height: 44px;
}
#phpbbforum-page #menubar table {
	text-align: center;
}
#phpbbforum-page #menubar .genmed a {
	border-left: 1px solid #6a6c68;
	color: #555555;
	padding: 0 2px 0 5px;
}
#phpbbforum-page #menubar .genmed a.first {
	border: none;
}
#phpbbforum-page #menubar .genmed a img {
	display: none;
}
#phpbbforum-page #datebar {
	margin: 10px 0;
}
#phpbbforum-page #findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#phpbbforum-page .welcome-text {
  margin: 15px 0;
  float: left;
}
#phpbbforum-page .welcome-text img {
  margin-right: 15px;
}
#phpbbforum-page .welcome-text h2 {
  color:#DB3A9C;
  margin-bottom: 10px;
}

#phpbbforum-page .welcome-text p {
  padding-bottom: .5em;
}

#phpbbforum-page .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;
}
#phpbbforum-page .forumrules h3 {
	color: red;
}
#phpbbforum-page #pageheader { }
#phpbbforum-page #pagecontent  {}
#phpbbforum-page #pagefooter { }

#phpbbforum-page #poll { }
#phpbbforum-page #postrow { }
#phpbbforum-page #postdata { }


/*  Text
 --------------------- */
#phpbbforum-page .fixed-fields input {
  width: 130px;
}

#phpbbforum-page h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}
#phpbbforum-page h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}
#phpbbforum-page h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#phpbbforum-page h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
#phpbbforum-page p {	
	color: #626262;
	font-size: 12px;
}
#phpbbforum-page p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}
#phpbbforum-page .rtl p.moderators {
	float: right;
}
#phpbbforum-page p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}
#phpbbforum-page .rtl p.linkmcp {
	float: left;
}
#phpbbforum-page p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	padding-left: 5px;
}
#phpbbforum-page p.breadcrumbs a {
	color: #777;
	font-size: 11px;
	text-decoration: underline;
}
#phpbbforum-page .rtl p.breadcrumbs {
	float: right;
	padding-right: 5px;
}
#phpbbforum-page p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	padding-right: 5px;
}
#phpbbforum-page .rtl p.datetime {
	float: left;
}
#phpbbforum-page p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 
#phpbbforum-page p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}
#phpbbforum-page .rtl p.searchbarreg {
	float: left;
}
#phpbbforum-page p.forumdesc {
	padding-bottom: 4px;
}
#phpbbforum-page p.topicauthor {
	margin: 1px 0;
}
#phpbbforum-page p.topicdetails {
	margin: 1px 0;
}
#phpbbforum-page .postreported, #phpbbforum-page .postreported a:visited, #phpbbforum-page .postreported a:hover, #phpbbforum-page .postreported a:link, #phpbbforum-page .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}
#phpbbforum-page .postapprove, #phpbbforum-page .postapprove a:visited, #phpbbforum-page .postapprove a:hover, #phpbbforum-page .postapprove a:link, #phpbbforum-page .postapprove a:active {
	color: green;
	font-weight:bold;
}
#phpbbforum-page .postapprove img, #phpbbforum-page .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}
#phpbbforum-page .postauthor {
	color: #000000;
}
#phpbbforum-page .postdetails {
	color: #777;
	display: inline-block;
	font-size: 10px;
	padding-left: 10px;
}

#phpbbforum-page .postbody {
  font: 12px Arial,Helvetica,sans-serif;
}

#phpbbforum-page .postbody li, #phpbbforum-page ol, #phpbbforum-page ul {
	margin: 0 0 0 1.5em;
}
#phpbbforum-page .rtl .postbody li, #phpbbforum-page .rtl ol, #phpbbforum-page .rtl ul {
	margin: 0 1.5em 0 0;
}
#phpbbforum-page .posthilit {
	background-color: yellow;
}
#phpbbforum-page .nav {
	margin: 0;
	color: black;
	font-weight: bold;
}
#phpbbforum-page .pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}
#phpbbforum-page .gen {
	margin: 1px 1px;
	font-size: 1.2em;
	padding-left: 5px;
}
#phpbbforum-page .genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}
#phpbbforum-page .gensmall {
	margin: 1px 1px;
	font-size: 11px;
	color: #BDBDBD;
}
#phpbbforum-page .copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#phpbbforum-page .titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}
#phpbbforum-page .error {
	color: red;
}

/* Tables
 ------------ */

#phpbbforum-page .forum-post table .row1 td,
#phpbbforum-page .forum-post table .row2 td,
#phpbbforum-page table.topiclist td {
  background: #F2FFE5;
}

#phpbbforum-page table .cat td,
#phpbbforum-page table .cat,
#phpbbforum-page .forum-post table .row1.post-links td,
#phpbbforum-page .forum-post table .row2.post-links td {
  background: #FFF !important;
}


#phpbbforum-page th {
	border-left: 1px solid #BFE89E;
	border-bottom: 1px solid #BFE89E;
	border-top: 1px solid #BFE89E;
	color: #555;
	font-size: 11px;
	padding: 7px 5px;
	white-space: nowrap;
}
#phpbbforum-page .tablebg tr.dashed td {
  border-bottom:1px dashed #BFBFBF;

}
#phpbbforum-page td {
	padding: 2px;
}
#phpbbforum-page td.profile {
	padding: 4px;
}
#phpbbforum-page .tablebg {
	background-color: #fff;
	border-color: #bfe89e;
	border-style: solid;
	border-width: 6px 5px;
}
#phpbbforum-page .tablebg-light {
	background-color: #fff;
	border-color: #bfe89e;
	border-style: solid;
	border-width: 0 5px;
}
#phpbbforum-page .tablebg-light .post-links td {
	border-top: 1px solid #BFE89E;
}
#phpbbforum-page .tablebg-light .post-links td a {
	color: #88AF69;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}
#phpbbforum-page .tablebg-light .right-border {
	border-right: 1px solid #BFE89E;
}
#phpbbforum-page .tablebg .title {
	color: #DB3A9C;
	font-size:22px;
	line-height: 22px;
	padding: 5px 5px 10px;
}
#phpbbforum-page .tablebg .grr {
	background-color: #F9FCF6;
}
#phpbbforum-page .tablebg .bottom-controls td {
  padding-top: 10px;
}
#phpbbforum-page .rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
#phpbbforum-page .cat {
	height: 28px;
	margin: 0;
	padding: 5px 0;
	border: 0;
	text-indent: 4px;
}
#phpbbforum-page .cat .btnlite {
	height: 28px;
}
#phpbbforum-page .row1 {
	padding: 4px;
	vertical-align: top;
}
#phpbbforum-page .row1 img,
#phpbbforum-page .row2 img {
	padding: 0;
}
#phpbbforum-page .tablebg .row1 .genmed {
	color: #626262;
	/*display: inline-block;*/
	font-weight: normal;
	line-height: 16px;
	/*padding: 0 10px;*/
}
#phpbbforum-page .row2 {
	padding: 4px;
	vertical-align: top;
}
#phpbbforum-page .tablebg .row2 .gensmall {
	padding: 0;
}
#phpbbforum-page .tablebg .row2 .genmed {
	line-height: normal;
}
#phpbbforum-page .row3 {
	background-color: #C0C8D0;
	padding: 4px;
}
#phpbbforum-page .spacer {
	background-color: #EFF9E7;
	border-bottom: 1px solid #BFE89E;
	border-top: 1px solid #BFE89E;
	height: 10px;
}
#phpbbforum-page hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}
#phpbbforum-page .legend {
	text-align: left;
	margin: 0 auto;
}
#phpbbforum-page .login-form  .tablebg .genmed {
	color: #626262;
	display: inline-block;
	font-weight: normal;
	line-height: 28px;
	padding-right: 10px;
	vertical-align: top;
}
#phpbbforum-page .login-form  .tablebg .post {
	background: url("images/bg-input-log.png") no-repeat 0 0;
  border: none;
	color: #AEAEAE;
	font-size: 13px;
	padding: 7px 10px 5px;
	width: 177px;
}
#phpbbforum-page .login-form  .tablebg .gensmall {
	line-height: 20px;
	padding: 0;
}
#phpbbforum-page .login-form  .tablebg .submit {
	padding-bottom: 12px;
}
#phpbbforum-page .login-form  .tablebg .submit input {
	background: url("images/bg-button.gif") no-repeat 0 0;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	height: 28px;
	width: 88px;
}
#phpbbforum-page .tablebg .genmed {
	color: #626262;
	padding-right: 10px;
	vertical-align: top;
}
#phpbbforum-page .tablebg .row2 table .post {
	background: url("images/bg-input-log.png") no-repeat 0 0;
	border: none;
	color: #AEAEAE;
	font-size: 13px;
	padding: 7px 10px 5px;
	width: 177px;
}
#phpbbforum-page .tablebg .gensmall {
	color: #626262;
	display: inline-block;
	font-size: 11px;
	padding: 0 10px;
}
#phpbbforum-page .topics-legend {
	background-color: #F9FCF6;
	margin-bottom: 13px;
	padding: 10px 0;
}
#phpbbforum-page .topics-legend td {
	color: #313131;
	font-size: 12px;
}

/* Links
 ------------ */
#phpbbforum-page a:link {
	color: #DC3A9D;
	text-decoration: none;
}
#phpbbforum-page a:active,
#phpbbforum-page a:visited {
	color: #DC3A9D;
	text-decoration: none;
}
#phpbbforum-page a:hover {
	color: #D46400;
	text-decoration: underline;
}
#phpbbforum-page a.forumlink {
	color: #626262;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#phpbbforum-page a.topictitle {
	color: #626262;
	margin: 1px 0;
	font-size: 12px;
	text-decoration: none;
}
#phpbbforum-page a.topictitle:hover {
  text-decoration: underline;
}

#phpbbforum-page th a,
#phpbbforum-page th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}
#phpbbforum-page th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
#phpbbforum-page form {
	margin: 0;
	padding: 0;
	border: 0;
}
#phpbbforum-page input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}
#phpbbforum-page textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}
#phpbbforum-page .label {
	display: inline;
	font-size: 11px;
}
#phpbbforum-page select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}
#phpbbforum-page option {
	padding: 0 1em 0 0;
}
#phpbbforum-page option.disabled-option {
	color: graytext;
}
#phpbbforum-page .rtl option {
	padding: 0 0 0 1em;
}
#phpbbforum-page input.radio {
	border: none;
	background-color: transparent;
}
#phpbbforum-page .post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	width: 50%;
}
#phpbbforum-page .btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
#phpbbforum-page .btnmain {
	background: url("images/bg-button.gif") no-repeat 0 0;
	border: none;
	color: #ddd;
	cursor: pointer;
	font-size: 13px;
	height: 28px;
	width: 88px;
}
#phpbbforum-page .btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}
#phpbbforum-page .btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}
#phpbbforum-page .helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
#phpbbforum-page .quotetitle, #phpbbforum-page .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

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

#phpbbforum-page .quotecontent, #phpbbforum-page .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #FAFAFA;
	color: #4B5C77;
}

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

#phpbbforum-page .codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#phpbbforum-page .codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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;
}

#phpbbforum-page .syntaxbg {
	color: #FFFFFF;
}

#phpbbforum-page .syntaxcomment {
	color: #FF8000;
}

#phpbbforum-page .syntaxdefault {
	color: #0000BB;
}

#phpbbforum-page .syntaxhtml {
	color: #000000;
}

#phpbbforum-page .syntaxkeyword {
	color: #007700;
}

#phpbbforum-page .syntaxstring {
	color: #DD0000;
}


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

#phpbbforum-page .pm_replied_colour {
	background-color: #A9B8C2;
}

#phpbbforum-page .pm_friend_colour {
	background-color: #007700;
}

#phpbbforum-page .pm_foe_colour {
	background-color: #DD0000;
}


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

#phpbbforum-page .sep {
	color: black;
	background-color: #FFA34F;
}

#phpbbforum-page table.colortable td {
	padding: 0;
}

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

#phpbbforum-page .nowrap {
	white-space: nowrap;
}

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

