html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

@font-face {
	font-family: "nbc";
	src: url("../fonts/nbc.eot");
	src: url("../fonts/nbc.eot?#iefix") format("embedded-opentype"), url("../fonts/nbc.woff") format("woff"), url("../fonts/nbc.ttf") format("truetype"), url("../fonts/nbc.svg#notebookclub") format("svg");
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	background: #e7e7e7;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #222222;
}

a {
	color: #2973ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style-position: inside;
}

input, textarea, select {
	display: inline-block;
	position: relative;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

input[type="text"], input[type="password"], textarea {
	width: 240px;
	max-width: 100%;
	height: 20px;
	padding: 2px 8px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #c4d4e0;
	border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #a2c0d8;
}

input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}

input:-ms-input-placeholder {
	color: #9fa5a9;
}

input:-moz-placeholder {
	color: #9fa5a9;
}

input::-moz-placeholder {
	color: #9fa5a9;
}

input::-webkit-input-placeholder {
	color: #9fa5a9;
}

input.error {
	border-color: #e5c0c0;
	color: #7a3b3b;
}

input.success {
	border-color: #bbcea1;
	color: #546e30;
}

input.half {
	width: 120px;
}

input.mini {
	width: 80px;
}

input.micro {
	width: 40px;
}

textarea {
	display: block;
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	height: 200px;
	padding: 6px 10px;
}

textarea:-ms-input-placeholder {
	color: #7c93a7;
}

textarea:-moz-placeholder {
	color: #7c93a7;
}

textarea::-moz-placeholder {
	color: #7c93a7;
}

textarea::-webkit-input-placeholder {
	color: #7c93a7;
}

select {
	width: auto;
	max-width: 262px;
	min-height: 26px;
	padding: 0 3px;
	border: 1px solid #c4d4e0;
	border-radius: 4px;
}

select[multiple] {
	overflow: auto;
	max-width: none;
}

option {
	padding: 2px 4px;
}

label {
	cursor: pointer;
}

label input {
	top: -4px;
	margin-right: 2px;
}

table {
	border-spacing: 0;
}

table td, table th {
	padding: 8px 10px;
	background-color: #ffffff;
	border-right: 1px solid #c7dceb;
	border-bottom: 1px solid #c7dceb;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	vertical-align: middle;
}

table td:last-child, table th:last-child {
	border-right: 0;
}

table td.left, table th.left {
	text-align: left;
}

table td.center, table th.center {
	text-align: center;
}

table td.right, table th.right {
	text-align: right;
}

table td.name, table th.name {
	width: 100px;
	font-weight: bold;
	white-space: nowrap;
}

table td.date, table th.date {
	width: 100px;
	text-align: center;
	white-space: nowrap;
}

table td.mini, table th.mini {
	width: 10px;
	font-weight: bold;
	text-align: center;
}

table td.controls, table th.controls {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

table tr:nth-child(2n) td {
	background-color: #fafcfe;
}

table .stats {
	background-color: #f3f7fc;
}

table tr.hidden td, table tr.hidden .stats {
	background: #ffffff;
	color: #a6bace;
}

table tr.selected td, table tr.selected .stats {
	background-color: #edf6fd;
}

table td > .notice {
	margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
}

table td.text p + p {
	margin-top: 4px;
}

table td.buttons {
	width: 50px;
	text-align: right;
	white-space: nowrap;
}

table td.buttons > .btn {
	width: 14px;
	padding: 2px 2px 1px 3px;
}

table td.buttons .report:before {
	content: 'f';
}

table td.buttons .delete:before {
	content: 'e';
}

table td.buttons .tooltip {
	right: -17px;
	bottom: 29px;
}

table td.buttons .reason {
	display: none;
}

table td.spacer {
	padding: 7px 11px 6px;
	background: #e6edf4;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-color: #bfd1de;
	font-size: 12px;
	font-weight: bold;
	color: #3d6b8c;
	text-shadow: 0 1px 0 #ffffff;
}

table td.spacer span {
	vertical-align: middle;
}

.icon, table td.buttons .report:before, table td.buttons .delete:before, .title .close:before, .title .collapse:before, .wrapper > .title .rename:before, .tooltip .prompt .btn:before, .tooltip .actions .btn:before, .tooltip .upload .btn:before, .modal .close:before, .stars span:before, .pagination .prev:before, .pagination .next:before, .pagination .go:before, .post .user > .btn:before, .post .likes > .btn:before, .post .btns .url:before, .post .btns .quote:before, .post .btns .multiquote:before, .post .btns .tools:before, .post .text blockquote > .title:before, .post .spoiler > .title:before, .post .edited:before, .modern .post .date:before, .editor .menu > .btn:before, .usercp .user_delete:before, .usercp .ico_minion:before, .usercp .ico_minioff:before, #user .register:before, #user .enter:before, #user .cancel:before, #user .user:before, #user .login:before, #user .logout:before {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	font-family: "nbc";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal;
}

.btn {
	display: inline-block;
	position: relative;
	padding: 2px 6px 1px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border: 1px solid #bfd1de;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 19px;
	color: #45789e;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}

.btn:hover {
	background: #e6edf4;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	text-decoration: none;
	text-shadow: none;
}

.btn.big {
	height: 23px;
	padding: 2px 10px;
	font-family: Verdana, sans-serif;
	line-height: 22px;
}

.btn.big.blue, .btn.big.olive, .btn.big.red {
	height: 21px;
	line-height: 20px;
}

.btn + .btn, select + .btn {
	margin-left: 2px;
}

.btn + .btn.big, select + .btn.big {
	margin-left: 5px;
}

.btn.blue, .btn.olive, .btn.red {
	background: #76a7d0;
	background: linear-gradient(to bottom, #76a7d0, #5889b1);
	border: 1px solid #5f7b90;
	color: #f6f8fa;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn.blue:hover {
	background: #5889b1;
	text-shadow: none;
}

.btn.olive {
	background: #9cba5e;
	background: linear-gradient(to bottom, #9cba5e, #7f9d43);
	border: 1px solid #628321;
	color: #fafef1;
}

.btn.olive:hover {
	background: #7f9d43;
	text-shadow: none;
}

.btn.red {
	background: #db7676;
	background: linear-gradient(to bottom, #db7676, #b65555);
	border-color: #9d4949;
	color: #f7ecec;
}

.btn.red:hover {
	background: #b65555;
}

.btn.green {
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border-color: #bbcea1;
	color: #546e30;
}

.btn.green:hover {
	background: #e0edcf;
}

.btn.gray {
	background: #ebebeb;
	background: linear-gradient(to bottom, #ebebeb, #e0e0e0);
	border-color: #c2c2c2;
	color: #707070;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn.gray:hover {
	background: #e0e0e0;
}

.btn.light {
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7, #edecec);
	border-color: #c9caca;
	color: #a0a0a0;
}

.btn.light:hover {
	background: #edecec;
}

.btn.pink {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-color: #d7b2b2;
	color: #a85757;
}

.btn.pink:hover {
	background: #f2e4e4;
}

.btn.yellow {
	background: #fbf7e5;
	background: linear-gradient(to bottom, #fbf7e5, #ece8d5);
	border-color: #c5bb87;
	color: #7f743d;
}

.btn.yellow:hover {
	background: #ece8d5;
}

.btn > b {
	display: inline-block;
	position: relative;
	top: -1px;
	margin: 0 -3px 0 4px;
	padding: 1px 4px 0;
	background: #87a4ba;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #69869d;
	border-radius: 3px;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	text-shadow: none;
	vertical-align: baseline;
}

input.btn {
	height: 24px;
	padding: 0 6px;
	line-height: 15px;
}

input.btn.big {
	height: 28px;
	padding: 0 10px;
}

input.btn.big.blue, input.btn.big.olive, input.btn.big.red {
	height: 28px;
}

.title .btns {
	position: absolute;
	top: 4px;
	right: 4px;
}

.title .btns .tooltip {
	top: 32px;
	right: 6px;
	bottom: auto;
}

.title .close, .title .collapse {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.title .close:hover, .title .collapse:hover {
	opacity: 0.8;
}

.title .close:before, .title .collapse:before {
	content: 'i';
	font-size: 16px;
	line-height: 16px;
}

.title .close + .btns, .title .collapse + .btns {
	right: 32px;
}

.title .collapse:before {
	content: 'k';
}

.collapsed .title .btn {
	background: linear-gradient(to bottom, #ebebeb, #e0e0e0);
	border-color: #c2c2c2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.collapsed .title .btn:hover {
	background: #e0e0e0;
}

.collapsed .title .collapse:before {
	content: 'o';
}

.content {
	position: relative;
	font-size: 13px;
	line-height: 1.4;
}

.content h2, .content h3, .content h4, .content p, .content ul, .content ol {
	margin-bottom: 10px;
}

.content ol, .content ul {
	margin-left: 1.4em;
	list-style-position: outside;
}

.content li + li {
	margin-top: 5px;
}

.content > :last-child {
	margin-bottom: 0;
}

.content > .justify {
	margin-bottom: 10px;
}

.wrapper {
	position: relative;
	margin: 0 auto 15px;
	background: #ffffff;
	border: 1px solid #baccda;
	border-radius: 7px;
	cursor: default;
	z-index: 1;
	*zoom: 1;
}

.wrapper:after {
	display: table;
	content: '';
	clear: both;
}

.wrapper.small {
	width: 500px;
}

.wrapper.medium {
	width: 800px;
}

.wrapper > .title, .wrapper .subtitle {
	position: relative;
	min-height: 18px;
	margin: -1px -1px 0;
	padding: 7px 10px;
	background: #76a7d0;
	background: linear-gradient(to bottom, #76a7d0, #5889b1);
	border: 1px solid #5f7b90;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	z-index: 1;
}

.wrapper > .title {
	padding-right: 230px;
}

.wrapper > .title.clicked {
	z-index: 20;
}

.wrapper > .title + .subtitle {
	margin-top: 0;
	border-top-color: transparent;
}

.wrapper > .title a {
	color: #ffffff;
}

.wrapper > .title h1, .wrapper > .title h2 {
	display: inline;
	font-size: 15px;
}

.wrapper > .title .rename {
	display: block;
	position: absolute;
	top: 9px;
	right: 222px;
	width: 15px;
	height: 15px;
	color: #add3f1;
	cursor: pointer;
}

.wrapper > .title .rename:before {
	content: 'B';
}

.wrapper > .title .rename:hover {
	color: #ffffff;
}

.wrapper > .title .rename .tooltip {
	bottom: 25px;
}

.wrapper > .content {
	padding: 8px 10px;
}

.wrapper > .content p:first-child {
	margin-top: -3px;
}

.wrapper.collapsed > div, .wrapper.collapsed > table {
	display: none;
}

.wrapper.collapsed > .title {
	display: block;
	margin: -1px;
	background: #ebebeb;
	background: linear-gradient(to bottom, #ebebeb, #e0e0e0);
	border: 1px solid #c2c2c2;
	border-radius: 7px;
	color: #707070;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.wrapper.collapsed > .title a {
	color: #707070;
}

.wrapper > .centered {
	border: 0;
}

.wrapper > div {
	border-bottom: 1px solid #c7dceb;
}

.wrapper > :first-child {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.wrapper > :first-child tr:first-child td:first-child {
	border-top-left-radius: 7px;
}

.wrapper > :first-child tr:first-child td:last-child {
	border-top-right-radius: 7px;
}

.wrapper > :last-child {
	margin-bottom: 0;
	border-bottom-width: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.wrapper > :last-child tr:last-child td, .wrapper > :last-child tr:last-child th {
	border-bottom: none;
}

.wrapper > :last-child tr:last-child td:first-child, .wrapper > :last-child tr:last-child th:first-child {
	border-bottom-left-radius: 7px;
}

.wrapper > :last-child tr:last-child td:last-child, .wrapper > :last-child tr:last-child th:last-child {
	border-bottom-right-radius: 7px;
}

.wrapper > table {
	width: 100.05%;
}

.wrapper td.subtitle {
	border-width: 0 0 1px 0;
}

.wrapper .subtitle {
	background: #e6edf4;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-color: #bfd1de;
	font-size: 13px;
	color: #3d6b8c;
	text-shadow: 0 1px 0 #ffffff;
}

.wrapper .subtitle i {
	font-style: normal;
	font-weight: normal;
}

.wrapper .search input[type="text"] {
	top: 4px;
	right: 4px;
	border-color: #5b7284;
}

.wrapper .search input[type="submit"] {
	top: 6px;
}

.box {
	position: relative;
	margin: 0 auto 15px;
	background: #f5f8fa;
	border: 1px solid #b2c8d8;
	border-radius: 7px;
	font-size: 13px;
	color: #324d67;
}

.box > .title {
	position: relative;
	padding: 7px 11px 6px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-top: 1px solid #c3d3de;
	border-bottom: 1px solid #c3d3de;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #34546d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.box > .title:first-child {
	border-top: 0;
	border-radius: 7px 7px 0 0;
}

.box > .title .btn {
	padding: 1px 6px 0;
}

.box > .content {
	margin: 10px;
	padding: 10px 14px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #bfd1de;
	border-radius: 5px;
	*zoom: 1;
}

.box > .content:after {
	display: table;
	content: '';
	clear: both;
}

.box > .content a {
	text-decoration: underline;
}

.box > .content a:hover {
	text-decoration: none;
}

.box > .content .btn {
	text-decoration: none;
}

.box > .content.justify:after {
	display: inline-block;
}

.box > table {
	width: 100.05%;
}

.box > table:last-child {
	margin-bottom: 0;
}

.box.red {
	background: #fcf9f9;
	border-color: #e5c0c0;
	color: #763131;
}

.box.red a:not(.btn) {
	color: #bb1010;
}

.box.red > .title {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-bottom-color: #e5c0c0;
	color: #7a3b3b;
}

.box.red > .content {
	border-color: #debfbf;
}

.box.green {
	background: #f5f9ee;
	border-color: #bbcea1;
	color: #4b5a2c;
}

.box.green a:not(.btn) {
	color: #6d863f;
}

.box.green > .title {
	background: #e0edcf;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border-bottom-color: #bbcea1;
	color: #465c28;
}

.box.green > .content {
	border-color: #cbd6b5;
}

.box.small {
	width: 500px;
}

.box.medium {
	width: 800px;
}

.box.collapsed {
	filter: saturate(50%);
}

.box.collapsed > div {
	display: none;
}

.box.collapsed > .title {
	display: block;
	border-bottom: 0;
	border-radius: 7px;
}

.box.clicked {
	z-index: 20;
}

.wrapper .box {
	width: auto;
	margin: 10px;
	border-bottom-width: 1px;
}

.box > :last-child tr:last-child td, .box > :last-child tr:last-child th {
	border-bottom: none;
}

.box > :last-child tr:last-child td:first-child, .box > :last-child tr:last-child th:first-child {
	border-bottom-left-radius: 7px;
}

.box > :last-child tr:last-child td:last-child, .box > :last-child tr:last-child th:last-child {
	border-bottom-right-radius: 7px;
}

.row {
	display: table;
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	z-index: 1;
}

.row.clicked {
	z-index: 20;
}

.row.controls {
	padding: 8px 0;
	text-align: center;
}

.row.text {
	display: block;
	width: auto;
	padding: 8px 10px;
}

.row .label, .row .field {
	display: table-cell;
	position: relative;
	width: auto;
	line-height: 16px;
	vertical-align: top;
}

.row .label {
	min-width: 200px;
	padding: 10px 0;
	font-weight: bold;
	color: #355873;
	text-align: right;
}

.row .label + .field label:first-child {
	padding-top: 5px;
}

.row .label + .text {
	padding-top: 10px;
}

.row .field {
	width: 100%;
	padding: 5px 10px;
	line-height: 26px;
	word-break: break-word;
}

.row .field.text {
	line-height: 16px;
}

.row .field .line {
	display: block;
	margin-bottom: 5px;
}

.row .field .line:last-child {
	margin-bottom: 0;
}

.row .field .line.checkable {
	margin-left: 21px;
}

.row .field .note {
	display: block;
	margin: 5px 10px;
	line-height: 17px;
	color: #467294;
}

.row .field .note:last-child {
	margin-bottom: 0;
}

.row .field .error {
	color: #c54b4b;
}

.row .field .btn {
	top: -1px;
}

.row .field label + .note {
	margin-top: -2px;
	margin-left: 21px;
}

.row .autocomplete {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.row .autocomplete .tooltip {
	top: 33px;
	left: 0;
	max-width: 262px;
	transform: none;
}

.row .autocomplete .tooltip .row {
	display: table;
}

.row img {
	max-width: 100%;
}

.row input[type="checkbox"], .row input[type="radio"] {
	top: 2px;
	float: left;
	margin-right: 4px;
}

.row input[type="checkbox"] + i, .row input[type="radio"] + i {
	display: block;
	margin-left: 20px;
	font-style: normal;
	line-height: 18px;
}

.list .row {
	background: #ffffff;
	border-top: 1px solid #e3e8ec;
}

.list .row:first-child {
	border-top: 0;
	border-radius: 7px 7px 0 0;
}

.list .row:nth-child(2n) {
	background-color: #f8fafc;
}

.list .row:last-child {
	border-radius: 0 0 7px 7px;
}

.tip {
	display: none;
	position: absolute;
	margin-top: -18px;
	padding: 5px 8px;
	background: #000000;
	border-radius: 4px;
	font-size: 12px;
	color: #ffffff;
	transform: translate(-50%, -100%);
	z-index: 10;
}

.tip span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.tip span + span {
	margin-left: 5px;
}

.tip span:hover {
	text-decoration: underline;
}

.tip:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 6px solid #000000;
	border-bottom: 0;
}

.tip.visible {
	display: block;
}

.tooltip {
	display: none;
	position: absolute;
	left: 50%;
	min-width: 200px;
	padding: 7px;
	background: #f4f8fb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dee4;
	border-radius: 7px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #364e61;
	text-align: center;
	text-shadow: none;
	transform: translateX(-50%);
	white-space: normal;
	cursor: default;
}

.tooltip:after, .tooltip:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 8px solid #f4f8fb;
}

.tooltip:before {
	bottom: -18px;
	border-top-color: #d4dee4;
}

.tooltip.up:before, .tooltip.up:after {
	top: -7px;
	bottom: auto;
	border-top-width: 0;
	border-bottom: 8px solid #f5f8fa;
}

.tooltip.up:before {
	top: -8px;
	border-bottom-color: #d4dee4;
}

.tooltip.right {
	left: auto;
	transform: none;
}

.tooltip.right:before, .tooltip.right:after {
	right: 15px;
	left: auto;
	margin-left: 0;
}

.tooltip.left:before, .tooltip.left:after {
	left: 15px;
	margin-left: 0;
}

.tooltip.side {
	left: 100%;
	transform: none;
}

.tooltip.side:before, .tooltip.side:after {
	top: 8px;
	bottom: auto;
	left: -18px;
	margin: 0;
	border: 10px solid transparent;
	border-right: 8px solid #d4dee4;
}

.tooltip.side:after {
	left: -17px;
	border-right-color: #f4f8fb;
}

.tooltip.visible {
	display: block;
}

.tooltip.vertical .btn, .tooltip.vertical input, .tooltip.vertical .error {
	display: block;
	margin: 7px 0 0;
}

.tooltip.vertical .btn:first-child, .tooltip.vertical input:first-child, .tooltip.vertical .error:first-child {
	margin-top: 0;
}

.tooltip.claim input[type="text"] {
	width: 170px;
}

.tooltip.claim select {
	width: 184px;
}

.tooltip.claim .reason {
	display: none;
}

.tooltip.claim .btn {
	display: inline-block;
}

.tooltip.claim .btn + .btn {
	margin: 0 0 0 7px;
}

.user .tooltip.claim {
	top: -32px;
	margin-left: 11px;
}

.user .tooltip.claim:before, .user .tooltip.claim:after {
	top: 31px;
}

.tooltip .title {
	display: block;
	margin: -8px -8px 7px;
	padding: 4px 7px 2px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border: 1px solid #bfd1de;
	border-radius: 7px 7px 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #355d7b;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.tooltip .title.green {
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border-color: #bbcea1;
	color: #465c28;
}

.tooltip .title.pink {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-color: #d7b2b2;
	color: #974e4e;
}

.tooltip .title:first-child {
	margin-top: -8px;
}

.tooltip .heading {
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.tooltip .content {
	display: block;
	margin-top: 7px;
	padding: 6px 10px 7px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #dae2e8;
	border-radius: 4px;
	line-height: 1.4;
	white-space: normal;
}

.tooltip .content .list {
	margin: 0 -9px;
}

.tooltip .content .list:first-child {
	margin-top: -6px;
}

.tooltip .content .list:last-child {
	margin-bottom: -7px;
}

.tooltip .prompt {
	margin: 6px 0 10px;
}

.tooltip .prompt:first-child {
	margin-top: 0;
}

.tooltip .prompt:last-child {
	margin-bottom: 0;
}

.tooltip .prompt .confirm {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tooltip .prompt .btn {
	display: inline-block;
	margin-top: 0;
}

.tooltip .prompt .btn:before {
	content: 'e';
	top: -1px;
	margin: 0 4px 0 -1px;
}

.tooltip .prompt .yes {
	margin-left: 5px;
}

.tooltip .prompt .yes:before {
	content: 'd';
}

.tooltip .row {
	margin-top: 7px;
}

.tooltip .row:first-child {
	margin-top: 0;
}

.tooltip .row.controls {
	padding: 0;
}

.tooltip .row i {
	display: inline-block;
	position: relative;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

.tooltip .row .label {
	min-width: 100px;
	padding: 4px 0;
}

.tooltip .row .field {
	padding: 0 0 0 7px;
	line-height: 24px;
}

.tooltip .row .text {
	margin-bottom: 7px;
}

.tooltip .row .note {
	margin: 4px 0 -4px 7px;
}

.tooltip .list {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 175px;
	margin: -7px;
	border-radius: 7px;
}

.tooltip .list:first-child {
	margin-top: -7px;
}

.tooltip .list .row {
	display: table-row;
	margin: 0;
}

.tooltip .list .row > span {
	display: table-cell;
	padding: 7px 10px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.tooltip .list .row > span + span {
	padding-left: 0;
}

.tooltip .list .row.clickable:hover {
	background-color: #edf6fd;
	cursor: pointer;
}

.tooltip .list .row .comment {
	white-space: normal;
}

.tooltip .list .row .author {
	max-width: 70px;
	font-weight: bold;
}

.tooltip .list .row .size {
	padding-left: 10px;
	font-size: 10px;
}

.tooltip .list .row img {
	margin-right: 5px;
	vertical-align: middle;
}

.tooltip .list .row a {
	display: inline-block;
	overflow: hidden;
	max-width: 100px;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.tooltip .list .prompt {
	margin: 0 0 10px;
}

.tooltip .actions {
	text-align: right;
	white-space: nowrap;
}

.tooltip .actions .btn {
	display: inline-block;
	position: relative;
	width: 1.29em;
	height: 19px;
	margin: 0 0 0 1px;
	padding: 0 2px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}

.tooltip .actions .btn:before {
	font-size: 15px;
	line-height: 19px;
}

.tooltip .actions .ins:before {
	content: 'o';
}

.tooltip .actions .del:before {
	content: 'e';
}

.tooltip .actions .approve:before {
	content: 'f';
}

.tooltip .upload {
	position: relative;
	min-height: 29px;
	background: #ffffff url(../images/spinner_small.gif) 50% 50% no-repeat;
}

.tooltip .upload .btn:before {
	content: 'y';
	margin-left: -1px;
	font-size: 20px;
	line-height: 20px;
}

.tooltip .upload input[type="file"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 29px;
	line-height: 29px;
	color: transparent;
	opacity: 0.01;
	cursor: pointer;
	z-index: 10;
}

.tooltip .error {
	color: #c54b4b;
}

.tooltip .inline {
	white-space: nowrap;
}

.tooltip input[type="text"], .tooltip input[type="password"] {
	width: 167px;
	padding: 1px 6px;
	border-color: #cfdbe2;
}

.tooltip input[type="text"]:focus, .tooltip input[type="password"]:focus {
	border-color: #a2c0d8;
}

.tooltip select {
	width: 179px;
	min-height: 24px;
}

.tooltip > :first-child {
	margin-top: 0;
}

.modal {
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: .5s ease;
	opacity: 0;
	z-index: 10;
}

.modal.visible {
	visibility: visible;
	opacity: 1;
}

.modal .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	border-radius: 7px;
	transform: translate(-50%, -50%);
}

.modal .content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.modal .content.loading {
	width: 66px;
	height: 66px;
	background: #ffffff url("../images/spinner.gif") 50% 50% no-repeat;
}

.modal .content.loading img {
	opacity: 0;
}

.modal .content img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 7px;
	transition: .5s ease;
	opacity: 1;
}

.modal .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px;
	background-color: #ffffff;
	border-radius: 0 7px;
	z-index: 2;
}

.modal .close:before {
	content: 'e';
	display: block;
	width: 20px;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	color: #ca3a3a;
	cursor: pointer;
}

.modal .close:hover:before {
	color: #ff0000;
}

.stars {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	z-index: 10;
}

.stars span {
	display: inline-block;
	color: #d4e3ef;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: default;
}

.stars span:before {
	content: "t";
	margin-right: 0;
}

.stars span.active {
	color: #6da3d0;
}

.stars span + span {
	margin-left: 3px;
}

.stars.star_rating_notrated span {
	cursor: pointer;
}

.stars.star_rating_notrated span.active {
	color: #6cbcff;
}

.title .stars {
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
	text-align: right;
}

.title .stars span {
	color: #f6fafe;
}

.title .stars span.active {
	color: #ffe100;
}

.title .stars.star_rating_notrated span.active {
	color: #fff49e;
}

.search + .stars {
	right: 225px;
}

.stars .tooltip {
	bottom: 25px;
	z-index: 10;
}

.search input[type="text"] {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 185px;
	text-overflow: ellipsis;
	max-width: none;
	height: 20px;
	padding: 1px 21px 1px 6px;
	background: #f7f9fa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
	border: 1px solid #245880;
	border-radius: 6px;
	font-size: 13px;
	color: #133752;
	z-index: 10;
}

.search input[type="submit"] {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: 'nbc';
	font-size: 14px;
	color: #467394;
	cursor: pointer;
	z-index: 30;
}

.search input[type="submit"]:hover {
	color: #608fb2;
}

.justify {
	position: relative;
	margin: 0 0 15px;
	text-align: justify;
	cursor: default;
	z-index: 4;
}

.justify:after {
	content: '';
	display: inline-block;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
}

.justify > div, .justify > form {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.wrapper > .justify {
	margin-bottom: 0;
}

.justify + .wrapper, .wrapper + .justify {
	z-index: 5;
}

.pagination {
	padding: 2px 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #666666;
	text-shadow: 0 1px 0 #fcfcfc;
	cursor: default;
}

.pagination b {
	vertical-align: middle;
}

.pagination span, .pagination a, .pagination .go {
	display: inline-block;
	position: relative;
	height: 19px;
	padding: 0 5px;
	background: #bdbdbd;
	background: linear-gradient(to bottom, #b6b6b6, #a0a0a0);
	border: 1px solid #878787;
	border-radius: 4px;
	line-height: 18px;
	color: #ffffff;
	text-shadow: 0 1px 0 #8f8f8f;
	vertical-align: middle;
}

.pagination a:hover, .pagination .go:hover, .pagination .current {
	background: #9cba5e;
	background: linear-gradient(to bottom, #9cba5e, #7f9d43);
	border: 1px solid #628321;
	text-decoration: none;
	text-shadow: 0 1px 0 #859850;
}

.pagination .prev, .pagination .next {
	width: 13px;
	padding: 0 4px 0 2px;
}

.pagination .prev:before, .pagination .next:before {
	content: 'r';
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.pagination .next {
	padding: 0 3px;
}

.pagination .next:before {
	content: 'q';
}

.pagination .go {
	padding: 0 2px;
	cursor: pointer;
}

.pagination .go:before {
	content: 's';
	width: 15px;
	height: 19px;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.pagination .btn {
	margin-left: 7px;
}

.pagination .tooltip {
	bottom: 30px;
	min-width: 0;
}

.pagination .tooltip input[type="text"] {
	width: 65px;
}

.pagination .tooltip .btn {
	margin: 0;
}

.wrapper > .pagination {
	margin: 11px;
}

.hide {
	display: none;
}

.clicked {
	z-index: 20;
}

.centered {
	margin: 0 auto 10px;
	text-align: center;
}

.forums .status {
	width: 32px;
	text-align: center;
}

.forums .status span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 -1px -1px 0;
	background: url(../images/forum_icons.png) 0 0 no-repeat;
	vertical-align: middle;
	cursor: default;
}

.forums .status .on {
	background-position: 0 -32px;
	cursor: pointer;
}

.forums .status .on:hover {
	opacity: 0.8;
}

.forums .status .offlock {
	background-position: 0 -64px;
}

.forums .status .offlink {
	background-position: 0 -96px;
}

.forums .subforums span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 2px 0 2px;
	background: url(../images/forum_icons.png) 0 0 no-repeat;
	background-size: 16px 64px;
	vertical-align: middle;
	cursor: default;
}

.forums .subforums .minion {
	background-position: 0 -16px;
	cursor: pointer;
}

.forums .subforums .minion:hover {
	opacity: 0.8;
}

.forums .subforums .miniofflock {
	background-position: 0 -32px;
}

.forums .subforums .miniofflink {
	background-position: 0 -48px;
}

.forums .info {
	position: relative;
	padding: 8px 14px;
	text-align: left;
}

.forums .info h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

.forums .info p, .forums .info .content {
	margin: 6px 0 3px;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
}

.forums .info .unapproved {
	font-size: 13px;
	color: #ad3b24;
}

.forums .info .moderators {
	font-size: 12px;
	color: #416527;
}

.forums .info .moderators a {
	color: #416527;
}

.forums .info .subforums {
	font-size: 12px;
	color: #214f71;
}

.forums .last {
	width: 200px;
	font-size: 12px;
	line-height: 18px;
}

.threads .status {
	width: 20px;
	padding-left: 12px;
	text-align: center;
	vertical-align: middle;
}

.threads .status span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/thread_icons.png");
	background-repeat: no-repeat;
}

.threads .info {
	padding: 8px 14px;
}

.threads .info h3 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

.threads .info p {
	margin: 5px 0 2px;
	line-height: 15px;
}

.threads .info p > a:first-child {
	margin-right: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #7c99b1;
}

.threads .info .btn {
	margin-right: 2px;
	padding: 1px 4px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	vertical-align: baseline;
}

.threads .pages {
	display: inline-block;
}

.threads .pages span {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #5889b1;
	vertical-align: baseline;
}

.threads .pages a, .threads .new, .threads .unapproved {
	display: inline-block;
	position: relative;
	padding: 0 3px 1px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border: 1px solid #bfd1de;
	border-radius: 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #45789e;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.threads .pages a:hover, .threads .new:hover, .threads .unapproved:hover {
	background: #e6edf4;
}

.threads .new {
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border-color: #bbcea1;
	color: #546e30;
}

.threads .new:hover {
	background: #e0edcf;
}

.threads .unapproved {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-color: #e5c0c0;
	color: #a85757;
	cursor: default;
}

.threads .unapproved:hover {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
}

.threads .stats {
	width: 118px;
	background-color: #f3f7fc;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #5c84a5;
	text-align: right;
	white-space: nowrap;
	cursor: default;
}

.threads .stats b {
	display: inline-block;
	width: 68px;
	font-weight: normal;
	text-align: left;
}

.threads .rating {
	width: 82px;
}

.threads .last {
	width: 165px;
	font-size: 12px;
	line-height: 18px;
}

.threads .last b {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.threads .mod {
	width: 13px;
	text-align: center;
}

.threads tr.hidden a {
	color: #7191ad;
}

.threads tr.hidden .info p > a:first-child {
	color: #a1b4c4;
}

.threads tr.hidden .status span {
	background-position: 0 -480px;
}

.threads tr.deleted .unapproved {
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7, #edecec);
	border-color: #c9caca;
	color: #a0a0a0;
}

.threads tr.deleted .status span {
	background-position: 0 -520px;
}

.posts {
	display: block;
	position: relative;
	padding: 11px;
	background: #f7f9fa;
	z-index: 10;
}

.posts .box {
	width: auto;
	margin: 11px 0 0 151px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.posts > :first-child, .posts + .box {
	margin-top: 0;
}

.post {
	display: table;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-top: 11px;
	font-size: 13px;
	line-height: 1.5;
	z-index: 1;
}

.post .user > .btn, .post .likes > .btn {
	display: inline-block;
	height: 18px;
	margin: 0 1px;
	padding: 1px 5px 0;
	font-size: 12px;
	line-height: 18px;
}

.post .user > .btn:before, .post .likes > .btn:before {
	position: relative;
	top: -1px;
	margin-right: 3px;
	font-size: 14px;
	line-height: 16px;
}

.post .user {
	display: table-cell;
	position: relative;
	width: 140px;
	padding-bottom: 23px;
	padding-right: 11px;
	text-align: center;
	vertical-align: top;
	z-index: 2;
}

.post .user > .btn {
	margin-bottom: 8px;
}

.post .user .messages:before {
	content: 'n';
}

.post .user .rating:before {
	content: 'u';
	top: -2px;
}

.post .user .rating.pink:before {
	content: 'v';
}

.post .user .warnings {
	margin: 0 30px 7px;
}

.post .user .warnings:before {
	content: 'f';
	top: -1px;
	font-size: 15px;
}

.post .user .vertical {
	top: -1px;
	min-width: 0;
}

.post .user .claim {
	top: -24px;
}

.post .name {
	overflow: hidden;
	width: 116px;
	height: 20px;
	margin-bottom: 11px;
	padding: 6px 11px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dce2;
	border-radius: 6px;
	font-weight: bold;
	line-height: 20px;
	color: #547690;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #ffffff;
	white-space: nowrap;
	cursor: pointer;
}

.post .name:hover {
	background: #e6edf4;
	text-shadow: 0 1px 0 #f5fbff;
}

.post .group {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #547690;
	text-shadow: 0 1px 0 #ffffff;
}

.post .group_3 .name, .post .group_6 .name {
	background: #f1f7e9;
	background: linear-gradient(to bottom, #f1f7e9, #e0edcf);
	border: 1px solid #bbcea1;
	color: #546e30;
}

.post .group_3 .name:hover, .post .group_6 .name:hover {
	background: #e0edcf;
}

.post .group_3 .group, .post .group_6 .group {
	color: #546e30;
}

.post .group_4 .name {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border: 1px solid #e5c0c0;
	color: #a85757;
	text-shadow: 0 1px 0 #f2f2f2;
}

.post .group_4 .name:hover {
	background: #f2e4e4;
}

.post .group_4 .group {
	color: #a85757;
}

.post .avatar {
	display: inline-block;
	width: auto;
	max-width: 100px;
	height: auto;
	max-height: 100px;
	margin-bottom: 7px;
	border-radius: 7px;
}

.post .avatar.letter {
	width: 99px;
	height: 100px;
	padding-left: 1px;
	background: #e0e6eb;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90px;
	line-height: 95px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.post .message {
	display: table-cell;
	position: relative;
	max-width: 100%;
	background: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dce2;
	border-radius: 7px;
	vertical-align: top;
	z-index: 1;
}

.post .message:before, .post .message:after {
	content: '';
	display: block;
	position: absolute;
	top: 78px;
	left: -13px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-right: 13px solid #d4dce2;
	border-left: 0;
}

.post .message:before {
	filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.07));
}

.post .message:after {
	left: -12px;
	border-right-color: #ffffff;
}

.post .message:hover .btn:before {
	opacity: 1;
}

.post .message.clicked {
	z-index: 10;
}

.post .message img, .post .message iframe {
	max-width: 100%;
}

.post .message .editor {
	border: 0;
}

.post .head {
	display: table;
	width: 100%;
	position: relative;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	border-bottom: 1px solid #d4dce2;
	border-radius: 6px 6px 0 0;
	z-index: 3;
}

.post .head > div {
	display: table-cell;
	line-height: 21px;
	color: #547690;
	vertical-align: top;
}

.post .head > :last-child {
	text-align: right;
}

.post .head > :first-child {
	text-align: left;
}

.post .head .btns {
	white-space: nowrap;
}

.post .head input[type="checkbox"] {
	margin: 0 1px;
	vertical-align: middle;
}

.post .date, .post .summary {
	padding: 6px 11px 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
}

.post .btns {
	padding: 5px 5px 5px 11px;
}

.post .btns > .btn {
	height: 18px;
	margin: 0 0 0 1px;
	padding: 1px 5px 0;
	font-size: 12px;
	line-height: 18px;
}

.post .btns > .hide {
	margin-left: 6px;
}

.post .btns .url, .post .btns .quote, .post .btns .multiquote, .post .btns .tools {
	position: relative;
	width: 1.31em;
	height: 19px;
	margin: 0 0 0 1px;
	padding: 0 2px;
	font-size: 12px;
	line-height: 19px;
	color: #6a91af;
	text-align: center;
}

.post .btns .url:before, .post .btns .quote:before, .post .btns .multiquote:before, .post .btns .tools:before {
	content: 'p';
	font-size: 15px;
	line-height: 19px;
	transition: opacity 1s ease;
	opacity: 0.5;
}

.post .btns .url:before {
	content: 'g';
}

.post .btns .quote:before {
	content: 'z';
	top: 1px;
}

.post .btns .multiquote:before {
	content: 'x';
}

.post .tools .tooltip {
	top: 28px;
	min-width: 0;
}

.post .url input[type="text"] {
	width: 200px;
}

.post .url .tooltip {
	right: -16px;
	bottom: 29px;
}

.post .body {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 149px;
	padding: 7px 11px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	z-index: 1;
	word-break: break-word;
}

.post .body > :first-child {
	margin-top: 4px;
}

.post .body > :last-child {
	margin-bottom: 4px;
}

.post .body p {
	overflow: hidden;
}

.post .body p ~ .image {
	margin-bottom: 7px;
}

.post .body p, .post .body ul, .post .body ol {
	margin: 0 0 10px;
}

.post .body p:first-child, .post .body ul:first-child, .post .body ol:first-child {
	margin-top: 0;
}

.post .body p:last-child, .post .body ul:last-child, .post .body ol:last-child {
	margin-bottom: 1px;
}

.post .body ul, .post .body ol {
	margin-left: 1.4em;
	list-style-position: outside;
}

.post .body li + li {
	margin-top: 7px;
}

.post .body h2, .post .body h3 {
	margin: 20px 0 7px;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #bb0000;
}

.post .body h3 {
	font-size: 14px;
	color: #770000;
}

.post .body hr {
	height: 1px;
	margin: -2px 0 12px;
	background: #e3e8ec;
	border: 0;
}

.post .body hr + p {
	margin-top: -5px;
}

.post .body .image {
	margin-right: 7px;
}

.post .body .image + br {
	display: none;
}

.post .body .code, .post .body .spoiler, .post .body blockquote {
	display: block;
	margin: 4px 0 8px;
	font-size: 12px;
	line-height: 18px;
}

.post .body .title {
	padding: 3px 10px 2px;
	background: #f2f9ec;
	background: linear-gradient(to bottom, #f2f9ec, #eaf1da);
	border: 1px solid #d0d4c4;
	border-radius: 4px 4px 0 0;
	font-style: normal;
	line-height: 22px;
	color: #5d6f2a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.post .body .title a {
	color: #6d863f;
}

.post .body .text {
	padding: 7px 10px 6px;
	background: #fefffa;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #d0d4c4;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.post .body .text_left {
	text-align: left;
}

.post .body .text_right {
	text-align: right;
}

.post .body .text_center {
	text-align: center;
}

.post .body .text_justify {
	text-align: justify;
}

.post .body .text_fleft {
	float: left;
	margin: 2px 10px 7px 0;
}

.post .body .text_fright {
	float: right;
	margin: 2px 0 7px 10px;
}

.post .body .smilie {
	vertical-align: middle;
}

.post .body .highlight {
	color: #ff0000;
}

.post .body .unapproved {
	font-size: 12px;
	font-weight: bold;
	color: #974e4e;
}

.post .body table {
	width: 100%;
}

.post .text div:last-child, .post .text blockquote:last-child {
	margin-bottom: 4px;
}

.post .text blockquote > .title {
	display: inline-block;
	border-radius: 4px;
}

.post .text blockquote > .title:before {
	content: 'o';
	top: -1px;
	margin-left: -3px;
	font-size: 15px;
	line-height: 20px;
}

.post .text blockquote > .title:hover {
	background: #e0edcf;
	cursor: pointer;
}

.post .text blockquote > .title a {
	display: none;
}

.post .text blockquote > .text {
	display: none;
}

.post .text blockquote.visible > .title {
	display: block;
	border-radius: 4px 4px 0 0;
}

.post .text blockquote.visible > .title:before {
	content: 'k';
}

.post .text blockquote.visible > .title a {
	display: inline-block;
}

.post .text blockquote.visible > .text {
	display: block;
}

.post .code > .title {
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7, #edecec);
	border-color: #c9caca;
	font-weight: bold;
	color: #4d4d4d;
}

.post .code > .text {
	background: #fcfcfc;
	border-color: #c9caca;
}

.post .spoiler > .title {
	display: inline-block;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	border-color: #bfd1de;
	border-radius: 4px;
	font-weight: bold;
	color: #31729a;
	cursor: pointer;
}

.post .spoiler > .title:before {
	content: 'o';
	top: -1px;
	margin-left: -3px;
	font-size: 15px;
	line-height: 20px;
}

.post .spoiler > .title:hover {
	background: #e6edf4;
}

.post .spoiler > .text {
	display: none;
	background: #fcfcfd;
	border-color: #bfd1de;
}

.post .spoiler.visible > .title {
	display: block;
	border-radius: 4px 4px 0 0;
}

.post .spoiler.visible > .title:before {
	content: 'k';
}

.post .spoiler.visible > .text {
	display: block;
}

.post .info {
	display: block;
	position: relative;
	height: 31px;
	margin: 0 5px;
	border-top: 1px solid #e3e8ec;
}

.post .device {
	position: absolute;
	right: 90px;
	bottom: 1px;
	left: 0;
	overflow: hidden;
	height: 16px;
	padding: 6px 6px 7px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #475b6b;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post .likes {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 2;
}

.post .likes.clicked {
	z-index: 4;
}

.post .likes > .btn:before {
	content: 'u';
	top: -1px;
	transition: opacity 1s ease;
	opacity: 0.5;
}

.post .likes > .btn + .btn {
	margin-left: 4px;
}

.post .likes > .btn + .counter:before {
	display: none;
}

.post .likes > .btn.pink:before, .post .likes > .btn.green:before {
	content: 'v';
	top: 0;
	width: 0.7em;
}

.post .likes > .btn.green:before {
	content: 'u';
}

.post .likes > .btn.counter:before {
	top: -2px;
	width: auto;
}

.post .likes .tooltip {
	right: 50%;
	bottom: 30px;
	min-width: 290px;
	margin-right: -26px;
}

.post .likes input[type="text"] {
	width: 170px;
}

.post .likes select {
	width: 184px;
}

.post .signature, .post .edited, .post .attachments {
	margin: 0 5px;
	padding: 7px 6px 6px;
	border-top: 1px solid #e3e8ec;
	font-size: 11px;
	line-height: 17px;
	color: #776b8e;
}

.post .edited {
	color: #475b6b;
}

.post .edited:before {
	content: 'B';
	margin-right: 6px;
	font-size: 14px;
	color: #7c92a5;
}

.post .attachments {
	display: block;
	padding: 6px 7px 4px;
	color: #4a6c88;
}

.post .attachments legend {
	display: block;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.post .attachment {
	margin-bottom: 7px;
}

.post .attachment a, .post .attachment img, .post .attachment span {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}

.post .attachment a {
	font-weight: bold;
}

.post .attachment span {
	font-size: 11px;
	color: #658dab;
}

.post .attachment .unapproved {
	font-size: 12px;
	font-weight: bold;
	color: #a85757;
}

.post .images {
	position: relative;
	overflow: hidden;
	margin: 0 -12px -2px 0;
	font-size: 2px;
	line-height: 0;
}

.post .images img {
	min-width: 100%;
	max-height: 180px;
}

.post .images .image {
	width: 240px;
	margin: 0 12px 12px 0;
}

.post .image {
	display: inline-block;
	overflow: hidden;
	border-radius: 4px;
	vertical-align: top;
	transition: opacity 0.3s ease;
}

.post .image img {
	width: auto;
	height: auto;
	border-radius: 4px;
}

.post .image:hover {
	opacity: 0.8;
}

.post.toggle .name, .post .group_7 .name {
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7, #edecec);
	border: 1px solid #c9caca;
	color: #a0a0a0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.post.toggle .name:hover, .post .group_7 .name:hover {
	background: #edecec;
}

.post.toggle .group, .post .group_7 .group {
	color: #707070;
}

.post.toggle .user {
	padding-bottom: 0;
}

.post.toggle .name {
	margin-bottom: 0;
}

.post.toggle .message {
	border-color: #c9caca;
	color: #a0a0a0;
}

.post.toggle .message:before, .post.toggle .message:after {
	display: none;
}

.post.toggle .body {
	min-height: 0;
	margin-right: 80px;
	padding-top: 7px;
	line-height: 18px;
}

.post.toggle .show {
	position: absolute;
	top: 4px;
	right: 4px;
}

.post.unapproved .message, .post.unapproved .date, .post.unapproved .btns > .btn, .post.unapproved .info, .post.unapproved .device, .post.unapproved .edited, .post.unapproved .signature, .post.unapproved .attachments, .post.unapproved .body {
	border-color: #c9caca;
	color: #7a7a7a;
}

.post.unapproved .head, .post.unapproved .btns > .btn {
	background: #f7f7f7;
	background: linear-gradient(to bottom, #f7f7f7, #edecec);
}

.post.unapproved .btns > .btn.status {
	background: #fdf1f1;
	background: linear-gradient(to bottom, #fdf1f1, #f2e4e4);
	border-color: #e5c0c0;
	color: #a85757;
}

.post.clicked {
	z-index: 20;
}

.post.hidden {
	display: none;
}

.post.selected .message {
	background: #edf6fd;
}

.post.selected .message:after {
	border-right-color: #edf6fd;
}

.noinfo .post .user {
	padding-bottom: 0;
}

.noinfo .post .body {
	min-height: 126px;
}

.modern .post {
	display: block;
	width: auto;
}

.modern .post .user {
	display: table-cell;
	width: auto;
	padding: 6px 0 5px 5px;
}

.modern .post .user > .btn {
	display: block;
	float: left;
	height: auto;
	margin: 2px 11px 0 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
	font-family: Verdana, sans-serif;
	transition: opacity 1s ease;
	opacity: 0.5;
	z-index: 1;
}

.modern .post .name {
	display: block;
	position: relative;
	overflow: visible;
	float: left;
	width: auto;
	height: auto;
	margin: 0 11px 0 0;
	padding: 0 5px 0;
	box-shadow: none;
	border-radius: 4px;
	font-size: 12px;
	line-height: 19px;
	z-index: 10;
}

.modern .post .name .tooltip {
	top: -9px;
	margin-left: 10px;
}

.modern .post .name .claim {
	top: -32px;
}

.modern .post .date {
	display: table-cell;
	transition: opacity 1s ease;
	opacity: 0.5;
	padding: 6px 0 5px;
}

.modern .post .date:before {
	content: 'w';
	top: -1px;
	margin-right: 0;
	font-size: 15px;
}

.modern .post .message {
	display: block;
}

.modern .post .message:before, .modern .post .message:after {
	display: none;
}

.modern .post .body {
	min-height: 90px;
}

.modern .post.ignored .body {
	min-height: 0;
}

.modern .post.ignored .user {
	display: none;
}

.modern .post:hover .user > .btn, .modern .post:hover .date {
	opacity: 1;
}

.compact .post .name {
	margin-right: 0;
	background: transparent;
	border-color: transparent;
}

.compact .post .name:hover {
	text-decoration: underline;
}

.compact .post .date {
	font-size: 11px;
}

.compact .post .date:before {
	display: none;
}

.editor {
	display: block;
	position: relative;
	background: #ffffff;
	border: 1px solid #d4dce2;
	border-radius: 7px;
	z-index: 10;
}

.editor > .row {
	display: block;
	width: auto;
	margin: 11px;
}

.editor > .row .label {
	min-width: 140px;
	padding: 5px 0;
}

.editor > .row .field {
	padding: 0 10px;
}

.editor > .row .toolbar {
	border: 1px solid #d4dce2;
}

.editor > .controls {
	margin: 11px;
}

.editor > textarea {
	border: 0;
}

.editor .toolbar {
	position: relative;
	padding-left: 5px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #edf2f7);
	border-bottom: 1px solid #d4dce2;
	border-radius: 6px 6px 0 0;
	*zoom: 1;
}

.editor .toolbar:after {
	display: table;
	content: '';
	clear: both;
}

.editor .toolbar i {
	display: block;
	position: relative;
	float: left;
	width: 28px;
	height: 32px;
	font-style: normal;
	vertical-align: top;
	cursor: pointer;
}

.editor .toolbar i:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 2px;
	width: 24px;
	height: 24px;
	background-image: url("../images/editor_icons.gif");
	background-repeat: no-repeat;
}

.editor .toolbar i:hover:before {
	opacity: 0.7;
}

.editor .toolbar i.ico_break {
	width: 10px;
	cursor: default;
}

.editor .toolbar .tooltip {
	bottom: 32px;
}

.editor .toolbar s {
	display: inline-block;
	width: 25%;
	padding: 5px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.editor .toolbar s:hover {
	opacity: 0.7;
}

.editor .toolbar + textarea {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.editor .menu > .btn {
	width: 20px;
	padding: 2px 6px;
}

.editor .menu > .btn:before {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}

.editor .menu .options:before {
	content: 'A';
}

.editor .menu .attach:before {
	content: 'y';
	font-size: 22px;
}

.editor .menu .notify:before {
	content: 'l';
	font-size: 19px;
}

.editor .menu .tooltip {
	bottom: 39px;
}

.editor .posticons {
	overflow: hidden;
	line-height: 16px;
}

.editor .posticons label {
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #45789e;
	vertical-align: top;
	cursor: pointer;
}

.editor .posticons input {
	visibility: hidden;
	position: absolute;
	left: -2000px;
}

.editor .posticons input:checked + label {
	background-color: #f6fafe;
	border-color: #bfd1de;
}

.files .file {
	display: table;
	width: 100%;
	margin-top: 11px;
}

.files .file:first-child {
	margin-top: 0;
}

.files .filename, .files .actions {
	display: table-cell;
	vertical-align: middle;
}

.files .actions {
	text-align: right;
	white-space: nowrap;
}

.files .filename {
	color: #2e5a7d;
}

.files .filename img, .files .filename span {
	font-size: 11px;
	vertical-align: middle;
}

.poll .item {
	display: table-row;
	width: 100%;
}

.poll .item > div {
	display: table-cell;
	top: 0;
	padding-top: 11px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

.poll .item:first-child > div {
	padding-top: 0;
}

.poll .item .bar {
	width: 100%;
	padding-left: 5px;
}

.poll .item .line {
	display: inline-block;
	max-width: 95%;
	padding: 0 22px 0 6px;
	background: #c18bbf;
	border-radius: 4px;
	font-size: 10px;
	line-height: 18px;
	color: #ffffff;
	white-space: nowrap;
}

.poll .item .userlist {
	display: block;
	margin: 2px 0 0 6px;
	font-size: 11px;
	font-weight: bold;
}

.poll .item:nth-child(4n+1) .line {
	background: #8badc1;
}

.poll .item:nth-child(4n+2) .line {
	background: #d07f7f;
}

.poll .item:nth-child(4n+3) .line {
	background: #918bc1;
}

.poll .centered {
	margin: 10px 0 5px;
}

.related h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.related td {
	padding: 8px 12px;
}

.usercp {
	display: table;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 11px;
	background: #f7f9fa;
	*zoom: 1;
}

.usercp:after {
	display: table;
	content: '';
	clear: both;
}

.usercp > div {
	display: table-cell;
	vertical-align: top;
}

.usercp > .menu {
	width: 200px;
	padding: 11px 0;
}

.usercp > .menu .title {
	display: block;
	position: relative;
	padding: 7px 11px 6px;
	background: #f6fafe;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border: 1px solid #bfd1de;
	border-top-width: 0;
	border-right-width: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #234661;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.usercp > .menu .item {
	display: block;
	padding: 5px 11px 6px;
	background-color: #ffffff;
	border: 1px solid #bfd1de;
	border-top-width: 0;
	border-right-width: 0;
	font-size: 12px;
	line-height: 16px;
	color: #234661;
	text-decoration: none;
}

.usercp > .menu .item:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	min-width: 16px;
	height: 16px;
	margin-right: 8px;
	background-image: url(../images/control_icons.gif);
	background-repeat: no-repeat;
	vertical-align: baseline;
}

.usercp > .menu .item:last-child {
	border-bottom-width: 1px;
}

.usercp > .menu .item.active, .usercp > .menu .item:hover {
	background-color: #ebf3fa;
	color: #000000;
}

.usercp > .menu .collapse {
	width: 15px;
	height: 15px;
	color: #60829f;
}

.usercp > .menu .collapse:before {
	font-size: 15px;
}

.usercp > .menu .collapsed .item {
	display: none;
}

.usercp > .menu > .title {
	border-top-width: 1px;
	border-top-left-radius: 7px;
}

.usercp > .content {
	background: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4dce2;
	border-radius: 7px;
	z-index: 1;
}

.usercp .block:last-child .item:last-child, .usercp .block:last-child.collapsed .title {
	border-bottom-left-radius: 7px;
}

.usercp .posts {
	background: #ffffff;
	border-radius: 7px;
}

.usercp .new_pm {
	font-weight: bold;
}

.usercp .user_avatar {
	float: left;
	margin: 0 10px 0 0;
}

.usercp .user_online a:first-child {
	color: #719c00;
}

.usercp .user_online, .usercp .user_offline {
	font-weight: bold;
}

.usercp .user_delete {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	color: #7598b3;
	vertical-align: baseline;
}

.usercp .user_delete:before {
	content: 'e';
	font-size: 12px;
	font-weight: normal;
}

.usercp .user_delete:hover {
	color: #ef7171;
}

.usercp .ico_minion:before, .usercp .ico_minioff:before {
	content: 'd';
	width: 15px;
	height: 15px;
	margin: 0;
	color: #439c1f;
}

.usercp .ico_minioff:before {
	content: 'e';
	color: #ff8d8d;
}

.usercp td.ico span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/control_icons.gif);
	background-repeat: no-repeat;
}

.usercp td.text a + p {
	margin-top: 3px;
	font-size: 12px;
}

.usercp td.name .expand {
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed;
	line-height: 15px;
	color: #2973ab;
	cursor: pointer;
}

.usercp td.name .expand:hover {
	border-bottom-color: transparent;
}

.usercp td.name .expand .tooltip {
	bottom: 20px;
}

.moderators {
	font-weight: normal;
}

.positive, .reputation_positive {
	color: #568e00;
}

.negative, .reputation_negative {
	color: #cc0000;
}

.neutral, .reputation_neutral {
	color: #656565;
}

#site {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	z-index: 1;
}

#container {
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 74px;
	z-index: 10;
}

#logo {
	display: block;
	position: absolute;
	top: 16px;
	left: 6px;
	width: 258px;
	height: 46px;
	background: url("../images/logo.png") 0 0 no-repeat;
	z-index: 1;
}

#user {
	position: absolute;
	top: 0;
	right: 0;
	background: #bbbbbb;
	border-bottom: 1px solid #f5f5f5;
	border-radius: 0 0 7px 7px;
	z-index: 2;
}

#user > div, #user form {
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 6px 0 6px 6px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #999999;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	color: #ffffff;
}

#user form {
	display: none;
}

#user .input, #user .button, #user a {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 3px 7px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #878787;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#user .button, #user a {
	background: #b2b2b2;
	background: linear-gradient(to bottom, #bababa, #a8a8a8);
	color: #f2f2f2;
	cursor: pointer;
}

#user .button:hover, #user a:hover {
	background: #a8a8a8;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	color: #ffffff;
}

#user .input {
	width: 120px;
	height: 23px;
	padding: 0 7px;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	font-weight: normal;
	line-height: 23px;
	text-shadow: none;
}

#user .input:focus, #user .input:active {
	box-shadow: 0 0 3px rgba(20, 111, 181, 0.6) inset;
	border-color: #2880c3;
}

#user .user {
	margin-right: 0;
	border-radius: 5px 0 0 5px;
}

#user .green {
	background: #97b349;
	background: linear-gradient(to bottom, #b1ca67, #92ab4c);
	border-color: #728d29;
	color: #fafef1;
}

#user .green:hover {
	background: #90ab45;
}

#user .logout {
	border-left: 0;
	border-radius: 0 5px 5px 0;
}

#user .register:before {
	content: 'c';
}

#user .enter:before {
	content: 'd';
}

#user .cancel:before {
	content: 'e';
}

#user .user:before {
	content: 'h';
}

#user .login:before {
	content: 'a';
}

#user .logout:before {
	content: 'm';
	margin-right: 4px;
}

#menu {
	position: relative;
	min-height: 37px;
	background: #6195bd;
	background: linear-gradient(to bottom, #6195bd, #436f90);
	border: 1px solid #3c6380;
	border-radius: 10px 10px 0 0;
	z-index: 2;
}

#menu:after {
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	height: 2px;
	background: #97b349;
	border: 1px solid #677e26;
	border-top-color: #365973;
	z-index: 1;
}

#menu a {
	display: block;
	position: relative;
	height: 27px;
	padding: 4px 20px 0;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #c3dbe5;
	text-decoration: none;
	text-shadow: 0 1px 0 #225882;
}

#menu b {
	display: inline-block;
	position: relative;
	height: 14px;
	top: -1px;
	margin: 0 -3px 0 5px;
	padding: 0 4px;
	background: #b86e5f;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #8d4e4e;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.25;
	text-shadow: none;
}

#menu > ul {
	display: block;
	position: absolute;
	top: 3px;
	right: 220px;
	left: 3px;
	height: 33px;
	z-index: 10;
}

#menu > ul > li.active > a, #menu > ul > li:hover > a {
	color: #ffffff;
	text-shadow: 0 1px 0 #7d9833;
}

#menu > ul > li.active > a:after, #menu > ul > li:hover > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	background: #97b349;
}

#menu li {
	display: block;
	float: left;
	height: 31px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
}

#menu li.active, #menu li:hover {
	background: #97b349;
	background: linear-gradient(to bottom, #b9d56d, #97b349);
	border-color: #365973;
}

#menu li.active b, #menu li:hover b {
	background: #9c5c4f;
	border-color: #824141;
}

#menu li.active ul {
	display: block;
	position: absolute;
	top: 34px;
	left: -4px;
	padding: 4px 0 0 6px;
	background: #97b349;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	border: 1px solid #677e26;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	z-index: 10;
}

#menu li li {
	height: 22px;
	margin: 1px 6px 5px 0;
	background: #87a33b;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid #728d29;
	border-radius: 4px;
}

#menu li li:hover, #menu li li.active {
	background: #728d27;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	border: 1px solid #60781e;
}

#menu li li a {
	height: 19px;
	padding: 1px 7px;
	font-size: 12px;
	line-height: 167%;
	color: #f1f7df;
	text-shadow: 0 1px 0 #729415;
}

#menu form {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#menu .sitemap {
	display: block;
	position: absolute;
	top: 37px;
	right: -1px;
	left: auto;
	padding: 0 6px;
	background: #97b349;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	border: 1px solid #677e26;
	border-top: 0;
	border-radius: 0 0 7px 7px;
	z-index: 10;
}

#menu .sitemap a {
	display: block;
	height: 19px;
	margin: 5px 0;
	padding: 1px 7px;
	background: #87a33b;
	background: linear-gradient(to bottom, #97b349, #7e9c30);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid #728d29;
	border-radius: 4px;
	font-size: 12px;
	line-height: 167%;
	color: #f1f7df;
	text-decoration: none;
	text-shadow: 0 1px 0 #729415;
}

#menu .sitemap a:hover {
	background: #728d27;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	border: 1px solid #60781e;
}

#nav {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: #f7f9fa;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border: 1px solid #b2c8d8;
	border-radius: 7px;
	cursor: default;
	z-index: 1;
}

#nav ul {
	display: block;
	overflow: hidden;
	border-radius: 7px 0 0 7px;
	list-style: none;
	padding-right: 220px;
}

#nav li {
	display: table-cell;
	white-space: nowrap;
}

#nav li:first-child {
	border-radius: 7px 0 0 7px;
}

#nav li:first-child a:before, #nav li:first-child a:after, #nav li:first-child span:before, #nav li:first-child span:after {
	left: -10%;
	width: 110%;
}

#nav a, #nav span {
	display: block;
	position: relative;
	height: 20px;
	padding: 6px 15px 6px 15px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #174160;
	text-decoration: none;
	text-shadow: 0 1px 0 #fafbfc;
	z-index: 1;
}

#nav a:before, #nav a:after, #nav span:before, #nav span:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, #f6fafe, #e6edf4);
	border-right: 1px solid #89b6d8;
	transform: skewX(35deg);
	z-index: -1;
	-moz-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	-webkit-transform: skewX(35deg);
}

#nav a:before, #nav span:before {
	top: auto;
	bottom: 0;
	background: linear-gradient(to bottom, #ecf1f6, #e5ecf2);
	transform: skewX(-35deg);
	-moz-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	-webkit-transform: skewX(-35deg);
}

#nav a:hover, #nav span {
	text-shadow: 0 1px 0 #f3f7fa;
}

#nav a:hover:before, #nav span:before {
	background: #dde9f5;
	background: linear-gradient(to bottom, #dde9f5, #d2e0ef);
}

#nav a:hover:after, #nav span:after {
	background: #dde9f5;
	background: linear-gradient(to bottom, #eaf4fc, #dde9f5);
}

#nav input[type="text"] {
	top: 4px;
	right: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
	border-color: #a3c2da;
}

#nav input[type="submit"] {
	top: 5px;
}

#content {
	position: relative;
	padding-top: 49px;
}

#footer {
	display: table-row;
	position: relative;
	width: 100%;
	height: 1px;
	color: #ffffff;
}

#footer a {
	color: #fefefe;
}

#footer .footer_inner {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 34px;
	background: #6195bd;
	background: linear-gradient(to bottom, #6195bd, #436f90);
	border: 1px solid #3c6380;
	border-radius: 10px 10px 0 0;
}

#footer .links {
	padding: 6px;
}

#footer .links a {
	display: inline-block;
	padding: 2px 6px;
	background: #5a8cb3;
	background: linear-gradient(to bottom, #5a8cb3, #497799);
	border: 1px solid #3b6383;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #f0f6fa;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#footer .links a:hover {
	background: #497799;
}

#footer .debug {
	position: absolute;
	top: 1px;
	right: 6px;
	font-size: 11px;
	line-height: 1.4;
	text-align: right;
}

#footer #li {
	position: absolute;
	top: 1px;
	right: 10px;
}

#scroll_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 4px 8px;
	background: #aaaaaa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
	border: 1px solid #777777;
	border-right: 0;
	border-bottom: 0;
	border-radius: 8px 0 0 0;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
}

#scroll_top:hover {
	background-color: #bbbbbb;
}

.ico_normal {
	background-position: 0 0;
}

.ico_lock {
	background-position: 0 -20px;
}

.ico_lock_pin {
	background-position: 0 -40px;
}

.ico_pin {
	background-position: 0 -60px;
}

.ico_hot {
	background-position: 0 -80px;
}

.ico_hot_lock {
	background-position: 0 -100px;
}

.ico_hot_pin {
	background-position: 0 -120px;
}

.ico_hot_lock_pin {
	background-position: 0 -140px;
}

.ico_flame {
	background-position: 0 -160px;
}

.ico_flame_lock {
	background-position: 0 -180px;
}

.ico_flame_lock_pin {
	background-position: 0 -200px;
}

.ico_flame_pin {
	background-position: 0 -220px;
}

.ico_dot {
	background-position: 0 -240px;
}

.ico_dot_lock {
	background-position: 0 -260px;
}

.ico_dot_lock_pin {
	background-position: 0 -280px;
}

.ico_dot_pin {
	background-position: 0 -300px;
}

.ico_dot_hot {
	background-position: 0 -320px;
}

.ico_dot_hot_lock {
	background-position: 0 -340px;
}

.ico_dot_hot_pin {
	background-position: 0 -360px;
}

.ico_dot_hot_lock_pin {
	background-position: 0 -380px;
}

.ico_dot_flame {
	background-position: 0 -400px;
}

.ico_dot_flame_lock {
	background-position: 0 -420px;
}

.ico_dot_flame_lock_pin {
	background-position: 0 -440px;
}

.ico_dot_flame_pin {
	background-position: 0 -460px;
}

.ico_moved {
	background-position: 0 -480px;
}

.ico_important {
	background-position: 0 -500px;
}

.ico_video:before {
	background-position: 0 0;
}

.ico_img:before {
	background-position: 0 -24px;
}

.ico_smile:before {
	background-position: 0 -48px;
}

.ico_quote:before {
	background-position: 0 -72px;
}

.ico_spoiler:before {
	background-position: 0 -96px;
}

.ico_code:before {
	background-position: 0 -120px;
}

.ico_url:before {
	background-position: 0 -144px;
}

.ico_link:before {
	background-position: 0 -168px;
}

.ico_b:before {
	background-position: 0 -192px;
}

.ico_i:before {
	background-position: 0 -216px;
}

.ico_u:before {
	background-position: 0 -240px;
}

.ico_s:before {
	background-position: 0 -264px;
}

.ico_h2:before {
	background-position: 0 -288px;
}

.ico_h3:before {
	background-position: 0 -312px;
}

.ico_break:before {
	background-position: 1px -336px;
}

.ico_announce:before {
	background-position: 0 0;
}

.ico_attach:before {
	background-position: 0 -16px;
}

.ico_avatar:before {
	width: 35px;
	background-position: 0 -32px;
}

.ico_banning:before {
	background-position: 0 -49px;
}

.ico_drafts:before {
	background-position: 0 -65px;
}

.ico_editlists:before {
	background-position: 0 -81px;
}

.ico_editprofile:before {
	background-position: 0 -97px;
}

.ico_email:before {
	width: 35px;
	background-position: 0 -113px;
}

.ico_empty:before {
	background-position: 0 -130px;
}

.ico_fsubscribe:before {
	background-position: 0 -146px;
}

.ico_home:before {
	background-position: 0 -162px;
}

.ico_ipsearch:before {
	background-position: 0 -178px;
}

.ico_modlogs:before {
	background-position: 0 -194px;
}

.ico_modqueue:before {
	background-position: 0 -210px;
}

.ico_name:before {
	width: 35px;
	background-position: 0 -226px;
}

.ico_notepad:before {
	background-position: 0 -243px;
}

.ico_options:before {
	background-position: 0 -259px;
}

.ico_password:before {
	width: 35px;
	background-position: 0 -275px;
}

.ico_pmedit:before {
	background-position: 0 -292px;
}

.ico_pmexport:before {
	background-position: 0 -308px;
}

.ico_pmfolder:before {
	background-position: 0 -324px;
}

.ico_pmnew:before {
	background-position: 0 -340px;
}

.ico_pmsub:before {
	width: 35px;
	background-position: 0 -356px;
}

.ico_pmtrack:before {
	background-position: 0 -373px;
}

.ico_pmtrash:before {
	width: 35px;
	background-position: 0 -390px;
}

.ico_profile:before {
	background-position: 0 -406px;
}

.ico_reports:before {
	background-position: 0 -422px;
}

.ico_signature:before {
	width: 35px;
	background-position: 0 -438px;
}

.ico_subscribe:before {
	background-position: 0 -455px;
}

.ico_usergroups:before {
	background-position: 0 -471px;
}

.ico_viewprofile:before {
	background-position: 0 -487px;
}

.ico_warninglogs:before {
	background-position: 0 -503px;
}

.ico_new_pm {
	background-position: 0 -518px;
}

.ico_old_pm {
	background-position: 0 -534px;
}

.ico_fw_pm {
	background-position: 0 -551px;
}

.ico_re_pm {
	background-position: 0 -567px;
}

@media only screen and (max-width: 1240px) {
	#container, #footer .footer_inner {
		width: 98%;
		max-width: 1000px;
	}
	.controls.justify {
		text-align: center;
		margin: 0;
	}
	.controls.justify > div, .controls.justify > form {
		display: inline;
		font-size: 0;
		line-height: 0;
	}
	.controls.justify > div > .btn, .controls.justify > form > .btn {
		margin: 0 5px 10px;
	}
}

@media only screen and (max-width: 940px) {
	body {
		min-width: 320px;
	}
	select {
		vertical-align: middle;
	}
	.justify {
		line-height: 36px;
	}
	.justify .browsing, .justify .moderators {
		margin-top: 5px;
		line-height: 18px;
	}
	.justify b, .justify select, .justify input, .justify .btn {
		vertical-align: middle;
	}
	.justify form, .justify div {
		vertical-align: middle;
		text-align: center;
	}
	.wrapper > .justify {
		line-height: 36px;
	}
	.moderation, td.spacer, .subtitle > form {
		text-align: center;
		line-height: 36px;
	}
	#menu ul {
		right: 0;
	}
	#menu .sitemap {
		display: none;
	}
	#menu li.active ul {
		right: -1px;
	}
	.search input[type="text"] {
		width: 145px;
	}
	.wrapper > .title {
		padding-right: 190px;
	}
	.wrapper > .title .rename {
		right: 182px;
	}
	.box.medium, .wrapper.medium {
		width: auto;
	}
}

@media only screen and (max-width: 800px) {
	#nav ul {
		padding-right: 10px;
	}
	#nav a, #nav span {
		font-size: 12px;
		padding: 6px 10px 6px 10px;
	}
	.usercp {
		display: block;
		width: auto;
	}
	.usercp > div {
		display: block;
	}
	.usercp .menu {
		padding-top: 0;
		width: auto;
	}
	.usercp .menu .title, .usercp .menu .item {
		border-right-width: 1px;
	}
	.usercp .menu > .title {
		border-radius: 7px 7px 0 0;
	}
	.usercp .block:last-child .item:last-child, .usercp .block:last-child.collapsed .title {
		border-radius: 0 0 7px 7px;
	}
}

@media only screen and (max-width: 640px) {
	table td.date, table th.date, table td.name, table th.name {
		width: auto;
		white-space: normal;
	}
	table:last-child tr:last-child td.status + td {
		border-bottom-left-radius: 7px;
	}
	input[type="text"], input[type="password"] {
		width: 200px;
	}
	select {
		max-width: 220px;
	}
	#header {
		z-index: 1;
	}
	#menu form {
		top: -36px;
	}
	#menu input[type="text"] {
		border-color: #bfbfbf;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
		color: #777777;
	}
	#menu input[type="submit"] {
		color: #777777;
	}
	.forums .last, .forums .status, .threads .last, .threads .status {
		display: none;
	}
	.forums .info {
		border-right: 0;
	}
	.forums tr:last-child td.info {
		border-bottom-right-radius: 7px;
	}
	.threads .stats {
		display: none;
	}
	.threads td[colspan="2"] ~ .mod {
		display: none;
	}
	.post .user {
		display: block;
		width: auto;
		top: 0;
		left: 0;
		position: absolute;
	}
	.modern .post .user {
		position: relative;
	}
	.post .name {
		padding: 6px 5px;
		width: 90px;
		border-radius: 6px 0 0 0;
	}
	.post .avatar, .post .group, .reply .post .user, .post .user > .btn, .post .message:before, .post .message:after {
		display: none;
	}
	.post .head > :first-child {
		padding-left: 110px;
	}
	.modern .post .head > :first-child {
		padding-left: 0;
	}
	.post .head .btns {
		white-space: normal;
		padding-bottom: 0;
		padding-left: 0;
	}
	.post .head .btns > .btn, .post .head .btns input[type="checkbox"] {
		margin-bottom: 5px;
	}
	.post .url input[type="text"] {
		width: 186px;
	}
	.post .message {
		display: block;
	}
	.post .body {
		min-height: 0;
	}
	.posts .box {
		margin-left: 0;
	}
	.usercp .post .user {
		display: none;
	}
	.usercp .posts .box {
		margin-left: 0;
	}
	.usercp .post .head > :first-child {
		padding-left: 10px;
	}
	.row .label, .editor > .row .label {
		padding-left: 5px;
		min-width: 130px;
	}
	.wrapper .search input[type="text"] {
		width: 95px;
	}
	.wrapper > .title {
		padding-right: 120px;
	}
	.wrapper > .title .rename {
		display: none;
	}
	.box.small, .wrapper.small {
		width: auto;
	}
	.tooltip, .post .likes .tooltip {
		min-width: 150px;
		max-width: 280px;
	}
	.justify {
		text-align: center;
	}
	.justify div + .buttons > .btn {
		margin: 10px 5px 0;
	}
	.table {
		display: block;
		overflow-y: visible;
		overflow-x: scroll;
	}
	#col_stats + .btns {
		display: none;
	}
	#footer .debug {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	input[type="text"], input[type="password"] {
		width: 180px;
	}
	select {
		max-width: 160px;
	}
	#header {
		overflow: hidden;
		height: 112px;
	}
	#logo {
		position: relative;
		margin: 0 auto;
		left: 0;
		top: 50px;
	}
	#user {
		right: 50%;
		transform: translateX(50%);
		text-align: center;
		max-width: 100%;
	}
	#user > div, #user form {
		padding: 6px 6px 0;
		white-space: nowrap;
	}
	#user .input, #user .button, #user a {
		display: inline-block;
		float: none;
		margin: 0 2px 6px;
	}
	#user .logout {
		border-radius: 5px;
		border-left: 1px solid #777777;
	}
	#user .user {
		border-radius: 5px;
	}
	#user .input {
		width: 90px;
	}
	#user .button {
		display: block;
		float: left;
		margin-left: 6px;
	}
	#menu form {
		display: none;
	}
	#menu a {
		padding: 4px 8px 0;
	}
	#nav + .justify .buttons {
		display: none;
	}
	.post .name {
		font-size: 11px;
		width: 60px;
	}
	.post .date {
		font-size: 11px;
		padding-right: 0;
		white-space: nowrap;
	}
	.post .head > :first-child {
		padding-left: 80px;
	}
	.post .signature, .post .edited, .post .attachments {
		font-family: Tahoma, sans-serif;
	}
	.post .body .title {
		font-family: Tahoma, sans-serif;
	}
	.wrapper .search {
		display: none;
	}
	.wrapper > .title {
		padding-right: 11px;
	}
	.btn.big {
		font-family: Arial, sans-serif;
		padding: 2px 6px 1px;
		height: auto;
		line-height: 19px;
	}
	.btn.big.blue, .btn.big.olive, .btn.big.red {
		height: auto;
		line-height: 19px;
	}
	input.btn.big {
		height: 24px;
		padding: 0 6px;
		line-height: 15px;
	}
	input.btn.big.blue, input.btn.big.olive, input.btn.big.red {
		height: 24px;
	}
	.pagination {
		padding: 2px 0;
	}
	.pagination span, .pagination a, .pagination .go {
		padding: 0 3px;
		height: 17px;
		line-height: 16px;
	}
	.pagination .next:before, .pagination .prev:before {
		font-size: 12px;
		line-height: 18px;
	}
	.pagination .go:before {
		width: 13px;
		height: 17px;
		font-size: 13px;
		line-height: 18px;
	}
	.row {
		display: block;
		box-sizing: border-box;
		padding: 1px 10px;
	}
	.row .field, .row .label, .editor > .row .field, .editor > .row .label, .tooltip .row .field, .tooltip .row .label {
		display: block;
		text-align: left;
		padding: 0;
		margin: 6px 0;
		min-width: 0;
	}
	.row .label + .text, .row .label + .field label:first-child {
		padding: 0;
	}
	.editor .toolbar {
		margin-bottom: 6px;
	}
	.editor > .row {
		margin: 0 0 6px;
	}
	.editor > .row .field {
		margin-bottom: 0;
	}
	.tooltip .row .label, .tooltip .row .field {
		margin: 0;
	}
}

/*# sourceMappingURL=style.css.map */