/*
	Стиль таблицы форума
	(используется в списке форумов, топиках и сообщениях)
*/

nav.map {
	margin: 10px 0;
}

h1.title,
h3.title {
	font-size: 17px;
	color: #222;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Tahoma, sans-serif;
}

table.lattice {
}
table.lattice td {
	border-top: 1px solid #EAE7E2;
	border-bottom: 1px solid #EAE7E2;
	padding: 10px 8px;
}
table.lattice tr.odd {
	background-color: #fcfcfc;
}
table.lattice tr.hover {
	background-color: #F5F5F5;
}
table.lattice td.icon {
	width: 36px;
}
table.lattice td.icon span {
	display: block;
	height: 33px;
	width: 34px;
	margin: 2px 0 0 2px;
	background: url(pic/icon_forum.png) center -99px no-repeat;
}
table.lattice td.me span {
	background-position: center -33px;
}
table.lattice td.new span {
	background-position: center -66px;
}
table.lattice td.new.me span {
	background-position: center top;
}
/* статус темы (активна или нет) */
table.lattice td.status {
	padding: 0;
	width: 14px;
	background: #EAE7E2;
}
table.lattice td.status.new {
	border-color: #6ED2EA;
	background-color: #6ED2EA;
}
/* заголовок форума или темы */
table.lattice td.title {
	min-width: 50%;
	max-width: 70%;
}
table.lattice td.title > a {
	font-size: 17px;
}
table.lattice td.title div {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0 0;
}
table.lattice td.title nav {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 5px;
}
table.lattice td.title nav * {
	margin: 0 0 0 1px;
	font-family: Tahoma;
	background: none !important;
	color: #bbb !important;
			border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.lattice td.title nav a {
	text-decoration: underline;
}
table.lattice td.title nav a:hover {
	color: #fff !important;
}
table.lattice td.title nav font {
	display: none;
}
/* счетчики */
table.lattice td.counter {
	white-space: nowrap;
	max-width: 100px;
}
/* автор последнего сообщения */
table.lattice td.author {
	white-space: nowrap;
	max-width: 260px;
	overflow: hidden;
}
table.lattice td.author .thumb {
	float: left;
	width: 38px;
	height: 38px;
	overflow: hidden;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table.lattice td.author .thumb img {
	display: block;
	width: 100%;
}
table.lattice td.author .body {
	line-height: 12px;
	margin-left: 48px;
}
table.lattice td.author em {
	font-style: normal;
	max-width: 100px;
	padding: 1px 0 3px;
	overflow: hidden;
}
table.lattice td.author span {
	
}
table.lattice td.author span i {
	margin: 0 0 0 6px;
	font-size: 90%;
	font-style: normal;
	color: #b1b1b1;
}
table.lattice td.author a {
	font-size: 12px;
	color: #FF4242;
}
table.lattice td.author .body div {
	margin: 8px 0 0 0;
	max-width: 200px;
	overflow: hidden;
	height: 14px;
}
table.lattice td.author .date {
	font-size: 90%;
}
/* навигации */
table.lattice tr td .nav {
	float: right;
	margin: -4px -4px 4px 4px;
	padding: 4px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	line-height: 10px;
	zoom: 1;
		 -o-transition:all 100ms linear;
	   -moz-transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
			transition:all 100ms linear;
}
table.lattice tr td .nav > div {
	float: left;
	margin: 0 0 0 14px;
}
table.lattice tr.hover .nav {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
table.lattice tr.hover .nav.hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* форма ввода сообщения или создания новой темы */
.comments_form {}
/* смайлы (emoji) */
.comments_form .smiles {
	min-height: 27px;
	margin: 3px -8px 0 0;
}
.comments_form .message > .arrow {
	position: absolute;
	top: 25px;
	left: -7px;
	content: '';
	border-right:	7px solid #888;
	border-top:		8px solid transparent;
	border-bottom:	8px solid transparent;
}
.comments_form .message > .arrow::after {
	position: absolute;
	top: -8px;
	left: 1px;
	content: '';
	border-right:	7px solid #fff;
	border-top:		8px solid transparent;
	border-bottom:	8px solid transparent;
}
.comments_form .message > .text {
	min-height: 42px;
	padding: 8px;
	word-wrap: break-word;
	cursor: text;
}
.xbox_content .comments_form .message > .arrow {
	display: none;
}

/* paginate */
.header_pages,
.footer_pages {
	margin: 7px 0;
}
.header_pages.load,
.footer_pages.load {
	background: url(pic/progress.gif) center center no-repeat;
}
.header_pages nav span,
.footer_pages nav span {
	color: #666;
	margin: 0 1px;
}
.header_pages nav a,
.footer_pages nav a {
}
.header_pages nav a:hover,
.footer_pages nav a:hover {
}
.header_pages nav a.active,
.footer_pages nav a.active {
}
.footer_pages {
	position: relative;
	z-index: 0;
	text-align: right;
	margin: 15px 0 0 0;
	height: 15px;
}


/* custom */
.footer_sitemap {
	position: relative;
	height: 20px;
	float: left;
	z-index: 1;
	margin: -20px 0 0 0;
	color: #5f5f5f;
}
.footer_sitemap * {
	font-size: 11px;
}
.footer_sitemap a {
	color: #777;
}
.footer_sitemap span {
	color: #5f5f5f;
}
.footer_sitemap a.active {
	color: #888;
}

/* top message */
div.warning_message {
	border: 1px solid #EAE7E2;
	padding: 30px 20px;
	text-align: center;
}


/* модератор style */
.moderator_activate_button {
	float: right;
	color: #222;
	font-size: 12px;
	line-height: 14px;
}
.moderator_activate_button a {color: #888;}