/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

a:link {
    color: rgb(100, 0, 0); /* Цвет ссылок */
   }
   
a:visited {
    color: rgb(150, 40, 40)
	}
   
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: #000;
	font-size: 10px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	background: #fefcea; /* Для старых браузров */
    background: linear-gradient(to bottom, #e6e6e6, #cbcbcb);
}

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

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

}

#wrapfooter {
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}
	#wrapfooter .gensmall{
		color: #333;
	}
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	height: 272px;
	background:url(./images/header_bg.png) center no-repeat;
}

#menubar {
	margin: 21px 25px 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
	height: 23px;
	background: url(./images/date_bg.png) center no-repeat;
}
	#datebar .gensmall{
		color:#fff;
		padding: 10px 15px 0 15px;
	}
#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;
}

#pageheader {
	height:43px;
	border-right:2px solid #333;
	border-left:2px solid #333;
 }
.top_border{
	border-top:2px solid #333;
}
#pagecontent { }
#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%;
	width: 100%;
}

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;
	padding-left: 13px;
	padding-top: 3px;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
/*	margin:10px 10px; */
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 14px;
	height: 20px;
}
.tablebg_bread{
	height: 20px;
	background: #818181;
}
.top_bread .tablebg_bread{
	background: none;
}
.top_bread .tablebg_bread p.breadcrumbs{
	margin: 0;
}
.top_bread .tablebg_bread a, .top_bread .tablebg_bread p{
	color:#333 !important;
}
	.breadcrumbs{
		color:#fff!important;
	}
	.tablebg_bread p.breadcrumbs{
		margin: 0;
		margin:3px 0 0 5px;
	}
	.tablebg_bread a{
		color:#fff !important;
	}
	.tablebg_bread .datetime{
		color:#fff;
	}
.rtl p.breadcrumbs {
	float: right;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

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

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
	background: url(./images/menu_bg.png) center;
	height: 54px;
	color:#fff;
	padding: 33px 5px 0 15px;
	margin: 0;
	box-sizing:border-box;
} 

p.searchbar a {
	/*margin: 120px 0 0 15px;*/
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}

p.searchbar a:hover {
	text-decoration: underline;
}

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.topicauthor a{
		color:#333 !important;
	}
	.topicdetails a{
		color:#333 !important;
	}
p.topicdetails {
	margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	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;
}

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

.posthilit {
	background-color: yellow;
}

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

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

.cattitle {

}

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

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

.gensmall {
	padding: 1px 1px;
	font-size: 1em;
	color:#fff;
	/*padding:10px 15px 0 15px;*/
}
.gensmall_b{
	color:#333;
	padding: 2px 0 10px 8px;
	display: block;
}
.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;
	padding: 11px 0 0 13px;
	display: block;
}

.error {
	color: red;
}


/* Tables
 ------------ */
#color_palette_placeholder table {
	border-collapse: separate;
	border-spacing: 1px;
}

#color_palette_placeholder td {
	padding: 0;
}

th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #999;
	white-space: nowrap;
	padding: 7px 5px;
	border-spacing:0px !important;
	border-style: none;
}

.th_bg th {
	background-image: url('./images/th_bg.png');
}

td {
	padding: 0px;
}

td.profile {
	padding: 4px;
}

#wrapcentre .tablebg {
	/*background-color: #A9B8C2;*/
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	border-left:2px solid #333;
}

.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 {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 4px;
}

.row1 {
	/*background-color: #ECECEC;*/
	padding: 4px;
	/*border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #9f9d9d;*/
}

.row2 {
	/*background-color: #DCE1E5;*/
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

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;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.colorless-links a:link {
	color: #000 !important;
	text-decoration: none;
}

.colorless-links a:visited {
	color: #000 !important;
	text-decoration: none;
}

.colorless-links a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.colorless-links a:active {
	color: #000 !important;
	text-decoration: none;
}

.colored-links a {
	color: #000;
	text-decoration: none;
}

.colored-links a:hover {
	text-decoration: underline;
}

a.forumlink {
	color: #333333;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	display: block;
	margin:5px 0 12px 0;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #333;
	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 #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;
	border-style: none;
}

input:focus, select:focus, textarea:focus {
	outline-style: none;
}

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

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

.quotecontent, .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: #717171;
}

.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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

.postimage {
	max-width: 100%;
}

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


/* Former imageset */
span.imageset {
	display: inline-block;
	background: transparent none 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
a.imageset {
	text-decoration: none !important;
}

/* Global imageset items */
.imageset.site_logo {
	background-image: url("./images/site_logo.png");
	padding: 41px 33px 0 0px;
}
.imageset.upload_bar {
	background-image: url("./images/upload_bar.png");
	padding: 41px 33px 0 0px;
}
.imageset.poll_left {
	background-image: url("./images/poll_left.png");
	padding: 15px 4px 0 0px;
	margin-left: 10px;
}
.imageset.poll_center {
	background-image: url("./images/poll_center.png");
	padding: 15px 4px 0 0px;
}
.imageset.poll_right {
	background-image: url("./images/poll_right.png");
	padding: 15px 6px 0 0px;
}
.imageset.forum_link {
	background-image: url("./images/forum_link.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_read {
	background-image: url("./images/forum_read.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_read_locked {
	background-image: url("./images/forum_read_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_read_subforum {
	background-image: url("./images/forum_read_subforum.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_unread {
	background-image: url("./images/forum_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_unread_locked {
	background-image: url("./images/forum_unread_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.forum_unread_subforum {
	background-image: url("./images/forum_unread_subforum.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_moved {
	background-image: url("./images/topic_moved.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_read {
	background-image: url("./images/forum_read.png");
	padding: 41px 33px 0 0px;
	margin: 7px 0;
}
.imageset.topic_read_mine {
	background-image: url("./images/topic_read_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_read_hot {
	background-image: url("./images/topic_read_hot.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_read_hot_mine {
	background-image: url("./images/topic_read_hot_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_read_locked {
	background-image: url("./images/topic_read_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_read_locked_mine {
	background-image: url("./images/topic_read_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread {
	background-image: url("./images/topic_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread_mine {
	background-image: url("./images/topic_unread_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread_hot {
	background-image: url("./images/topic_unread_hot.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread_hot_mine {
	background-image: url("./images/topic_unread_hot_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread_locked {
	background-image: url("./images/topic_unread_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.topic_unread_locked_mine {
	background-image: url("./images/topic_unread_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_read {
	background-image: url("./images/sticky_read.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_read_mine {
	background-image: url("./images/sticky_read_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_read_locked {
	background-image: url("./images/sticky_read_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_read_locked_mine {
	background-image: url("./images/sticky_read_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_unread {
	background-image: url("./images/sticky_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_unread_mine {
	background-image: url("./images/sticky_unread_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_unread_locked {
	background-image: url("./images/sticky_unread_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.sticky_unread_locked_mine {
	background-image: url("./images/sticky_unread_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_read {
	background-image: url("./images/announce_read.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_read_mine {
	background-image: url("./images/announce_read_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_read_locked {
	background-image: url("./images/announce_read_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_read_locked_mine {
	background-image: url("./images/announce_read_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_unread {
	background-image: url("./images/announce_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_unread_mine {
	background-image: url("./images/announce_unread_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_unread_locked {
	background-image: url("./images/announce_unread_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.announce_unread_locked_mine {
	background-image: url("./images/announce_unread_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_read {
	background-image: url("./images/announce_read.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_read_mine {
	background-image: url("./images/announce_read_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_read_locked {
	background-image: url("./images/announce_read_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_read_locked_mine {
	background-image: url("./images/announce_read_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_unread {
	background-image: url("./images/announce_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_unread_mine {
	background-image: url("./images/announce_unread_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_unread_locked {
	background-image: url("./images/announce_unread_locked.png");
	padding: 41px 33px 0 0px;
}
.imageset.global_unread_locked_mine {
	background-image: url("./images/announce_unread_locked_mine.png");
	padding: 41px 33px 0 0px;
}
.imageset.pm_read {
	background-image: url("./images/topic_read.png");
	padding: 41px 33px 0 0px;
}
.imageset.pm_unread {
	background-image: url("./images/topic_unread.png");
	padding: 41px 33px 0 0px;
}
.imageset.icon_post_target {
	background-image: url("./images/icon_post_target.png");
	padding-left: 12px;
	padding-top: 9px;
}
.imageset.icon_post_target_unread {
	background-image: url("./images/icon_post_target_unread.png");
	padding-left: 12px;
	padding-top: 9px;
}
.imageset.icon_topic_attach {
	background-image: url("./images/icon_topic_attach.png");
	padding-left: 14px;
	padding-top: 18px;
}
.imageset.icon_topic_latest {
	background-image: url("./images/icon_topic_latest.png");
	padding-left: 18px;
	padding-top: 9px;
}
.imageset.icon_topic_newest {
	background-image: url("./images/icon_topic_newest.png");
	padding-left: 18px;
	padding-top: 9px;
}
.imageset.icon_topic_reported {
	background-image: url("./images/icon_topic_reported.png");
	padding: 41px 33px 0 0px;
}
.imageset.icon_topic_unapproved {
	background-image: url("./images/icon_topic_unapproved.png");
	padding: 41px 33px 0 0px;
}
.imageset.icon_topic_deleted {
	background-image: url("./images/icon_topic_deleted.png");
	padding-left: 14px;
	padding-top: 14px;
}


/* English images for fallback */
.imageset.phpbb_aol-icon, .imageset.icon_contact_aim {
	background-image: url("./images/icon_contact_aim.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_contact_email {
	background-image: url("./images/icon_contact_email.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.phpbb_icq-icon, .imageset.icon_contact_icq {
	background-image: url("./images/icon_contact_icq.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_contact_jabber {
	background-image: url("./images/icon_contact_jabber.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm {
	background-image: url("./images/icon_contact_msnm.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_contact_pm {
	background-image: url("./images/icon_contact_pm.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.phpbb_yahoo-icon, .imageset.icon_contact_yahoo {
	background-image: url("./images/icon_contact_yahoo.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.phpbb_website-icon, .imageset.icon_contact_www {
	background-image: url("./images/icon_contact_www.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_post_delete {
	background-image: url("./images/icon_post_delete.png");
	padding-left: 20px;
	padding-top: 20px;
}
.imageset.icon_post_edit {
	background-image: url("./images/icon_post_edit.png");
	padding-left: 90px;
	padding-top: 20px;
}
.imageset.icon_post_info {
	background-image: url("./images/icon_post_info.png");
	padding-left: 20px;
	padding-top: 20px;
}
.imageset.icon_post_quote {
	background-image: url("./images/icon_post_quote.png");
	padding-left: 90px;
	padding-top: 20px;
}
.imageset.icon_post_report {
	background-image: url("./images/icon_post_report.png");
	padding-left: 20px;
	padding-top: 20px;
}
.imageset.icon_user_online {
	background-image: url("./images/icon_user_online.png");
	padding-left: 38px;
	padding-top: 20px;
}
.imageset.icon_user_offline {
	background-image: url("./images/icon_user_offline.png");
	padding-left: 38px;
	padding-top: 20px;
}
.imageset.icon_user_profile {
	background-image: url("./images/icon_user_profile.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_user_search {
	background-image: url("./images/icon_user_search.png");
	padding-left: 72px;
	padding-top: 20px;
}
.imageset.icon_user_warn {
	background-image: url("./images/icon_user_warn.png");
	padding-left: 20px;
	padding-top: 20px;
}
.imageset.button_pm_new {
	background-image: url("./images/button_pm_new.png");
	padding-left: 97px;
	padding-top: 27px;
}
.imageset.button_pm_reply {
	background-image: url("./images/button_pm_reply.png");
	padding-left: 90px;
	padding-top: 20px;
}
.imageset.button_topic_locked {
	background-image: url("./images/button_topic_locked.png");
	padding-left: 97px;
	padding-top: 27px;
}
.imageset.button_topic_new {
	background-image: url("./images/new_topic.png");
	padding-left: 97px;
	padding-top: 27px;
}
.imageset.button_topic_reply {
	background-image: url("./images/answer.png");
	padding-left: 97px;
	padding-top: 27px;
}

/* RTL imageset entries */
.rtl .imageset.site_logo {
	padding-right: 170px;
	padding-left: 0;
}
.rtl .imageset.upload_bar {
	padding-right: 280px;
	padding-left: 0;
}
.rtl .imageset.poll_left, .rtl .imageset.poll_right {
	padding-right: 4px;
	padding-left: 0;
}
.rtl .imageset.poll_center {
	padding-right: 1px;
	padding-left: 0;
}
.rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum {
	padding-right: 46px;
	padding-left: 0;
}
.rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread, .rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved {
	padding-right: 19px;
	padding-left: 0;
}
.rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread {
	padding-right: 12px;
	padding-left: 0;
}
.rtl .imageset.icon_topic_attach {
	padding-right: 14px;
	padding-left: 0;
}
.rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest {
	padding-right: 18px;
	padding-left: 0;
}

#notification_list {
	display: none;
	position: absolute;
	width: 310px;
	z-index: 1;
	box-shadow: 3px 3px 5px darkgray;
}

#notification_list .notification_scroll {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}

#notification_list table {
	width: 100%;
}

#notification_list .notification_title {
	padding: 3px;
}

#notification_list .notification_title:after {
	clear: both;
	content: '';
	display: block;
}

#notification_list .header {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #A9B8C2;
	border-bottom: 0;
}

#notification_list > .header > .header_settings {
	float: right;
	font-weight: normal;
	text-transform: none;
}

#notification_list .footer {
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #A9B8C2;
	border-top: 0;
}

.notification_list img {
	max-width: 50px;
	max-height: 50px;
}

#notification_list .footer > a {
	display: block;
}

#notification_list .notification-time {
	font-size: 0.9em;
	float: right;
}

.notification_list .notifications_time {
	font-size: 0.8em;
}

/**/
.moderator{
	font-style: italic;
	font-weight: normal;
}
.moderator a{
	font-weight: normal;
}
.cat_height{
	height: 43px;
}
.category_tr{
	background: #848484;
	height: 29px;
	color: #fff;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
}
	.category_tr a{
		color: #fff;
	}
	.category_tr .td1{
		border-top: 1px solid #8b8b8b;
		border-bottom: 1px solid #8b8b8b;
		border-right: solid 1px #8a8a8a;
	}
	.category_tr .td2{
		border-left: solid 1px #717070;
		border-top: 1px solid #8b8b8b;
		border-bottom: 1px solid #8b8b8b;
		border-right: solid 1px #747474;
	}
	.category_tr .td3, .category_tr .td4, .category_tr .td5{
		border-left: solid 1px #8e8e8e;
		border-right: solid 1px #747474;
	}
.forum_tr{
	min-height: 66px;
}
.forum_tr:nth-of-type(even){
	background: #b8b8b8;
}
.td1{
	/*border-top: 1px solid #b1afaf;*/
	border-right:1px solid #e4e4e4;
	padding-left: 10px;
}
.forum_tr .td2{
	border-left: solid 1px #b2b0b0;
	border-right: solid 1px #b2b0b0;
}
.forum_tr .td3, .forum_tr .td4, .forum_tr .td5{
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #b2b0b0;
}
.td1:nth-of-type(even) {
	border-top: 1px solid #b1afb0;
}
/*icons*/
.imagest{
	width: 28px;
	height: 41px;
}
.forum_read{
	background: url(./images/no_unread_posts.png);
}
.stat-block .cat{
	background-image: url('./images/th_bg.png');
	color:#fff;
}
	.stat-block .cat a{
		color:#fff!important;
	}
	.stat-block span{
		color:#333;
		font-size: 11px;
		font-weight: bold
	}
/*	.stat-block a{
		color:#333!important;
	}
	.stat-block .gensmall{
		color:#333!important;
	}*/
	.stat-block img{
		margin: 0 10px 0 10px
	}
.social{
	position: absolute;
	top:270px;
	right: 25px;
}
	.social li{
		list-style: none;
		float: left;
		width: 33px;
		height: 33px;
		cursor: pointer;
		margin-left: 10px;
	}
		.social a:nth-of-type(1) li{ 
			background: url(./images/social.png) 33px 33px;
		}
			.social a:nth-of-type(1):hover li{ 
				background: url(./images/social.png) 33px 0px;
			}
		.social a:nth-of-type(2) li{ 
			background: url(./images/social.png) 66px 33px;
		}
			.social a:nth-of-type(2):hover li{ 
				background: url(./images/social.png) 66px 0px;
			}
		.social a:nth-of-type(3) li{ 
			background: url(./images/social.png) 99px 33px;
		}	
			.social a:nth-of-type(3):hover li{ 
				background: url(./images/social.png) 99px 0px;
			}
		.social a:nth-of-type(4) li{ 
			background: url(./images/social.png) 132px 33px;
		}
			.social a:nth-of-type(4):hover li{ 
				background: url(./images/social.png) 132px 0px;
			}
		.social a:nth-of-type(5) li{ 
			background: url(./images/social.png) 0px 33px;
		}
			.social a:nth-of-type(5):hover li{ 
				background: url(./images/social.png) 0px 0px;
			}
.view_forum_pageheader{
	height: 40px !important;
}
	.view_forum_pageheader h2{
		float: left;
	}
.new_topic{
	border-right:2px solid #333;
	border-left:2px solid #333;
	padding:  0 0 0 15px;
}
	.new_topic .gensmall,.new_topic .nav{
		font-size: 13px;
		font-weight: normal;
		color:#333;
		padding-right: 10px;
	}
.pagecontent_border{
	height: 10px;
	border-right:2px solid #333;
	border-left:2px solid #333;
}
.tablebg .nav a{
	margin:0 7px 0 7px;
}
.display_topics{
	background: #333;
}
.bottom_creat{
	margin-top: 5px;
}
	.bottom_creat td{
		color:#333;
	}
.legend .gensmall{
	color:#333;
}
.legen .gensmall{
	color:#333;
}

.black {
	background: #8f8f8f;
}

.black a {
	color: #fff;
}

.black .postauthor {
	color: #000;
}

.no-border {
	border: none !important;
}

.vert-al-top {
	vertical-align: top;
}

.custom-border > tbody > tr > td {
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #b1b0b0;
	border-left:1px solid #b2b0b0;
	border-right:1px solid #e3e3e3;
}

.top_profile_quote {
	height: 41px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #b1b0b0;
	border-left:1px solid #b2b0b0;
	border-right:1px solid #e3e3e3;
}
.post_border{
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #b2b0b0;
	border-left:1px solid #b2b0b0;
}
.postdetails{
	display: block;
	text-align: center;
}
 .gensmall{
	color:#333;
}
.poll_title{
	margin-bottom: 10px;
	display: block;
}
.poll_q td{
	margin-bottom: 
}

.forum-button {
	min-width: 87px;
	color: white;
	background: #363636;
	border: 1px solid #707070;
	border-radius: 2px;
	font-size: small;
	padding: 3px 5px;
	text-align: center;
	display: inline-block;
}

.post-button {
	color: black;
	border: 1px solid gray;
	border-radius: 2px;
	background: #ebebeb;
	padding: 3px 5px;
	display: inline-block;
}

.spoiler {
	color: #333333;
	border: 1px solid #a9b8c2;
	background: #c1c1c1;
	padding-top: 2px;
	margin: 10px 5px 10px 5px;
	display: inline-block;
	overflow: hidden;
}
.spoiler > input + .box > blockquote{
	display: none;
}
.spoiler > input:checked + .box > blockquote {
	display: block;
}
.spoiler > input[type="checkbox"] {
	width: 250%;
	height: 1.5em;
	cursor: pointer;
	border-color: transparent!important;
	border-style: none!important;
	background: transparent none!important;
	position: relative; z-index: 1;
	margin: 0px 0 -30px -145%;
 }
.spoiler > input[type="checkbox"]:focus {
	outline:none;	/* Убираем обводку в ИЕ8 при "фокусе" */
}
.spoiler > div > span:first-child {
	padding-left: 2px;
}
.spoiler > div > span.close,
.spoiler > div > span.open{
	padding-left: 22px;
	padding-right: 4px;
	color: #00e !important;
	text-decoration: underline;
}
.spoiler > input + .box > span.close {
	display: none;
}
.spoiler > input:checked + .box > span.close {
	background: url(http://st0.bbcorp.ru/img/minus.png) 4px 60% no-repeat;
	display: inline;
}
.spoiler > input:checked + .box > span.open {
	display: none;
}
.spoiler > input + .box > span.open {
	background: url(http://st0.bbcorp.ru/img/plus.png) 4px  60% no-repeat;
	display: inline;
}
.spoiler > div > blockquote {
	color: #717171;
	background: #fafafa;
	min-height: 1em;
	padding: 5px;
	margin-top: 2px;
	line-height: 1.4em;
}
