/*  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: #323D4F;*/
	color: #CDCDCD;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;	
	/*margin: 0px 25px 0px 25px;*/
	margin: 0px auto 0px auto;
	padding: 0 25px 0 25px;
	max-width: 1515px;	
}

#wrapcentre {
	/*margin: 15px 25px 0 25px;*/
	/*margin: 15px 55px 0px 55px;*/
	margin: 15px auto 0px auto;
	padding: 0 55px 0 55px;
	max-width: 1455px;	
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 10px auto;
	max-width:1505px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	/*border-color: #A9B8C2; */
	border-color: #red;
}

#logodesc {

	height: 250px;
	margin-left: 25px;
	margin-right: 25px;
 /* background-color: #C1CAD2; */
	background-image: url('./images/Forum100.bmp');
	background-repeat: no-repeat;
	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: #red;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
.posttable table{
  table-layout: fixed;
}
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  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: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	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;
	padding-top: 5px;
}

.postauthor {
	color: #ffffff;
}

.postdetails {
	color: #ffffff;
}

.postbody {
	max-width: 1275px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.postbody img{
  max-width: 100%;
}

.row2 img{
  max-width: 100%
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #cee68a;
	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: #444;
	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.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
/*	color: #fff200; */
	/*color: #39f933; */
	/*color: #eddea0; */
	color: #e3d185;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('./images/woodtext4.jpg');
	white-space: nowrap;
	padding: 7px 5px;
}

form h2 {
	color: #e3d185;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('./images/woodtext4.jpg');
	white-space: nowrap;
	padding: 7px 5px;
	text-align: center;
}

dt, dd {
	background-color: #232423;
    padding: 4px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #9da26f;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
/*	background: white url('./images/cellpic2.jpg') repeat-y scroll top left; */
	/*background-color: #181a17;*/
	background-color: #181917;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	/*background-color: #C7D0D7;*/
	/*background-color: #20231F;*/
	background-color: #232423;
	/*background-image: url('./images/cellpic1.gif');*/
	text-indent: 4px;
}

.row1 {
	/*background-color: #ECECEC;*/
	/*background-color: #20231F;*/
	background-color: #232423;
	padding: 4px;
}

.row5 {
	/*background-color: #ECECEC;*/
	/*background-color: #20231F;*/
	background-color: #232423;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* Menu UCP for different elements in the table inside Leadership, for exmaple*/
.row4 {
	/*background-color: #ECECEC;*/
	/*background-color: #20231F;*/
	background-color: #232423;
	padding: 4px;
}

/* Menu option UCP */
.row6 {
	/*background-color: #ECECEC;*/
	/*background-color: #20231F;*/
	background-color: #232423;
	padding: 4px;
}



.row2 {
	/*background-color: #DCE1E5;*/
	/*background-color: #181A17;*/
	background-color: #181917;
	padding: 4px;
}

/*
.row3 {
	background-color: #cee68a;
	padding: 4px;
	color: #000000;
}
*/
/* Menu UCP: Leadership, Membership, etc*/
.row3 {
	background-color: black;
	color: #cee68a;
	padding: 4px;
}






.spacer {
	/*background-color: #D1D7DC; */
	background-color: black;
	
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	/*color: #006597; */
	color: #cee68a; 
	/*color: #50C4FE;*/
	text-decoration: none;
}

a:active,
a:visited {
	/*color: #005784; */
	color: #cee68a;
	text-decoration: none;
}

a:hover {
	/*color: #D46400;*/
	color: #e63225;
	text-decoration: underline;
}



.row1 a {
	/*color: #50C4FE;*/
	color: #80fE5A;
	
}

.row6 a {
	color: #e63225;
}


.postlink a {
	color:#cee68a;
}

.postbody a {
	color: #80fE5A;
}

.postbody a:hover {
	color: #e63225;
}

.gensmall a {
	color:#cee68a;
}

.gensmall b {
	color:#cee68a;
}

.forumdesc a {
	color:#cee68a;
}
.topicdetails a {
	color:#cee68a;
}

.profile a {
	color:#cee68a;
}
.breadcrumbs a {
	color: #cee68a;
}

a.forumlink {
	/* color: #008be8; */
	/*color: #49C601; <-- GREEN*/
   /* color: #14B224; <-- greenv2 */ 
	/*color: #019fd8;  <-- BLUE GOOD*/
	/*color: #2AAc17;*/
	color: #5bd038;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.forumlink a {
	/*color: #019fd8;*/
	/*color: #49C601;*/
	/*color: #14B224;*/
	color: #2AAc17;
	
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #5bd038;
}
/*
a.topictitle:visited {
	/*color: #5493B4; */
	/*color: #35c230;*/	
/*	color: #1a84b9;*/
	/*color: #019fd8; *//*
	color: #5bd038;
	text-decoration: none;
}
*/


th a,
th a:visited {
	color: #e3d185 !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 #A9B8C2;
	background-color: #FAFAFA;
}

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;
}

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;
}

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: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	/*background-color: #DEE3E7;*/
	/*background-color: #181a17;*/
	background-color: #181917;
	border-style: none;
	color: #FFFFFF;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cee68a;
	color: #000000;
	background-color: #cee68a;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #cee68a;
	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; */
	color: #a5a5a5;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 5px;
	border-width: 0px 0px 0 2px;
	border-style: solid;
	border-color: #cee68a;
	color: #000000;
	background-color: #cee68a;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	width: 95%;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #cee68a;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #a5a5a5;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	width:95%;
	overflow:auto;
	/*background-color: #FAFAFA;*/
}

.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;
}

.cat a {
color: #cee68a;
}

a.gen  {
color: #cee68a;
}

a.gen:hover {
color: #e63225;
}

.genmed a {
color: #cee68a;
}

.genmed a:hover {
color: #e63225;
}


.nav a {
color: #cee68a;
}

.nav a:hover {
color: #e63225;
}

a.nav:hover {
color: #e63225;
}

/*
.pagination {
	padding: 4px;
	color: #cee68a;
	font-size: 1em;
	font-weight: bold;
}
*/

/*@media screen and (max-width: 650 px) {
	.row2 {
		visibility:hidden;
	}
	
	p.forumdesc {
		visibility:hidden;
	}
}*/


.forum_link {
	background-image: url("./images/forum_link.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_read {
	background-image: url("./images/forum_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_read_locked {
	background-image: url("./images/forum_read_locked.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_read_subforum {
	background-image: url("./images/forum_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_unread {
	background-image: url("./images/forum_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_unread_locked {
	background-image: url("./images/forum_unread_locked.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.forum_unread_subforum {
	background-image: url("./images/forum_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}


.sticky_read {
	background-image: url("./images/sticky_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_read_mine {
	background-image: url("./images/sticky_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_read_locked {
	background-image: url("./images/sticky_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_read_locked_mine {
	background-image: url("./images/sticky_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_unread {
	background-image: url("./images/sticky_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_unread_mine {
	background-image: url("./images/sticky_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_unread_locked {
	background-image: url("./images/sticky_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.sticky_unread_locked_mine {
	background-image: url("./images/sticky_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}


.topic_moved {
	background-image: url("./images/topic_moved.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pm_read,
.topic_read {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_read_mine {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_read_hot {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_read_hot_mine {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_read_locked {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_read_locked_mine {
	background-image: url("./images/topic_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pm_unread,
.topic_unread {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_unread_mine {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_unread_hot {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_unread_hot_mine {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_unread_locked {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.topic_unread_locked_mine {
	background-image: url("./images/topic_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_read {
	background-image: url("./images/announce_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_read_mine {
	background-image: url("./images/announce_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_read_locked {
	background-image: url("./images/announce_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_read_locked_mine {
	background-image: url("./images/announce_read.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_unread {
	background-image: url("./images/announce_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_unread_mine {
	background-image: url("./images/announce_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_unread_locked {
	background-image: url("./images/announce_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.announce_unread_locked_mine {
	background-image: url("./images/announce_unread.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.button_topic_new {
	background-image: url("./images/en/button_topic_new.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 97px;
    height: 27px;
}

.icon_topic_latest {
	background-image: url("./images/icon_topic_latest.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 18px;
    height: 9px;
}

.icon_topic_newest {
	background-image: url("./images/icon_topic_newest.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 18px;
    height: 9px;
}

.icon_post_report {
	background-image: url("./images/en/icon_post_report.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 20px;
    height: 19px;
}

.icon_post_quote {
	background-image: url("./images/en/icon_post_quote.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 90px;
    height: 17px;
}

.icon_post_target {
	background-image: url("./images/icon_post_target.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 12px;
    height: 9px;
}

.icon_post_target_unread {
	background-image: url("./images/icon_post_target_unread.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 12px;
    height: 9px;
}

.icon_post_edit {
	background-image: url("./images/en/icon_post_edit.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 90px;
    height: 17px;
}

.icon_user_profile {
	background-image: url("./images/en/icon_user_profile.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 90px;
    height: 17px;
}

.icon_contact_pm {
	background-image: url("./images/en/icon_contact_pm.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 90px;
    height: 17px;
}

.icon_contact_email {
	display: none;
}

.button_topic_reply {
	background-image: url("./images/en/button_topic_reply.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 97px;
    height: 27px;
}

.icon_topic_attach {
	background-image: url("./images/icon_topic_attach.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 10px;
    height: 20px;
}

.icon_post_info {
	background-image: url("./images/en/icon_post_info.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 20px;
    height: 18px;
}

.icon_user_warn {
	background-image: url("./images/en/icon_user_warn.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 20px;
    height: 18px;
}

.icon_post_delete {
	background-image: url("./images/en/icon_post_delete.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 20px;
    height: 18px;
}

.icon_user_online {
	background-image: url("./images/en/icon_user_online.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 72px;
    height: 20px;
}

.icon_user_offline {
	background-image: url("./images/en/icon_user_offline.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 72px;
    height: 20px;
}

#pagecontent .tablebg .nav:first-of-type {
	display: none;
}

.button_topic_locked {
	background-image: url("./images/en/button_topic_locked.gif");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	width: 97px;
    height: 27px;
}

/* Quote block */
blockquote {
	border: 1px solid transparent;
	font-size: 0.95em;
	margin: 1em 1px 1em 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	font-size: 1em;
	margin: 1em 1px 1em 15px;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote cite:before, .uncited:before {
	padding-right: 5px;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
}

.postbody .content li blockquote {
	overflow: inherit;
	margin-left: 0;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #333333;
	border-color:#d1d7dc;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #333333;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #333333;
}

.icon, .button .icon, blockquote cite:before, .uncited:before {
	display: inline-block;
  	font-family: FontAwesome;
  	font-weight: normal;
  	font-style: normal;
  	font-variant: normal;
  	font-size: 14px;
  	line-height: 1;
  	text-rendering: auto; /* optimizelegibility throws things off #1094 */
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

blockquote cite:before, .uncited:before {
	content: '\f10d'; /* Font Awesome quote-left */
}

.rtl blockquote cite:before, .rtl .uncited:before {
	content: '\f10e'; /* Font Awesome quote-right */
}
