.hint, [data-hint] {
	position: relative;
	display: inline-block;
}
  
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
    opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}
	
.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
	visibility: visible;
	opacity: 1;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}
.hint:after, [data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
}

.hint--top:before {
	border-top-color: #383838;
}

.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--left:before {
	border-left-color: #383838;
}

.hint--right:before {
	border-right-color: #383838;
}

.hint--top:before {
	margin-bottom: -12px;
}

.hint--top:after {
	margin-left: -18px;
}

.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom:before {
	margin-top: -12px;
}

.hint--bottom:after {
	margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint, [data-hint] {
}

.hint:after, [data-hint]:after {
	text-shadow: 0 -1px 0px black;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 4px;
}

.hint--no-animate:before, .hint--no-animate:after {
	-webkit-transition-duration: 0ms;
	-moz-transition-duration: 0ms;
	transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

html, body {
	margin: 0;
	padding: 0;
	background: #060505 url(../../../images/BlackPlayers/background.png) no-repeat fixed center top;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	color: #e4dddd;
	background-size: 100% 100%;
}

a, input, textarea, button, .button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

a:link, a:visited {
	color: #e4dddd;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

input, textarea {
	border: none;
	background: rgba(250, 250, 250, 0.1);
	border: 1px solid #222;
	padding: 10px 15px;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	border-radius: 3px;
	color: #e4dddd;
}

.login-box label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.login-box input[type=radio], .login-box input[type=checkbox] {
	display: none;
}

.login-box label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	background-color: #636468;
}

.login-box .radio label:before {
	border-radius: 8px;
}

.login-box .checkbox label {
	margin-bottom: 10px;
}

.login-box .checkbox label:before {
    border-radius: 3px;
}

.login-box input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    background: #636468;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.login-box input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background: #636468;
	font-size: 13px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

button, .button {
	background: #4c4e53;
	padding: 9px 16px;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}

button:hover, button:focus, .button:hover, .button:focus{
	background: #636468;
	outline: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.color-theme {
	color: #4bb67d;
}

.main-conteiner {
	width: 80%;
	min-width: 960px;
	margin: 0 auto;
}

.main-header {
	background: none;
	background-size: cover;
	height: 50px;
	line-height: 77px;
	color: #e4dddd;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.10);
	text-transform: uppercase;
	background-repeat: repeat;
}

.main-header a:link, .main-header a:visited {
	color: #e4dddd;
}

.main-header a:hover, .main-header a:active {
	color: #fff;
}

.main-header-body {
	background: none;
	background-size: cover;
	min-height: 220px;
}

.logo {
	width: 330px;
	height: 200px;
	margin-right: 30px;
}

.logo h1 {
	text-indent: -999em;
}

.logo a {
	display: block; width: 330px; height: 200px;
}

.main-menu {
	font-size: 12px;
}

.main-menu>ul>li {
	display: block;
	float: left;
	position: relative;
	background: #3a1b09;
	font-weight: bold;
	font-size: 16px;
}

.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited {
	height: 74px;
	line-height: 74px;
	display: block;
	float: left;
	padding: 0 35px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
	text-transform: uppercase;
	background: url(../../../images/BlackPlayers/img_panel.jpg) no-repeat;
	background-size: cover;
}

.main-menu>ul>li>a:hover, .main-menu>ul>li>a:active {
	color: #e4dddd;
	background-color: rgba(250, 250, 250, 0.04);
	border-bottom: 3px solid #224e91;
}

.line {
 	border-left: 1px solid rgba(250, 250, 250, 0.04);
	border-right: 1px solid rgba(250, 250, 250, 0.04);
}

.line-right {
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

.login-box {
	display: none;
	position: absolute;
	top: 123px;
	right: 157px;
	width: 300px;
    background: #232324;
    border: solid 5px #686868;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	padding: 20px;
    text-transform: none;
	z-index: 9999;
	font-size: 14px;
}

.login-box h2 {
	margin-bottom: 10px;
	font-weight: 400;
}

.login-box .input-wraper {
	position: relative;
	margin-bottom: 10px;
}

.login-box .input-wraper .txt-icon {
	position: absolute;
	font-size: 14px;
	top: 14px;
	left: 15px;
}

.login-box .input-wraper input.txt-field {
	display: block;
	width: 250px;
	padding-left: 30px;
	border: solid 1px #4c4e53;
	background: #333;
}

.login-box button {
	width: 300px;
	background: #4c4e53;
	padding: 9px 16px;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.login-box button:hover {
	background: #636468;
	outline: 0;
}

.login-close a:link,  .login-close a:visited {
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    border-radius: 3px;
}

.login-close a:hover, .login-close a:active, .login-close a:focus {
	background: #6d7d83!important;
}

.login-close a i {
    line-height: inherit;
    color: #fff;
}

ul.login-menu {
    margin-top: 20px;
}

ul.login-menu li {
    display: block;
    margin-top: 5px;
}

ul.login-menu li a {
    background: none!important;
}

.user-panel {
	font-size: 14px;
	margin-top: 90px;
	min-width: initial;
}

.user-panel>ul>li {
	display: block;
	float: left;
	position: relative;
	font-weight: 700;
	margin-right: 5px;
	border-radius: 3px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	background: #686868; 
}

.user-panel>ul>li>a:link, .user-panel>ul>li>a:visited {
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	padding: 0 15px;
	color:#fff;
}

.user-panel>ul>li>a:hover, .user-panel>ul>li>a:active {
	color: #fff;
	box-shadow: inset 0px -100px 0px 0px rgba(0,0,0,0.1);
	outline: 0;
}

.user-panel>ul>li>ul {
    position: absolute;
    display: none;
    top: 32px;
    right: -0px;
    width: 200px;
    background: #232324;
    border: solid 5px #686868;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
    z-index: 9997;
	font-weight: 200;
}

.user-panel>ul>li>ul>li>a {
	display: block;
	padding: 5px 0;
}

.user-panel>ul>li>ul>li {
    display: block;
}

.user-panel>ul>li>ul>li>a:link, .user-panel>ul>li>ul>li>a:visited {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: solid 1px #353535;
}

.user-panel>ul>li>ul>li>a:hover, .user-panel>ul>li>ul>li>a:active {
	color: #fff;
}

.user-name, .guest-login, .guest-register, .threads, .posts, .birthdays {
	text-transform: initial;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 50px;
	width: 50px;
	font-size: 35px;
	text-align: center;
}

.forum_status i {
	display: inline-block;
	line-height: 50px;
}

.forum_on {
	color: #348e1d;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #fff;
}

.forum_off i {
	opacity: .4;
}

.forum_offlock i:before {
	content: "\f023";
}

.forum_offlink i:before {
	content: "\f0c1";
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/BlackPlayers/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_miniofflock {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #e4dddd;
	font-size: 13px;
}

.tborder {
	width: 100%;
	margin: auto auto;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid #1A1A1A;
	padding: 3px;
	border-radius: 6px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: url(../../../images/BlackPlayers/img_panel.jpg) repeat-x;
	color: #e4dddd;
	height: 55px;
	line-height: 55px;
	padding: 0px 10px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.04);
	text-transform: initial;
	border-radius: 5px;
	font-size: 17px;
	text-shadow: 1px 1px 1px #fefefe;
	font-family: 'Oswald', sans-serif;
	background-size: cover;
}

.thead a:link {
	color: #e4dddd;
	text-decoration: none;
}

.thead a:visited {
	color: #e4dddd;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #e4dddd;
	text-decoration: none;
}

.cat-link {
	margin-left: 50px;
	line-height: 55px;
}

.cat-icon {
	margin-top: 7px;
	width: 40px;
	height: 40px;
	background: #0d3470;
	left: 0px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
}

.cat-icon i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.cat-icon::before {
	font-size: 16px;
	color: #fff;
	font-family: "FontAwesome";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.expcolimage {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0.3);
	border-radius: 6px;
	margin-top: 13px;
}

.expcolimage:hover {
	background: rgba(0,0,0,0.5)
}

.expcolimage img {
	padding:8px 0px;
}

.tcat {
	background: rgba(0,0,0,0.1);
	color: #e4dddd;
	font-size: 12px;
	padding: 8px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #fff;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}

.ver_sub li {
width: 50%;
float: left;
}


.trow1 {
	padding: 10px;
	border-bottom: 1px solid rgba(250,250,250,0.1);
	border-top: 1px solid rgba(250,250,250,0.04);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.trow2 {
	padding: 10px;
	border-bottom: 1px solid rgba(250,250,250,0.04);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.text_ctrl {
	font-weight: bold;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted, .post.deleted_post {
	background: #E8DEFF;
}

.trow_selected, tr.trow_selected td {
	background: #141414;
	color: #fff;
}

.trow_selected a:link, .trow_selected a:visited, .trow_selected a:hover, .trow_selected a:active {
	color: #fff;
}

.trow_sep {
	background: #141414;
	color: #e4dddd;
	border-bottom: 1px solid #1e1e1e;
	padding: 6px;
	font-size: 12px;
}

.tfoot {
	border-top: 1px solid #141414;
	padding: 5px;
	background: rgba(0,0,0,0.1);
	color: #e4dddd;
	border-radius: 0 5px;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
		text-transform: uppercase;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox, .thead select {
	border: 1px solid #263c30;
}

.navigation_bg {
  background: none;
  padding: 0;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #e4dddd;
  font-weight: 200;
}

.navigation {
	color: #e4dddd;
	font-size: 13px;
}

.navigation i {
	background: #161616;
	color: #e4dddd;
	font-size: 14px;
	width: 30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	margin-right: 5px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #e4dddd;
}

.post_star {
	background: #111;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 1px #222;
	-moz-box-shadow: 0px 2px 1px #222;
	box-shadow:  0px 2px 1px #222;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 5px solid #222;
	border-radius: 6px;
	margin: 0;
}

fieldset.trow1, fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: rgba(250, 250, 250, 0.04);
	color: #ffffff;
	border: 1px solid rgba(250, 250, 250, 0.04);
	padding: 10px 5px;
	outline: 0;
	font-size: 13px;
}

textarea {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border: 1px solid #222;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #333;
	padding: 3px;
	border: 3px solid #111;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #e4dddd;
	border-radius: 3px;
}

button, input.button {
	padding:6px;
	cursor: pointer;
	font-size: 13px;
	background: rgba(250,250,250,0.1);
	color: #fff;
	outline: 0;
}

button:hover, input.button:hover {
	opacity: 0.9;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #e4dddd;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #222;
	margin: 0;
	background: #141414;
	padding: 10px;
	border-radius: 3px;
	border-left: 3px solid #224e91;
}

blockquote cite {
	border-bottom: 1px solid #222;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	color: #e4dddd;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #1b1b1b;
	border: 1px solid #222;
	border-left: 3px solid #348e1d;
	padding: 10px;
	color: #e4dddd;
	border-radius: 3px;
}

.codeblock .title {
	border-bottom: 1px solid #222;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	color: #e4dddd;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #111;
	border: 3px solid #222;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	margin: 10px 0px;
}

.red_alert {
	background: #111;
	border: 3px solid #222;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	margin: 5px 0px;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active  {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/BlackPlayers/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	background: #333;
	font-size: 13px;
	padding: 5px;
	border-radius: 3px;
	box-shadow:  2px 2px 2px #111;
}

.pagination .pagination_current, .pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #333;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	padding: 5px;
	box-shadow:  2px 2px 2px #111;
}

.pagination .pagination_current {
	background: #224e91;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	box-shadow:  2px 2px 2px #111;
}

.pagination a:hover {
	background: #555;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #222;
	border: 1px solid #111;
	outline: 1px solid #111;
	padding: 0px 10px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend {
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	margin: 0;
	border-radius: 0px;

}

.thread_legend dd {
	padding: 5px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.usericon-online {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}

.post-list {
  font-size: 12px;
  text-align: left;
  margin: 5px auto 0 auto;
  width: 100%;
}

.post-list>div {
	height: 20px;
	color: #e4dddd;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #222;
	margin: 4px 0px;
}

.post-list i {
	background: #0d3470;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: inherit;
	font-size: 12px;
	text-align: center;
	margin-right: 4px;
	margin-right: 10px;
	float: left;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.post-list>div:hover {
	background: #;
}

.post-list>div span {
	background: #222;
	float: right;
	height: 20px;
	min-width: 10px;
	padding: 0 5px;
	text-align: center;
	color: #e4dddd;
	font-weight: 200;
}

.post {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	overflow: hidden;
}

.post.classic .post_author {
	border-top: 1px solid #222;
	float: left;
	width: 10%;
	margin: 0 1% 15px 0;
	padding: 5px 1%;
	height: 100%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	background: #373737;
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 90px;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #fefefe;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #444;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #222;
	padding: 10px;
	font-size: 13px;
}

.post .post_head span.post_date {
	color: #e4dddd;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 77%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link, .post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover, .post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	margin-bottom: 5px;
}

.postbit_buttons > a:link, .postbit_buttons > a:visited {
	display: inline-block;
	padding: 8px;
	margin: 1px;
	font-size: 13px;
	background: #161616;
	border: 1px solid #222;
	color: #e4dddd;
	border-radius: 90px;
}

.postbit_buttons > span > i, .postbit_buttons > a > i {
	font-size: 15px;
	padding: 0px 1px;
}

.postbit_buttons > a:hover {
	background: #333;
}

a.button:link, a.button:visited {
	background: #686868;
	color: #fff;
	display: inline-block;
	padding: 6px;
	margin: 2px 2px 6px 2px;
	border-bottom: 3px solid #348e1d;
	font-size: 14px;
}

a.button:active, a.button:hover {
	opacity: 0.9;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

.quick_jump {
	background: url(../../../images/BlackPlayers/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/BlackPlayers/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

.forum-stats {
}

.forum-stats h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	color: #d2d2d2;
	padding: 5px 15px 10px 15px;
}

.border-grey {
	border-bottom: dashed 1px #343434;
}

.boardstats {
	margin: 10px auto;
	text-align: center;
}

.boardstats>ul>li {
	width: 18%;
	display: block;
	float: left;
	margin: 1%;
	padding: 5px 0px; 
	background: rgba(250, 250, 250, 0.06);
	border-bottom: 3px solid #none;
}

.boardstats>ul li.last-child {
	box-shadow: none;
}

.boardstats>ul>li p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardstats p.largetext {
    font-size: 24px;
    color: #fff;
	font-weight: 100;
}

.boardstats p.smalltext {
    font-size: 13px;
    color: #e4dddd;
    text-transform: uppercase;
}

.forum-statsbox p {
	padding: 3px 15px;
}

.forum-statsbox {
    padding: 10px 0;
}

.thead_stats {
	padding: 6px 0px 5px 5px;
	font-size: 15px;
	color: #e4dddd;
	border-top: 1px solid rgba(250,250,250,0.1);
	border-bottom: 1px solid rgba(250,250,250,0.1);
	font-weight: 200;
}

.stats_trow {
	padding: 10px;
}

.stats_icon {
	background: #171717;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-right: 10px;
	border-radius: 6px;
}

.stats_trow i {
	line-height: 45px;
	font-size: 30px;
	color: #e4dddd;
}

#footer { 
	margin: 0 auto;
	background:#222; 
	height: 99px;
	border-top: 3px solid #224e91;
}

#footer .left {
	float: left;
	font-size: 13px;
	color: #e4dddd;
	padding-top:25px;
}

#footer .right {
	float: right;
	text-align: center;
	margin: 25px 30px 0px 0px;
}

#footer .right a {
	color: #fff;
	font-size: 11px;
}

.footer_top {
	background: #224e91;
	height: 45px;
	width: 45px;
	text-align: center;
	box-shadow: inset 0px -23px 0px 0px rgba(0,0,0,0.1);
}

.footer_top i {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
}

.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

.center .jGrowl-notification, .center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

@media print {
	.jGrowl {
		display: none;
	}
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	transform: translateX(-50%) translateY(-50%);
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/BlackPlayers/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/BlackPlayers/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #fff;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #222;
	font-size: 11px;
	text-align: left;
	border: solid 1px #111;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #e4dddd;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #222;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #111;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #e4dddd;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #111;
	background-color: #111;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: #333;
	font-weight: normal;
	border: none;
	color: #777;
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff;
}

/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 16px; background: url(../../../images/BlackPlayers/img_panel.jpg) no-repeat; background-size: cover; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0 -8px 0 0; font-size: 13px; }
#shoutbox .head .right a { padding: 8px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { border-top: solid 1px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #FEFEFE; background: rgba(0, 0, 0, 0.8);}
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FEFEFE; color: #FEFEFE; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; background: rgba(0, 0, 0, 0.7); }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: 1px solid rgba(250,250,250,0.1); }
#shoutbox .entry > div {border-top: 1px solid rgba(250,250,250,0.1); }
#shoutbox .entry:last-child > div { border-bottom: none; }
#shoutbox .entry > div { display: table-cell; padding: 6px; }

#shoutbox .avatar { height: 22px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #FEFEFE; word-break: break-all; word-wrap: break-word; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle; }
#shoutbox .info a { color: white; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }
