*,
::after, 
::before {
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 700;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clrflt, .clear {
	clear: both;
}
.clear-fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear-fix {
	zoom: 1;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
.no_brdr {
	border: 0 none !important;
}
header, nav, section, article, aside, footer, hgroup {
	display: block;
}
a {
	color: #000;
	text-decoration: none;
	outline: 0 none;
}
a:hover, .clickable:hover {
	color: #aaa;
	text-decoration: none;
}
.ttg-faq a.scroller {
	font-size: 13px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
body {
	background: #F5F5F5 url(/themes/v5/images/body-bg.png) repeat;
	color: #000;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
	height:100%;
}
.flt_lt {
	float: left;
	display: inline;
}
.flt_rt {
	float: right;
	display: inline;
}
html {
	line-height: 1.15;
	margin: 0 auto;
	height: 100%;
	margin-bottom: 1px;
	min-height: 101%;
	text-rendering: optimizeLegibility!important;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}
/* ------------------ LAYOUT HERE ------------------ */
.main-wrapper {
	margin: 0 auto;
	position:relative;
	min-height: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.main_content {
	padding:0 0 393px 0;
	margin: 0 10px;
}
/* ------------------ TOPBAR HERE ------------------ */
.top_bar {
	display: block;
	margin: 0 auto;
	padding: 0;
	-webkit-animation: fadein .8s;
	-moz-animation: fadein .8s;
	-ms-animation: fadein .8s;
	-o-animation: fadein .8s;
	animation: fadein .8s;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Blinker */
@keyframes blinker {
	50% { opacity: 0; }
}
/* Firefox < 16 */
@-moz-keyframes blinker {
	50% { opacity: 0; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes blinker {
	50% { opacity: 0; }
}
/* Internet Explorer */
@-ms-keyframes blinker {
	50% { opacity: 0; }
}
/* Opera < 12.1 */
@-o-keyframes blinker {
	50% { opacity: 0; }
}
.blink {
	animation: blinker 1s linear infinite;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-corner {
	background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c3c3c3;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #d7d7d7;
}
::-webkit-scrollbar-track {
	background-color: #f2f2f2;
}
::-webkit-scrollbar-track-piece {
	background-color: #f2f2f2;
}
.followus-on {
	float: left;
	margin: 0;
	padding: 9px 0 9px 0;
}
.followus-on ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.followus-on ul li {
	float: left;
	margin: 0 16px 0 0;
	padding: 0;
	position: relative;
}
.followus-on ul li a {
	display: block;
	width: 16px;
	height: 16px;
}
.login {
	float: right;
	margin: 0;
	padding: 7px 0 7px 0;
}
.login ul {
	display: block;
	padding: 0;
	margin: 0;
}
.login ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #2e2e2e;
	line-height: 20px;
	float: left;
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
	border-right: 2px solid #aaa;
}
.login ul li a:hover,
.login ul li a.active {
	color: #d0520e;
}
/* ------------------ HEADER HERE ------------------ */
header {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	background: #252525;
	display: inline-block;
	height:75px;
	overflow:hidden;
}
.head-top {
	position: fixed;
	top: 34px;
	z-index: 19;
}
.head-top-bar {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	background-color: #f1f1f2;
}
.header-in {
	display: block;
	position: relative;
}
.logo {
	float: left;
	margin: 0 189px 0 0;
	padding: 7px 0 6px 0;
	display: block;
}
.logo img {
	display: block;
	margin: 0;
	padding: 0;
}
.search {
	float: right;
	margin: 14px 0 0 0;
	padding: 0;
	display: block;
	width: 42px;
	height: 42px;
	color: #fff;
	border: 2px solid #aaa;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	outline: none;
}
.search:hover {
	border: 2px solid #fff;
}
.search.act {
	border: 2px solid #fff;
}
.site-search {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	background: #252525;
	padding: 10px 0 10px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.site-search .site-search-input {
	width: 100%;
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #9f9f9f;
	font-style: italic;
	line-height: 55px;
	height: 55px;
	outline: none;
	border: none;
	background: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.trans {
	width: 1148px !important;
}
.trans .site-search-input {
	width: 1108px;
	padding: 0 20px;
}
.menu {
	display: none;
	color: #f4f5f6;
}
/* ----------------- NAVIGATION HERE ---------------- */
nav {
	display: block;
	float: left;
	margin: 0;
}
nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: block;
	float: left;
	margin: 0;
}
nav ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 19px;
	padding: 28px 15px 28px 15px;
	display: block;
	color: #f4f5f6;
}
nav ul li a:hover,
nav ul li a.active {
	color: #147bdb;
	background: #000000;
}
/* ---------------- LEFT CONTENT HERE --------------- */
.lft-content {
	width: 860px;
	float: left;
	margin: 0 0 79px 0;
}
.lft-cont-top {
	display: block;
	margin: 0 0 30px 0;
}
.whats-going {
	display: block;
	float: left;
	width: 447px;
	height: 310px;
	overflow: hidden;
}
.whats-going h2 {
	border-bottom: solid 2px #8d8d8e;
	margin: 2px 0 20px 0;
}
.whats-going .recent-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #2e2e2e;
	padding: 0 0 9px 0;
	border-bottom: solid 1px #8d8d8e;
	margin: 0 0 3px 0;
	display: block;
	letter-spacing: -0.4px;
}
.whats-going ul {
	display: block;
	margin: -3px 0 0 0;
	padding: 0;
}
.whats-going ul li {
	border-bottom: solid 1px #d4d4d5;
	display: flex;
	margin: 0 0 15px 0;
	padding: 0 0 0 11px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.whats-going ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	padding: 0 0 4px 0;
}
.whats-going ul li a:hover,
.whats-going ul li a.active {
	color: #147bdb;
}
.whats-going ul li p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #414141;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 4px 0;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.whats-going ul li p .right-chat {
/*
	position:absolute;
	right:0;
	top:10px;
*/
	float: right;
	margin-left: 10px;
}
/*
.whats-going ul li a strong {
	width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}
.whats-going.posts ul li a strong {
	width: 450px;
}
.whats-going ul li a.prefix-link + a strong {
	width: 315px;
}
.whats-going ul li a.prefix-link-long + a strong {
	width: 275px;
}
.whats-going.posts ul li a.prefix-link + a strong {
	width: 400px;
}
.whats-going.posts ul li a.prefix-link-long + a strong {
	width: 360px;
}
*/
.ticker-timeline {
	/*height: 240px;*/
	overflow: hidden;
	position: relative;
}
.posts .ticker + .ticker + .ticker + .ticker + .ticker {
    display: none;
}
.latest-videos {
	float: right;
	margin: 0;
	width: 373px;
	position: relative;
}
.latest-videos h2 {
	border-bottom: solid 2px #8d8d8e;
	margin: 2px 0 20px 0;
}
.latest-videos h2 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #2e2e2e;
	padding: 0 0 9px 0;
	border-bottom: solid 1px #8d8d8e;
	margin: 0 0 3px 0;
	display: block;
	letter-spacing: -0.4px;
}
.latest-videos-controls {
	position: absolute;
	top: -8px;
	right: 0;
}
.latest-videos ul {
	display: block;
	margin: 0;
	padding: 0;
}
.latest-videos ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
}
.latest-videos ul li a {
	display: block;
	position: relative;
}
.latest-videos ul li a img {
	display: block;
	padding: 0;
	margin: 0;
}
.latest-videos-fade {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/themes/v5/images/transparancy.png) repeat;
	color: #fffefe;
	/*display: none;*/
	width: 100%;
	height: 49px;
}
.latest-videos-desc {
	padding: 5px;
	display: block;
}
/*.latest-videos ul li a:hover .latest-videos-desc { display:block; }*/

.mid-add {
	margin: 0 0 30px 0;
	padding: 0;
}
.mid-add img {
	display: block;
	padding: 0;
	margin: 0;
}
/* ----------------- TABS CONTENT HERE ---------------- */
.tabs-sec {
	margin: 0;
	padding: 0;
}
.tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #147bdb;
}
.tabs-nav ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.tabs-nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	margin: 0;
}
.tabs-nav ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #424242;
	line-height: 19px;
	padding: 11px 20px 8px 20px;
	display: block;
}
.tabs-nav ul li.current a {
	background: #147bdb;
	color: #fff;
}
.tabs-cont {
	margin: 0 0 30px 0;
	padding: 0 0 36px 0;
	border-bottom: solid 2px #cdcece;
}
.forums .tabs-cont {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.game-one {
	background: #fff;
	padding: 20px;
}
.game-one-lft {
	width: 200px;
	position: relative;
	margin: 0 20px 0 0;
	float: left;
	overflow:hidden;
}
.game-one-lft img {
	display: block;
	padding: 0;
}
.game-one-lft ul {
	/*width: 71px; 2 icons*/
	position: absolute;
	bottom: 1px;
	right: 0;
}
.game-one-lft ul li {
	background: url(/themes/v5/images/transparancy.png) no-repeat 0 0;
	margin: 0 1px 0 0;
	float: left;
}
.game-one-lft ul li a {
	display: block;
}
.game-one-lft ul li a span.comment-number {
	width: 35px;
	height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 35px;
}
.game-one-lft ul li a span.comment-number.red {
	color: #D0520E;
}
.game-one-lft ul li a span.story-plus {
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 35px;
}
.game-one-lft ul li a img {
	display: block;
	margin: 0 auto;
	padding: 12px 11px 11px 12px;
}
.game-one:hover .story-thumb {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.story-thumb {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.game-one-rht {
	float: left;
	width: 600px;
}
.game-one-rht h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 29px;
	line-height: 36px;
	padding: 5px 0 14px 0;
	color: #000000;
	letter-spacing: -0.3px;
}
.game-one-rht p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #2e2e2e;
	letter-spacing: -0.2px;
}
.game-two {
	background: none;
}
.game-one:hover h2 a {
	color: #147bdb;
}
.news-load {
	margin-top: 20px;
}
/* --------------- RIGHT CONTENT HERE -------------- */
.rht-content {
	width: 300px;
	float: right;
	margin: 0;
}
.ttg-home .rht-content {
	margin: 0;
}
.add2 {
	display: block;
	/*margin: 0 0 28px 0;*/
}
.add2 > div > div > div,
.add2 > div > div > iframe {
	margin: 0 0 28px 0;
}
.add2 img {
	display: block;
	margin: 0;
	padding: 0;
}
.side-blocks {
	display: block;
	position: relative;
	margin: 0 0 28px 0;
	color: #2e2e2e;
}
.side-blocks h2 {
	border-bottom: solid 2px #8d8d8e;
	margin: 2px 0 20px 0;
}
.side-blocks h2 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #2e2e2e;
	padding: 0 0 9px 0;
	border-bottom: solid 1px #8d8d8e;
	margin: 0 0 3px 0;
	display: block;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}
.side-blocks ul, .scdkey-card ul {
	display: block;
	margin: -8px 0 0 0;
	padding: 0 0 0 11px;
}
.side-blocks ul li, .scdkey-card ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.side-blocks ul li a, .scdkey-card ul li a,
.side-blocks ul li .sb-num, .scdkey-card ul li .sb-num {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.side-blocks ul li a, .scdkey-card ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.side-blocks ul li a.block-comm {
	line-height: 24px;
}
.block-meta {
	padding-left: 24px;
}
/* ------------------ FOOTER HERE -------------------- */
footer {
	background: #252525;
	margin: 0 auto;
	padding: 45px 0 45px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.footer-lft {
	float: left;
	margin-right: 15px;
}
.footer-lft-top {
	border-bottom: solid 1px #515151;
	margin: 0 0 4px 0;
	padding: 0 0 34px 0;
	display: block;
}
.the-tech-game {
	float: left;
	display: block;
	padding: 0;
}
.the-tech-game h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #e2e2e2;
	line-height: 19px;
	padding: 0;
	margin: 0 0 30px 0;
}
.the-tech-game ul {
	display: block;
	float: left;
	width: 144px;
}
.the-tech-game ul li {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}
.the-tech-game ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #a1a5a9;
	display: inline-block;
}
.the-tech-game ul li a:hover {
	color: #f4f5f6;
}
.site-info {
	float: left;
	margin: 0 69px 0 -5px;
	padding: 0;
	width: 208px;
}
.site-info h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #e2e2e2;
	line-height: 19px;
	padding: 0;
	margin: 0 0 28px 0;
	text-align: center;
}
.site-info-in {
	display: block;
	background: url(/themes/v5/images/shape-bg.png) no-repeat center top;
	padding: 40px 0 40px 0;
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	border-radius: 4px;
	width:220px;
	/*height:88px;*/
}
.site-info-in h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #a1a5a9;
	text-align: center;
	padding: 0 0 1px 0;
}
.site-info-in h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #f4f5f6;
	line-height: 28px;
	text-align: center;
	padding: 0 0 16px 0;
}
.site-info-in a {
	color: #a1a5a9;
	margin: 0 0 0 88px;
}
.site-info-in a:hover {
	color: #f4f5f6;
}
.site-info-in a.orange {
	float: right;
	margin: 0 88px 0 0;
}
.site-info-in a.orange:hover {
	color: orange;
}
.site-info-in ul {
	position: relative;
	margin: 0;
	padding: 0;
	width:780px;
	margin-left:-170px;
	list-style: none;
}
.site-info-in ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
	text-align: center;
}
.members {
	display: block;
	float: left;
	margin: 0;
	width: 300px;
}
.members-in {
	position: relative;
	width: 100%;
}
.members h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #e2e2e2;
	line-height: 19px;
	padding: 0;
	margin: 0 0 28px 0;
}
.members ul {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.members ul li {
	display: block;
	margin: 0 0 13px 0;
}
.members ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #a1a5a9;
	line-height: 15px;
	display: inline-block;
}
.members ul li a:hover {
	color: #f4f5f6;
}
.footer-lft-btm {
	margin: 0;
	padding: 0;
}
.footer-lft-btm p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #5b5b5b;
	line-height: 28px;
	padding: 7px 0 0 0;
	float: left;
}
.footer-lft-btm a {
	display: block;
	float: right;
}
.footer-lft-btm a img {
	display: block;
	padding: 0;
	width:120px;
	height:auto;
}
.footer-rht {
	/*float: right;
	margin: 0;*/
	float: left;
	/*margin: 0 0 0 35px;*/
}
.footer-rht h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #e2e2e2;
	line-height: 19px;
	padding: 0;
	margin: 0 0 28px 0;
}
.footer-rht a {
	display: block;
}
.footer-rht a img {
	display: block;
	margin: 0;
	padding: 0;
}
/* ------------- FORUM-LIGHT PAGE CONTENT HERE( INNER1 ) ------------- */
.inner-header {
	margin: 0 auto;
	display: block;
}
.forums {
	display: block;
	margin: 0px 0px 10px 0px;
}
.forums-nav {
	display: inline-block;
	margin: 0 0 10px 0;
	width: 100%;
}
.forums-nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
.forums-nav ul li {
	float: left;
	margin: 0 34px 0 0;
	display: block;
}
.forums-nav ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #676767;
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0 0 0;
	text-transform: uppercase;
	display: block;
	background: none;
}
.forums-nav ul li a:hover,
.forums-nav ul li a.active {
	color: #2e2e2e;
}
/* ---------------- FORUMS CONTENT HERE ( TOPICS ) ------------- */
.forums-cont {
	display: block;
	margin: 0;
	padding: 0;
}
.topic {
	display: block;
	float: left;
	margin: 0 0 40px 0;
	width: 576px;
}
.topic h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #424242;
	padding: 0 0 12px 0;
	border-bottom: solid 5px #2e2e2e;
	letter-spacing: -0.2px;
	text-transform:uppercase;
}
.topic-full {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 15px;
}
.topic-full h2 {
	border-color:#147BDB;
}
.topic-in {
	display: block;
	background: #fff;
}
.topic-in h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 33px;
	color: #676767;
	padding: 0 0 0 19px;
	border-bottom: solid 1px #e6e6e6;
}
.topic-in ul {
	float: left;
	margin: 0;
	display: block;
	width: 288px;
	border-right: solid 1px #e6e6e6;
	padding: 15px 0 14px 0;
}
.topic-in ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: solid 1px #e6e6e6;
}
.topic-in ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 37px;
	color: #212324;
}
.topic-in ul li a:hover {
	color: #147BDB;
}
.topic-in ul.rht-list {
	width: 287px;
	border: none;
}
.topic-in h4 {
	background: #dddfe1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #676767;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	padding: 0 19px 0 0;
}
.topic-in h4 span {
	display: inline-block;
	padding: 0 23px 0 0;
}
.topic-in h4 a {
	color: #676767;
}
h4.cat-stats {
	background: #dddfe1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #676767;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	padding: 0 19px 0 0;
}
h4.cat-stats span {
	display: inline-block;
	padding: 0 23px 0 0;
}
h4.cat-stats a {
	color: #676767;
}
.topic2 {
	float: right;
}
.topic3 h2 {
	color: #5aa34e;
	border-color: #5aa34e;
}
.topic3 ul li a:hover {
	color: #5aa34e;
}
.topic4 {
	float: right;
}
.topic4 h2 {
	color: #376baa;
	border-color: #376baa;
}
.premium {
	float: none;
	display: block;
	width: auto;
}
.premium h2 {
	color: #d0520e;
	border-color: #d0520e;
}
.premium ul {
	width: 600px;
}
.premium ul.rht-list {
	width: 599px;
}
.premium ul.rht-list li {
	padding: 0 0 0 43px;
}
.premium ul li a:hover {
	color: #d0520e;
}
.recent-sec {
	display: block;
	margin: 0 -10px;
	background: url(/themes/v5/images/transparancy2.png) repeat;
	padding: 27px 0 0 0;
}
.posts {
	width: 577px;
	/*padding: 0 0 22px 0;*/
	height: 332px;
}
.posts ul li {
	position: relative;
}
.hot {
	float: right;
}
/* -------------- FORUM-LIGHT PAGE CONTENT HERE(INNER2) ------------- */
.forums-nav2 {
	margin: 0 0 22px 0;
}
.game-index {
	display: block;
	margin: 0 0 10px 0;
	background: url(/themes/v5/images/transparancy2.png) repeat;
	padding: 0 0 0 20px;
}
.game-index ul {
	display: block;
	margin: 0;
	padding: 0;
}
.game-index ul li {
	display: block;
	margin: 0 7px 0 0;
	padding: 10px 0;
	/*padding: 0 15px 0 0;
	background: url(/themes/v5/images/fwd-arrow.png) no-repeat right center;*/
	float: left;
}
.game-index ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #444444;
	line-height: 13px;
	padding: 9px 0 8px 0;
	/*display: block;*/
	letter-spacing: -0.1px;
}
.game-index ul li a.active {
	font-weight: 700;
}
/* --------------- NEW TOPIC CONTENT HERE  ------------- */
.new-topic {
	display: block;
	margin: 0 auto 10px;
}
.new-topic .pages-holder:only-child {
	margin: 0;
}
.new-topic-new {
	float: left;
}
.new-topic-new ul {
	display: block;
	margin: 0;
	padding: 0;
}
.new-topic-new ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
.new-topic-new ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	text-align: center;
	padding: 0 0 0 0;
	background: #000000;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new-topic-new ul li a:hover {
	background: #d0500f;
}
.new-topic-new ul li a.blue {
	background: #147bdb;
}
.new-topic-new ul li a:hover {
	background: #252525;
}
.new-topic-new ul li a.quick {
	background: #dadada;
	color: #676767;
}
.new-topic-new ul li a:hover {
	color: #fff;
}
.new-topic-new ul li a.quick:hover {
	background: #676767;
}
.general {
	display: block;
	margin: 0 0 20px 0;
}
.general h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #424242;
	padding: 0 0 9px 0;
	border-bottom: solid 5px #147bdb;
	letter-spacing: -0.2px;
}
.general ul {
	display: block;
	margin: 0;
	padding: 0;
}
.tab_white .general ul {
	margin: 0;
}
.general ul li.forum-row,
.general ul li.author,
.general ul li.sticky,
.general ul li.sticky-row,
.general ul li.data-row {
	width: 100%;
	display: flex;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2e2e2e;
	background: #fff;
	float: left;
	border-bottom: solid 1px #e6e6e6;
}
.general ul li h3.top-head {
	width: 629px;
	font-size: 13px;
	font-weight: 700;
	border-left: solid 10px #81cb45;
	padding: 15px 10px;
	display: inline-block;
	float: left;
}
.general ul li span.desc {
	font-size: 11px;
	padding: 3px 0px 0px;
	display: block;
}
.general ul li span.top-head,
.general ul li div.top-head {
	width: 165px;
	display: inline-block;
	float: left;
	padding: 15px 0px 0px;
}
.general ul li em.top-head {
	width: 161px;
	display: inline-block;
	float: left;
	padding: 15px 0px 0px;
}
.general ul li small.top-head {
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 210px;
	padding: 15px 0px 0px;
}
.general ul li.author {
	background: #252525;
	font-size: 12px;
	color: #fff;
	border-bottom: 0 none;
	line-height: 22px;
}
.general ul li.author h3 {
	padding: 4px 0px 4px 20px;
	width: 629px;
	border: none;
	user-select: none;
}
.general ul li.author span,
.general ul li.author div {
	padding: 4px 0px 4px 0px;
}
.general ul li.author em {
	width: 161px;
	padding: 4px 0px 4px 0px;
}
.general ul li.author small {
	font-size: 12px;
	padding: 4px 0px 4px 0px;
	line-height: inherit;
}
.general ul li small.top-head time {
	display:inline-block;
	margin-bottom:5px;
}
.general ul li.sticky {
	background: url(/themes/v5/images/pattetn-bg.png) repeat-x;
	border-bottom: 0 none;
	text-transform: uppercase;
}
.general ul li.sticky-row {
	border-bottom: 0 none;
	padding: 10px 0;
}
.general ul li.sticky-row h3 {
	border: 0 none;
}
.general ul li.sticky h3 {
	font-size: 0.9em;
	background: none;
	border: none;
	padding: 8px 20px;
}
.general ul li.no-new-posts h3,
.tables.status-table tr.no-new-posts {
	border-color: #c4c4c4;
}
.general ul li.new-posts-locked h3,
.tables.status-table tr.new-posts-locked {
	border-color: #ff6e27;
}
.general ul li.no-new-posts-locked h3,
.tables.status-table tr.no-new-posts-locked {
	border-color: #e1a0a0;
}
.general ul li.new-posts-popular h3,
.tables.status-table tr.new-posts-popular {
	border-color: #d26262;
}
.general ul li.no-new-posts-popular h3,
.tables.status-table tr.no-new-posts-popular {
	border-color: #f89254;
}
.general ul li.global-announcement h3,
.tables.status-table tr.global-announcement {
	border-color: #D0520E;
}
.general ul li.new-global-announcement h3,
.tables.status-table tr.new-global-announcement {
	border-color: #F59663;
}
.general ul li.announcement h3,
.tables.status-table tr.announcement {
	border-color: #FFA500;
}
.general ul li.new-announcement h3,
.tables.status-table tr.new-announcement {
	border-color: #F1BE60;
}
.general ul li.post-sticky h3,
.tables.status-table tr.post-sticky {
	border-color: #37A237;
}
.general ul li.new-post-sticky h3,
.tables.status-table tr.new-post-sticky {
	border-color: #45E445;
}
.tables.status-table tr.rank-special {
	border-color: #147BDB;
}
.tables.status-table tr.rank-posts {
	border-color: #5DD70C;
}
.general.search-row ul li h3.top-head {
	width: 500px;
}
.general.search-row.guest ul li h3.top-head {
	width: 350px;
	font-weight:700;
}
.general.search-row ul li em.top-head {
	width: 131px;
}
.general.search-row ul li small.top-head {
	width: 160px;
}
.general.search-row ul li span.top-head {
	width: 350px;
	font-weight:700;
}
.general.pm-row ul li h3.top-head {
	width: 680px;
	padding-right: 10px;
}
.general.pm-row ul li.forum-row h3.top-head {
	padding: 6px 10px 6px 9px;
}
.general.pm-row ul li.forum-row h3.top-head div.overhide {
	overflow:hidden;
}
.general.pm-row ul li span.top-head {
	width: 175px;
}
.general.pm-row ul li em.top-head {
	width: 185px;
}
.general.pm-row ul li small.top-head {
	width: 120px;
}
.general.sr-posts-row ul li h3.top-head {
	width: 200px;
}
.general.sr-posts-row ul li div.top-head {
	width: 970px;
	padding: 0px;
}
.general.sr-posts-row ul li.forum-row h3.top-head {
	border-color: transparent;
}
.general.sr-posts-row ul li.forum-row div.top-head {
	line-height:normal;
}
.general.sr-posts-row ul li.sticky-row h3.top-head {
	padding: 0 0 0 20px;
}
.general.sr-posts-row ul li.sticky-row div.top-head {
	line-height: normal;
}
.general.archives-row ul li h3.top-head {
	width: 839px;
}
.general.fr-row ul li.forum-row {
	border: 0;
}
.general.fr-row ul li h3.top-head {
	width: 70px;
	padding-right: 10px;
	border: 0 none;
	padding: 5px 3px;
	text-align:center;
}
.general.fr-row ul li span.top-head {
	width: 200px;
	line-height:normal;
	padding: 5px 3px;
}
.general.fr-row ul li em.top-head {
	width: 320px;
	line-height: 20px;
	padding: 5px 3px;
}
.general.fr-row ul li h3.top-head .user-avatar,
.mini-profile .user-avatar,
.stat-col .user-avatar,
.img-round {
	border-radius:50%;
}
.general.fr-row ul li small.top-head {
	width: 120px;
}
.general.fr-row ul li.forum-row small.top-head {
	padding: 20px 0 0 0;
}
.forum-row .like-sec ul {
	margin: 0 0 0 5px;
}
.top-head p {
	margin-bottom: 5px;
}
.users {
	display: block;
	border: solid 1px #d0d1d1;
	padding: 7px 0 10px 20px;
	margin: 0 0 10px 0;
}
.users span.user-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 400;
}
.new-posts {
	background: #fff;
	margin: 0 auto 10px;
	padding: 10px 0 9px 0;
}
.new-posts2 {
	margin: 0 auto 119px;
}
.new-posts ul {
	display: block;
	margin: 0 0 0 20px;
	float: left;
}
.new-posts ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 196px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #424242;
	padding: 0 0 0 0;
}
.new-posts ul li span {
	display: block;
	width: 15px;
	height: 15px;
	background: #81cb45;
	margin: 0 8px 0 0;
	border-radius: 50%;
	float: left;
}
.new-posts ul li small {
	float: left;
	font-size: 16px;
}
.new-posts ul li.no-new-posts span {
	background: #c4c4c4;
}
.new-posts ul li.new-posts-locked span {
	background: #ff6e27;
}
.new-posts ul li.no-new-posts-locked span {
	background: #e1a0a0;
}
.new-posts ul li.new-posts-popular span {
	background: #d26262;
}
.new-posts ul li.no-new-posts-popular span {
	background: #f89254;
}
/* ------------ POSTBIT-LIGHT PAGE CONTENT HERE ( INNER3) --------- */
/* ------------ NEW USER JOINED HERE CONTENT HERE  ---------------- */
.forums2 {
	position: relative;
}
.back-to-top {
	position: absolute;
	bottom: 0;
	right: 34px;
}
.post-row {
	display: block;
	padding: 0;
	margin: 0 0 39px 0;
}
.post-row-top {
	border-bottom: solid 5px #147bdb;
	margin: 0;
}
.post-row-top .pages-holder {
	margin:0 0 5px 0;
}
.post-row-top h2 {
	display: block;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #424242;
	line-height: 19px;
	padding: 0 0 9px 0;
}
.right-icons {
	background: #147bdb;
	padding: 8px 0 4px 0;
	float: right;
}
.right-icons ul {
	display: block;
	padding: 0;
	margin: 0 0 0 9px;
}
.right-icons ul li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.right-icons ul li a {
	display: block;
}
.right-icons ul li a img {
	display: block;
	margin: 0;
	padding: 0;
}
.right-icons ul li a.ip {
	width: 16px;
	height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 16px;
	background: #147bdb;
}
.right-icons ul li a.ip:hover {
	background: #fff;
	color: #000;
}
.post-posted {
	float:left;
	margin:5px 0;
}
.post-row-middle {
	background: url(/themes/v5/images/pattetn-bg.png) repeat-x;
	padding: 10px 0 0 0;
}
.username-sec {
	display: block;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
}
.mini-gold-badge {
	position: absolute;
	top: 0;
	left: -10px;
}
.username-lft {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
}
.username-lft img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}
.username-lft span.fa.user-avatar {
	font-size:7em;
}
.username-rht {
	float: left;
	margin: -2px 0 0 0;
	position: relative;
}
.user-drop {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #000000;
	padding: 0;
	display: inline-block;
	margin: 0 0 5px 0;
	cursor: pointer;
}
.user-details {
	float: right;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	color: #424242;
}
.user-details.motto {
	max-width:300px;
	word-wrap: break-word;
}
.user-yearly-member {
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #2e2e2e;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align:center;
	margin: 0 5px 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.user-yearly-member.dbl {
	padding-right: 1px;
}
/* --------------- THANK TOU FROM CONTENT HERE  ------------- */
.post-row-bottom {
	background: #fff;
	margin: -20px 0 0 0;
	padding: 29px 0 0 0;
}
.post-row-bottom .posting_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2e2e2e;
	padding: 10px 20px 20px 20px;
	min-height: 50px;
	word-wrap: break-word;
}
.posting_area .posting_table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.row1.post-row-bottom {
	margin: 0;
}
.like-sec {
	border-top: solid 1px #e5e5e5;
	padding: 10px 0 10px 0;
	display: block;
}
.like-sec ul {
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
}
.like-sec ul li {
	float: left;
	margin: 0 20px 0 0;
}
.like-sec ul li span.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #8a8a8a;
	line-height: 16px;
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
}
.like-sec ul li.admin {
	margin: 0 20px 0 0;
	float: right;
	position: relative;
}
.like-sec ul li.admin ul {
	margin: 0;
	position: absolute;
	top: 16px;
	left: 0;
	background: #fff;
	padding: 10px;
	width: 152px;
	display: none;
	box-shadow: 0 0 12px -1px #ccc;
}
.row1 .like-sec ul {
	margin: 0 0 0 5px;
}
.thank-you-form {
	margin: 0 5px 0 0;
	padding: 0 1px 1px 0;
	display: table;
	height: 100%;
}
.thank-you-form h2 {
	padding: 0 19px 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.6px;
	height: 100%;
}
.thank-users {
	width: 1000px;
	background: url(/themes/v5/images/body-bg.png) repeat;
	float: right;
}
.thank-users-holder {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #8a8a8a;
	padding: 10px;
}
.mod-tools {
	background-color: #fff;
	padding: 2px 3px;
	border: solid 1px #d0d1d1;
	width: 30px;
	text-align: center;
}
/* ------- PROFILE-LIGHT PAGE CONTENT HERE (INNER4) ------ */
.profile-member {
	display: block;
	margin: 0 auto;
	padding: 9px 0 119px 0;
}
.user-avatar-mini {
	width:45px;
	height:45px;
}
/* -------------- LEFT CONTENT HERE  --------------------- */
.member-left {
	float: left;
	margin: 0;
	width: 740px;
}
.member-left-top {
	background: #fdfdfd;
	border-right: solid 10px #5dd70c;
	display: block;
	padding: 0 0 10px 90px;
	position: relative;
	margin: 0 0 20px 0;
}
.member-left-top.offline {
	border-right-color: #c4c4c4;
}
.member-left-top.online {
	border-right-color: #5dd70c;
}
.member-left-top h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #2e2e2e;
	padding: 7px 0 0 0;
	float: left;
}
.member-left-top h2 small {
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #424242;
	display: block;
}
.member-left-top a.profile-stats {
	display: block;
	float: right;
	margin: 10px 15px 0 0;
	cursor: pointer;
	width: 32px;
	height: 8px;
}
.member-left-top span.profile-avatar {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -4px;
	top: -14px;
	text-align: center;
}
.member-left-top span.profile-avatar img {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	display: block;
}
.member-left-top ul.user-menu {
	background: #fff;
	padding: 4px 8px 7px 8px;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 11;
	display: none;
	box-shadow: 0 3px 12px -1px #ccc;
	right:-10px;
}
.member-left-top ul.user-menu li {
	width: 50%;
	float: left;
	margin-bottom:5px;
	border-bottom: solid 1px #d4d4d4;
	padding: 0 5px 2px 0;
	font-size: 13px;
	line-height: 25px;
	color: #2e2e2e;
	font-weight: 400;
}
.member-left-top ul.user-menu li em {
	font-style: normal;
	font-weight: 700;
	display: inline-block;
}
.member-left-top .member-gold {
	float:right;
	margin:10px 60px 0 0;
}
.banner {
	display: block;
	margin: 0 0 20px 0;
}
.banner img {
	display: block;
	margin: 0 auto;
}
.member-left-mdl {
	display: block;
	background: #fff;
	padding: 20px 20px 15px 20px;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.member-left-mdl .fa-trash {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.member-left-mdl:hover .fa-trash {
	opacity: 1;
	color: #CF3434;
}
.avatar {
	display: block;
	margin: 0 0 24px 0;
	text-align:center;
}
.avatar img {
	margin: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	float: left;
}
.avatar-tools {
	float: left;
	width: 70px;
	height: 70px;
}
.member-left-mdl h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	color: #147bdb;
	padding: 13px 0 0 10px;
	float: left;
	text-align: left;
}
.member-left-mdl h2 span.comment-time {
	font-weight: 400;
	display: block;
	line-height: 20px;
	font-size: 13px;
	color: #676767;
}
.member-left-mdl p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2e2e2e;
}
.member-nav {
	position: absolute;
	top: -25px;
	left: 90px;
}
.member-nav span {
	margin: 0 10px 0 0;
}
.acc-reply {
	margin: 30px 30px 0 30px;
}
.acc-reply h4 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #bfbfbf;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	color: #147bdb;
}
.acc-reply-inner {
	margin: 5px 0 10px 10px;
}
.acc-reply-inner p {
	margin: 0 0 0 10px;
}
.acc-reply-inner-meta {
	margin: 0 0 10px 0;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	display: block;
	line-height: 13px;
	font-size: 13px;
	color: #676767;
}
.wall-tools, .plain-box {
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
}
.wall-tools h2 {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	color: #147bdb;
}
.wall-tools span.fa-refresh {
	float: right;
}
span.fa-refresh {
	color: #147bdb;
}
.comments-holder {
	width: 100%;
}
.comment-block {
	display: block;
	background: #fff;
	padding: 20px 20px 15px 20px;
	margin: 0 0 10px 0;
	position: relative;
}
.comment-avatar {
	display: block;
	margin: 0 0 24px 0;
	text-align: center;
}
.comment-avatar .user-avatar {
	float: left;
	margin: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	float: left;
}
.comment-block h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	color: #147bdb;
	padding: 13px 0 0 10px;
	float: left;
	text-align: left;
}
.comment-block h2 span.comment-time {
	font-weight: 400;
	display: block;
	line-height: 13px;
	font-size: 13px;
	color: #676767;
}
.comment-block .comment-post {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2e2e2e;
	padding: 0 0 12px 0;
	word-wrap: break-word;
}
.comment-block .comment-tools {
	float: right;
	margin: 0;
}
.comment-block .comment-tools span {
	margin: 0 8px;
}
.comment-block .like-sec {
	padding: 10px 0 0 0;
	display: block;
}
.comment-block .like-sec ul {
	display: block;
	padding: 0;
	margin: 0;
}
/* -------------- RIGHT CONTENT HERE  --------------*/
.member-rht {
	float: right;
	margin: 0;
	padding: 0;
	width: 430px;
	position: relative;
}
.video {
	display: block;
	margin: 0 0 30px 0;
}
.video img {
	display: block;
	padding: 0;
	margin: 0;
}
.member-last-login {
	position: absolute;
	top: -25px;
	right: 0;
	font-weight: 700;
}
.friends,
.medals,
.user-links,
.profile-links {
	background: #fff;
	padding: 20px 20px 10px 20px;
	position: relative;
	margin: 0 0 26px 0;
}
.friends h2,
.medals h2,
.user-links h2,
.profile-links h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #212324;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #bfbfbf;
	margin: 0 0 20px 0;
}
.friends ul {
	display: block;
	padding: 0;
	margin: 0 62px 0 0;
	width: 160px;
	float: left;
}
.medals ul,
.user-links ul,
.profile-links ul {
	display: block;
	padding: 0;
	margin: 0 20px 0 0;
	width: 185px;
	float: left;
}
.friends ul li,
.medals ul li,
.user-links ul li,
.profile-links ul li {
	display: block;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.friends ul li a {
	display: block;
	float: left;
	margin: 0 9px 0 3px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
}
.friends ul li h3,
.medals ul li h3,
.user-links ul li h3,
.profile-links ul li h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #212324;
	line-height: 15px;
	padding: 10px 0 2px 0;
}
.friends ul li span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #606263;
	font-size: 13px;
	line-height: 13px;
	display: block;
	text-transform: uppercase;
}
.friends ul li:hover h3,
.medals ul li:hover h3,
.user-links ul li:hover h3,
.profile-links ul li:hover h3 {
	color: #d0520e;
}
.profile-links span.fa {
	width: 16px;
}
.member-left .ui-tabs,
.member-left .ui-tabs .ui-tabs-nav,
.member-rht .ui-tabs,
.member-rht .ui-tabs .ui-tabs-nav,
.ttg-home .ui-tabs,
.ttg-home .ui-tabs .ui-tabs-nav,
.ttg-members_shout .ui-tabs,
.ttg-members_shout .ui-tabs .ui-tabs-nav,
.ttg-forums .ui-tabs,
.ttg-forums .ui-tabs .ui-tabs-nav {
	padding:0;
}
.css-tabs { 
	background: transparent; 
	border: none; 
}
.css-tabs.ui-tabs .ui-tabs-panel {
	padding:3px;
}
.css-tabs .ui-widget-header { 
	background: transparent; 
	border: none; 
	 -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
}
.css-tabs.ui-widget-content {
	background: transparent; 
	border: none; 
}
.css-tabs.ui-tabs .ui-tabs-nav li {
	margin:0;
}
.css-tabs .ui-tabs-nav .ui-state-default { 
	background: transparent; 
	border: none; 
} 
.css-tabs .ui-tabs-nav .ui-state-active { 
	background: transparent; 
	border: none; 
} 
.css-tabs .ui-tabs-nav .ui-state-default a { 
	color: #000; 
}
.css-tabs .ui-tabs-nav .ui-state-active a { 
	color: #fff; 
}
.tab-sec2 {
	display: block;
}
.tab-sec2-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 5px #bfbfbf;
	/*height:38px;*/
	max-height:43px;
	overflow:hidden;
}
.tab-sec2-nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.tab-sec2-nav ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #606263;
	line-height: 19px;
	display: block;
	padding: 13px 16px 7px 20px;
}
.tab-sec2-nav ul li.ui-state-active a {
	background: #bfbfbf;
	color: #fff;
}
.tab2-cont {
	display: block;
	background: #fff;
	min-height: 300px;
}
.ttg-home .tab-sec2-nav,
.ttg-members_shout .tab-sec2-nav,
.ttg-forums .tab-sec2-nav {
	border-bottom: solid 5px #147bdb;
}
.ttg-home .tab-sec2-nav ul li.ui-state-active a,
.ttg-members_shout .tab-sec2-nav ul li.ui-state-active a,
.ttg-forums .tab-sec2-nav ul li.ui-state-active a {
	background: #147bdb;
}
.ttg-home .tab-sec2-nav ul li a,
.ttg-members_shout .tab-sec2-nav ul li a,
.ttg-forums .tab-sec2-nav ul li a {
	font-weight: 400;
	color:#000;
}
.ttg-home .css-tabs.ui-tabs .ui-tabs-panel,
.ttg-members_shout .css-tabs.ui-tabs .ui-tabs-panel,
.ttg-forums .css-tabs.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.ttg-home .ui-widget-content {
	background: 0 0;
}
.ttg-forums .tab2-cont {
	min-height: 100px;
}
/* ----------------- MISC  ----------------------- */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	text-align: center;
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	right: 30px;
	bottom: 30px;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.scroll-top-wrapper.show {
	cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.scroll-top-arrow {
	padding: 0;
	display: block;
	color: #676767;
	border: 2px solid #676767;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	outline: none;
}
.full-ads-padded {
	padding: 15px;
}
#premium .tab_white {
	padding: 0;
}
#premium .tcontent {
	padding: 0 3px;
}
#premium .open-table {
	background:none;
}
#premium .cta {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #fff
}
#premium .cta:first-child {
	height: 140px;
	padding:0;
}
#premium .gold-title {
	font-size: 14px;
}
#premium .gold-title span {
	display: block;
	font-size: 90px;
	color: #FDBB06;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#premium .cta select {
	margin-top: 10px;
	font-size:13.5pt;
	width:550px;
}
#premium .grpe {
	margin: 40px 0;
	background-color: #fff;
	color: #262626;
}
.pay-button {
	display: inline-block;
	width:175px;
	height:46px;
	text-align:center;
	vertical-align: bottom;
	background-color: #fff;
	padding: 5px 0px;
}
.ui-dialog .pay-button {
	width:160px;
}
#premium .grpo {
	margin: 40px 0;
	background-color: #fff;
	color: #262626;
}
#premium .grpe .itm {
	text-align: left;
}
#premium .grpo .itm {
	text-align: right;
}
#premium .itm.fir {
	margin-bottom: 24px;
}
#premium .itm {
	clear: both;
}
#premium .grpe .txt {
	margin-right: 20px;
}
#premium .grpo .txt {
	margin-left: 20px;
}
#premium .txt {
	margin-top: 42px;
}
#premium .reas h3 {
	font: 40px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
#premium .reas p {
	font-size: 15px;
	line-height: 160%;
}
#premium .reas .grpe img {}
#premium .reas .grpo img {}
#premium .reas img {
	border: 1px solid #c7c7c7;
	margin: 10px 65px;
}
#premium .preminfo {
	padding: 20px;
}
.buy-gold {
	border: 1px solid #d9d9d9;
	width: 440px;
	text-align: center;
	float: right;
	background-color: #fff;
	height: 90px;
}
.buy-gold .gold-title span {
	display: block;
	font-size: 60px;
	color: #FDBB06;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
big {
	vertical-align: middle;
}
.ads-90 {
	height: 100px;
}
.leftcolumn.width-50 ol li,
.rightcolumn.width-50 ol li {
	line-height: 20px;
}
/* --------- jQuery UI CSS Framework 1.8.20 Layout helpers ------ */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Component containers */
.ui-widget {}
.ui-widget .ui-widget {}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {}
.ui-widget-content {
	/*border: 1px solid #d9d9d9;*/
	background: #fff;
	color: #000000;
}
.ui-widget-content a {
	color: #000000;
}
.ui-widget-header {
	/*border: 1px solid #d9d9d9;*/
	background: #252525;
	color: #fff;
	font-weight: 700;
}
.ui-widget-header a {
	color: #fff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	/*border: 1px solid #d9d9d9;*/
	background: #252525;
	font-weight: normal;
	color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #d9d9d9;*/
	background: #3b3b3b;
	font-weight: normal;
	color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-hover a:hover {
	color: #fff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #d9d9d9;*/
	background: #fff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #222;
	text-decoration: none;
}
.ui-widget:active {
	outline: none;
}
.ui-dialog-titlebar-close.ui-state-hover {
	background: #fff;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #000000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(/themes/v5/style/custom/images/ui-icons_454545_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_454545_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/themes/v5/style/custom/images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */

.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/themes/v5/style/custom/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/themes/v5/style/custom/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* jQuery UI Resizable 1.8.20 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.8.20
 */

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Accordion 1.8.20
 */
/* IE/Win - Fix animation bug - #4615 */

.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/*!
 * jQuery UI Autocomplete 1.8.20
 */

.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
	background: #fff;
	font-weight: normal;
	color: #000;
}
/* workarounds */

* html .ui-autocomplete {
	width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.20
 */

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}
/*!
 * jQuery UI Button 1.8.20
 */

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
}
/* the overflow property removes extra width in IE */

.ui-button-icon-only {
	width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {
	width: 2.4em;
}
/* button elements seem to need a little more width */

.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/*button text element */

.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */

input.ui-button {
	padding: .4em 1em;
}
/*button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/*button sets*/

.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}
/* workarounds */

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 */

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Slider 1.8.20
 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Tabs 1.8.20
 */

.ui-tabs {
	position: relative;
	padding: 3px;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	/*background: none;*/
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*!
 * jQuery UI Datepicker 1.8.20
 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0;
	font-size: .9em;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}
/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/*!
 * jQuery UI Progressbar 1.8.20
 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
/* --------------- syles.css ---------------- */
.ghost,
.bat {
	position: absolute;
	z-index: 10001;
	display: block;
	opacity: 0.8;
}
.ghost {
	width: 150px;
	height: 145px;
	background: transparent url('/images/modules/ghost.png') no-repeat;
}
.bat {
	width: 128px;
	height: 128px;
	background: transparent url('/images/modules/bat.png') no-repeat;
}
.ghost.moving-left,
.bat.moving-left {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#shout_alert_holder,
#mini-player {
	position: absolute;
	left: -5000px;
}
.mod-label {
	width: 115px;
	float: left;
}
.video-pre-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 325px;
}
.video-holder {
	position: relative;
	width: 580px;
	height: 325px;
	overflow: hidden;
}
.video-logo {
	z-index: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.75;
}
#actmanage,
#actinfo {
	width: 100%;
	margin: 0 auto;
}
#thanksdata {
	padding: 0;
	width: 980px;
}
.onlineboxhead {
	padding: 3px;
	color: #fff;
	background-color: #666;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
}
.chatboxoptions {
	float: right;
}
.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
.onlineboxtitle {
	float: left;
	font-weight: 700;
	margin: 4px;
}
#friends_list_online {
	background-color: #fff;
	width: 240px;
	position: fixed;
	bottom: 0;
	right: -252px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius-topleft: 7px;
}
#friends_online_side {
	padding: 5px;
	height: 300px;
	overflow: auto;
}
#friends_online_side .brow2 {
	margin:0 5px 0 3px;
}
.onlineboxhead .ui-button-text {
	line-height: 0.9;
}
.ui-button-text {
	font-weight: 700;
}
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/*padding-right: 20px;*/
	letter-spacing: 0.09em;
}
#cse-search-form {
	height: 32px;
	margin: 0 1px;
}
.login #acclinks {
	z-index: 22;
	display: none;
	position: absolute;
	top: 27px;
	right: 0;
	padding: 0;
	background-color: #fff;
	background: url(/themes/v5/images/body-bg.png) repeat;
	color: #000;
	white-space: nowrap;
	width: 230px;
}
.login #acclinks p {
	margin:0 0 2px 0;
}
.login #quicklinks {
	z-index: 22;
	display: none;
	position: absolute;
	top: 27px;
	right: 0;
	padding: 0;
	background-color: #fff;
	background: url(/themes/v5/images/body-bg.png) repeat;
	color: #000;
	white-space: nowrap;
	width:375px;
}
.login #quicklinks.logged-out {
	width:250px;
}
.login #quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding: 0;
	margin: 0 5px 0 0;
	width: 125px;
	float: left;
}
.login #quicklinks ul.middle {
	width: 100px;
}
.login #quicklinks ul.last li {
	margin: 0;
	padding: 0;
}
.login ul li.links {
	border:0;
	padding:0;
	margin:0;
}
.login #quicklinks ul li {
	float: none;
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
	border:0;
}
.login #quicklinks ul li a {
	display:block;
}
.login #quicklinks .quick-links-body,
.login #acclinks .acc-links-body {
	padding:5px;
}
.login #quicklinks ul:first-child li {
	margin: 0 0 0 10px;
}
.login #quicklinks ul li.menu-header {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #147bdb;
	line-height: 20px;
	padding: 0 0 2px 0;
	margin: 2px 0;
	font-style: italic;
}
.login #acclink {
	margin-left: 10px;
}
.smaller {
	font-size: 11px;
}
.light,
a.light:link {
	color: #aaa;
}
.lh,
.posting_area {
	line-height: 16px;
}
.posting_area .gensmall {
	font-style: italic;
	color:#aaa;
}
.storycontent iframe {
	margin: 0 auto;
	display: table-cell;
}
.storycontent table {
	width:100%;
}
.resizeme {
	max-width: 100%;
	max-height: 1200px;
	height: auto;
}
.crumb-arrow {
	font-size: 11pt;
	margin: 0 3px;
	color: #111;
}
label {
	cursor: pointer;
}
.label_left {
	float: left;
	width: 150px;
}
.postimage {
	margin:6px;
}
.bbspacer {
	width: 1px;
	height: 16px;
	background-color: #000;
	display: inline-block;
}
#filter_forums {
	width: 100%;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #d9d9d9 1px solid;
	color: #000;
	background-color: #fff;
	outline: none;
	padding: 2px;
	border-radius: 0.25em;
}
select:hover {
	border: #c9c9c9 1px solid;
}
select:focus {
	border: #aaaaaa 1px solid;
}
input,
textarea,
select {
	padding: 2px;
}
input.saythanks {
	padding: 0;
}
input,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: #d9d9d9 1px solid;
	cursor: pointer;
	outline: none;
	border-radius: 0.25em;
}
input:hover {
	border: #c9c9c9 1px solid;
}
button,
INPUT[type="submit"],
INPUT[type="reset"],
INPUT[type="button"] {
	padding: 2px 10px;
	cursor: pointer;
	font-weight: 700;
}
button:hover, button.active,
INPUT[type="submit"]:hover,
INPUT[type="reset"]:hover,
INPUT[type="button"]:hover {
	background-color: #dedede;
	border: #c9c9c9 1px solid;
}
button:-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 1px solid transparent;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
	color: #d9d9d9;
	background-color: transparent;
	border: 0px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
INPUT[type="radio"] {
	bottom: 2px;
}
INPUT[disabled="disabled"],
.disabled {
	color: #aaa;
	background-color: transparent;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	color: #000;
	background-color: #fff;
	resize: none;
	outline: none;
	border-radius: 0.25em;
	white-space: pre-wrap;
	word-wrap: break-word;
}
textarea:hover {
	border: #c9c9c9 1px solid;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
input:focus {
	border: 1px solid #aaaaaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2e2e2e !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
	color: #2e2e2e !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #2e2e2e !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2e2e2e !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.wall-textarea {
	font-size:13px;
	width:100%;
	padding:5px;
	border: 1px solid transparent;
	height: 28px;
	transition: height 0.5s ease;
}
.wall-textarea:hover,
.wall-textarea:focus {
	border: 1px solid transparent;
}
.member-left .wall-textarea {
	background-color:#eaeaea;
}
#add-banurl-form {
	padding-top: 5px;
	display: inline-block;
}
.title {
	font-size: 13px;
	font-weight: 700;
}
.content {
	background: none;
	color: #000;
	font-size: 12px;
}
.posted {
	background: none;
	color: #000;
	font-size: 11px;
}
.storytitle {
	background: none;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none
}
.storytitle a:link,
.storytitle a:active,
.storytitle a:visited {
	color: #696a6a;
}
.storytitle a:hover {
	color: #aaa;
}
.storycat {
	background: none;
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	text-decoration: none
}
.tiny {
	font-size: 10px;
}
span.hidden-link {
	background-color: #DCF4F4;
}
hr {
	border: 0;
	color: #DAE0E9;
	background-color: #DAE0E9;
	height: 1px
}
.top-head hr {
	margin-right:15px;
}
.ui-widget-content a:hover {
	color: #adadad;
	text-decoration: none;
	outline: none
}
.pager-white,
.pager-white a:link,
.pager-white a:active,
.pager-white a:visited {
	color: #FFF;
	text-decoration: none;
}
.pager-white a:hover {
	color: #CCC;
	text-decoration: none;
}
a.minipage:link,
a.minipage:active,
a.minipage:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	padding: 0 3px;
	margin: 0 1px;
	background: #fff;
	border: 1px solid #b9b9b9;
}
a.minipage:hover {
	color: #fff;
	background: #252525;
}
.minipagination {
	padding-top: 5px;
	margin-left: 5px;
}
td.row,
.row {
	background-color: #fafbfc;
}
td.row1,
.row1 {
	background-color: #fff;
}
p.over:hover,
td.over:hover,
tr.over:hover {
	background-color: #efefef;
}
td.row2,
.row2 {
	background-color: #efefef;
}
td.row3,
.row3 {
	background-color: #f9f9f9;
}
tr.row1 {
	background-color: #fff;
}
tr.row2 {
	background-color: #efefef;
}
tr.row3 {
	background-color: #fff;
}
td.spacerow {
	background-color: #e3e6e8
}
.spacer {
	height: 5px;
	margin: 0;
	padding: 0;
}
.brow1 {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px;
	line-height: 26px;
}
.brow2 {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px;
	line-height: 26px;
}
.brow {
	padding: 5px;
	line-height: 26px;
}
.helpline {
	background-color: #e9e9e9;
	border: 0;
	font-size: 11px;
}
.bodyline {
	background-color: #e3ecf0;
}
.forumline {
	background-color: #efefef;
}
.forumline2 {
	background-color: #eaeaea;
}
.forumline3 {
	background-color: #fff;
}
.fieldset-radio {
	border: 1px solid #ddd;
}
.fieldset-radio legend {
	font-weight: 700;
	font-style: italic;
}
span.padded10,
.padded10 {
	padding: 10px;
}
span.padded,
.padded {
	padding: 3px;
}
span.no-padded,
.no-padded {
	padding: 0;
}
.rep-sizer {
	font-size: 11px;
	letter-spacing: 0.03em;
	display: inline-block;
}
.black {
	color: #000;
}
.red,
.fa.fa-ban {
	color: #D0520E;
}
.green {
	color: #008000;
}
.rep-green {
	color: #2ec732;
}
.rep-greenh {
	color: #49FF4F;
}
.rep-green-2 {
	color: #32aeb2;
}
.lite-green {
	color: #21DE21;
}
.yellow-green {
	color: #37A237;
}
.rep-blue {
	color: #7E84C0;
}
.rep-gold {
	color: #F6C04C;
}
.rep-red {
	color: #CE3918;
}
.blue {
	color: #1E1EFF;
}
.rep-blue-4,
.ttg-blue {
	color: #147bdb;
}
.yellow,
.rep-yellow {
	color: #ffd700;
}
.edit-yellow,
.fa.fa-warning {
	color: #FCA20D;
}
.brown,
.rep-brown {
	color:#A52A2A;
}
.rep-purple-2 {
	color: #8c12c7;
}
.rep-pink {
	color: #fd08c6;
}
.rep-blue-2 {
	color: #7652ff;
}
.rep-blue-3 {
	color: #00abff;
}
.rep-red-2 {
	color: #ff5252;
}
.gold {
	color: #dea520;
}
.gold a {
	color: #dea520;
}
.gold a:hover {
	color: #000;
}
.white {
	color: #fff;
}
.orange,
.rep-orange {
	color: #FFA500;
}
.purple,
.rep-purple {
	color: #800080;
}
.aqua,
.rep-aqua {
	color: #7FFFD4;
}
.fa.fa-facebook-square {
	color: #8B9DC3;
}
.fa.fa-twitter-square,
.fa.fa-twitter {
	color: #28A9E0;
}
.fa.fa-steam-square,
.fa.fa-steam {
	color: #0B4E79;
}
.fa.fa-youtube-square,
.fa.fa-youtube-play,
.fab.fa-youtube {
	color: #E32C28;
}
.fab.fa-discord {
	color: #7289DA;
}
#footer .fa.fa-twitch {
	color: #6441A5;
}
.fa.fa-rss-square {
	color: #FFAC58;
}
.fa.fa-google-plus-square {
	color: #4A4A4A;
}
.fab.fa-redhat {
	color: #E93442;
}
#footer .fa.fa-headphones {
	color: #425F80;
}
.fa.fa-cc-amex {
	color: #007bc1;
}
.fa.fa-cc-discover {
	color: #f68121;
}
.fa.fa-cc-mastercard {
	color: #0a3a82;
}
.fa.fa-cc-paypal {
	color: #253b80;
}
.fa.fa-cc-stripe {
	color: #00afe1;
}
.fa.fa-cc-visa {
	color: #0157a2;
}
.social-icon {
	width: 24px;
	height:24px;
	line-height:24px;
	border-radius: 50%;
	margin:0 10px 0 0;
	display: inline-block;
	text-align: center;
}
.social-icon-vertical {
	width:50px;
	height:200px;
	position: fixed;
	margin-left: -50px;
}
.social-icon.vertical {
	margin:0 0 10px 0;
	display: block;
}
.social-icon.email {
	background-color: #147BDB;
}
.social-icon.facebook {
	background-color: #8B9DC3;
}
.social-icon.twitter {
	background-color: #28A9E0;
}
.social-icon.steam {
	background-color: #0B4E79;
}
.social-icon.youtube {
	background-color: #E32C28;
}
.social-icon.twitch {
	background-color: #6441A5;
}
.social-icon.rss {
	background-color: #FFAC58;
}
.social-icon.tumblr {
	background-color:#6590B5;
}
.social-icon.stumbleupon {
	background-color: #FF6B45;
}
.social-icon.delicious {
	background-color: #5D94DB;
}
.social-icon.digg {
	background-color: #4487A4;
}
.social-icon.pinterest {
	background-color: #A52021;
}
.social-icon.google-plus {
	background-color: #4A4A4A;
}
.social-icon.reddit {
	background-color: #D1E2F3;
}
.social-icon .fa.fa-twitter {
	color: #fff;
}
.staff-row {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #c4c4c4;
	padding-left: 16px;
}
.staff-row.online {
	border-left-color: #5dd70c;
}
td.genmed,
.genmed {
	font-size: 13px;
}
.gensmall {
	font-size: 12px;
}
a.cattitle,
a.cattop {
	color: #fff;
}
a.cattitle:visited,
a.cattop:visited {
	color: #fff;
}
a.cattitle:hover,
a.cattop:hover {
	color: #eee;
}
a.forumlink:link,
a.forumlink:active,
a.forumlink:visited {
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
a.forumlink:hover,
a.forumlink:focus {
	color: #aaa
}
a.forumlink.site-message {
	font-size: 16px;
}
a.forumlink.active {
	border-bottom: 2px solid #147bdb;
}
td.cat {
	font-weight: 700;
	letter-spacing: 1px;
	height: 34px;
	text-indent: 4px
}
.postbody {
	padding: 5px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin: 15px 0px;
	word-wrap: break-word;
}
.tutorial-desc {
	word-wrap: break-word;
}
.user-controls {
	padding: 6px 0;
	margin-bottom: 10px;
}
.user-controls a {
	color: #0000ff;
}
.user-controls a:hover {
	color: #187ecb;
}
pre, code, .codediv, .code {
	font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
	font-size: 13px;
}
.code {
	color: #000;
	border-width: 0px;
	background-color: #e3ecf0;
}
.codebg {
	background-color: #ccc;
}
.codetitle {
	background-color: #e1e1e1;
	padding: 5px;
	width: 90%;
	text-align: left;
	margin-top: 10px;
	margin-left: 5%;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.codediv {
	padding: 0 5px;
	overflow: hidden;
	width: 90%;
	height: 50px;
	text-align: left;
	margin-left: 5%;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.codediv:hover {
	overflow: auto;
}
img.codebox {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
	border: 0;
	width: 14px;
	height: 10px;
	cursor: pointer;
}
span.codebox {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
	border: 0;
	cursor: pointer;
}
.code-table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pln {
	color: #000;
}
@media screen {
	.str {
		color: #080;
	}
	.kwd {
		color: #008;
	}
	.com {
		color: #800;
	}
	.typ {
		color: #606;
	}
	.lit {
		color: #066;
	}
	.pun,.opn,.clo {
		color: #660;
	}
	.tag {
		color: #008;
	}
	.atn {
		color: #606;
	}
	.atv {
		color: #080;
	}
	.dec,.var {
		color: #606;
	}
	.fun {
		color: red;
	}
}
@media print,projection {
	.str {
		color: #060;
	}
	.kwd {
		color: #006;
		font-weight: 700;
	}
	.com {
		color: #600;
		font-style: italic;
	}
	.typ {
		color: #404;
		font-weight: 700;
	}
	.lit {
		color: #044;
	}
	.pun,.opn,.clo {
		color: #440;
	}
	.tag {
		color: #006;
		font-weight: 700;
	}
	.atn {
		color: #404;
	}
	.atv {
		color: #060;
	}
}
pre.prettyprint {
	padding: 2px;
	border: 1px solid #888;
}
ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
}
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 {
	list-style-type: none;
}
li.L1,li.L3,li.L5,li.L7,li.L9 {
	background: #eee;
}
.prettyprint ol.linenums > li {
	list-style-type: decimal;
}
div.poll-results {
	padding: 0;
	margin: 0px 5px 0px 0px;
}
div.poll-results .poll-percent-bg {
	background-color: #fff;
	margin: 3px 10px 0 0;
	border: 1px solid #888;
}
div.poll-results .poll-percent-fg {
	background-color: #888;
	height: 5px;
}
div.mod-poll-results {
	padding: 0;
	margin: 5px 0;
}
div.mod-poll-results h3 {
	margin: 5px 0;
}
div.mod-poll-results .poll-percent-bg {
	width: 100%;
	background-color: #fff;
	margin: 3px 0 0 0;
	border: 1px solid #888;
}
div.mod-poll-results .poll-percent-fg {
	background-color: #888;
	height: 5px;
}
.poll-result .left {
	width:16px;
	height:16px;
}
.rating-star {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 20px;
}
.rating-star span.star {
	font-family: "font awesome 5 pro";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	cursor:pointer;
}
.rating-star span.star:before {
	content: "\f005";
}
.rating-star span.star:hover:before,
.rating-star span.star:hover ~ span.star:before {
	content: "\f005";
	color: #e3cf7a;
}
.inline {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
.pws-percent-bg {
	width: 200px;
	background-color: #fff;
	margin: 3px 0 0 0;
	border: 1px solid #888;
}
.pws-percent-fg {
	background-color: #888;
	height: 5px;
}
span.heading {
	display: inline-block;
	width: 150px;
	font-weight: 700;
}
span.heading-normal {
	display: inline-block;
	width: 150px;
}
.header {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #f9f9f9;
	border-top: 1px solid #aaa;
}
.rules li {
	margin-bottom: 5px;
}
.label-set {
	float: left;
	width: 75px;
}
#helpbox {
	height: 16px;
	padding-left: 3px;
	font-size: 12px;
}
#loader {
	height: 30px;
}
.left-con {
	width: 200px;
	text-align: left;
}
.loading_small {
	background: url(/images/codezwiz/ajax_busy_12.gif) no-repeat center center;
}
.loading_large {
	background: url(/images/codezwiz/ajax_busy.gif) no-repeat center center;
}
#header_notice_message {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.info-red,
.info-green,
.info-yellow,
.info-blue {
	color: #000;
	padding: 10px 10px 10px 35px;
}
.info-blue {
	border-top: 1px solid #00ffff;
	border-bottom: 1px solid #00ffff;
	background: #ccffff;
	position: relative;
}
.info-yellow {
	border-top: 1px solid #ffd700;
	border-bottom: 1px solid #ffd700;
	background: #ffffdd;
	position: relative;
}
.info-green {
	border-top: 1px solid #99cc00;
	border-bottom: 1px solid #99cc00;
	background: #99ffcc;
	position: relative;
}
.info-red {
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background: #ff6666;
	position: relative;
}
.info-blue:before,
.info-green:before,
.info-red:before,
.info-yellow:before {
	content: "\f06a"; 
	font-family: "font awesome 5 pro";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	position:absolute;
	left:20px;
	top:50%;
	transform: translate(-50%, -50%);
	font-weight: 900;
}
.info-blue:before {
	color: #719DCB;
}
.info-green:before {
	color: #9BC200;
}
.info-red:before {
	color: #D14A48;
}
.info-yellow:before {
	color: #FD9525;
}
.alert-primary {
	color:#fff;
	background-color:#337ab7;
}
.alert-primary:hover {
	background-color:#286090;
}
.alert-success {
	background-color:#dff0d8;
}
.alert-success:hover {
	background-color:#c1e2b3;
}
.alert-info {
	background-color:#d9edf7;
}
.alert-info:hover {
	background-color:#afd9ee;
}
.alert-warning {
	background-color:#fcf8e3;
}
.alert-warning:hover {
	background-color:#f7ecb5;
}
.alert-danger {
	background-color:#f2dede;
}
alert-danger:hover {
	background-color:#e4b9b9;
}
.alert-window {
	position: fixed;
	width: 300px;
	z-index: 101;
}
.alert-window li {
	padding: 12px;
	margin-bottom:15px;
}
.alert-window li img {
	text-align:left;
	margin:-5px 15px 0 0;
	width:42px;
	height:42px;
}
.alert-window li h4 {
	margin:0 0 5px 0;
	font-size:13px;
}
.alert-window ul li:last-child {
	margin-bottom:0;
}
.alert-window.tl {
	left: 20px;
	top: 150px;
}
.alert-window.tr {
	right: 20px;
	top: 150px;
}
.alert-window.bl {
	left: 20px;
	bottom: 30px;
}
.alert-window.br {
	right: 20px;
	bottom: 30px;
}
.info-red.use-fa,
.info-green.use-fa,
.info-yellow.use-fa,
.info-blue.use-fa {
	background-image:none;
	padding: 10px;
}
.icon-right {
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}
button.right,
input.right,
p.right,
span.right,
img.right {
	float: right;
}
.text-right,
.right {
	text-align: right !important;
}
.mt {
	margin-top: 10px;
}
.mr {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.pt {
	padding-top: 5px;
}
.pr {
	padding-right: 5px;
}
.pb {
	padding-bottom: 5px;
}
.pl {
	padding-left: 5px;
}
.bold {
	font-weight: 700;
}
.bolder {
	font-weight: 800;
}
.menu-sep {
	font-weight: 800;
	color: #434343;
	margin: 0 3px;
	vertical-align: bottom;
}
.underline {
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
.vab {
	vertical-align: bottom;
}
.forum-catinfo {
	background-color: #21313f;
	color: #fff;
}
.story-top {
	height: 28px;
	border-bottom: 1px solid #d9d9d9;
}
.story-block {
	margin: 5px;
	border: 1px solid #d9d9d9;
	background-color: #fcfcfc;
}
.story-more {
	padding: 10px 0px;
	border-top: 1px solid #dadada;
}
.story-thumb {
	/*border: 1px solid #ccc;*/
	outline: 1px solid #ccc;
}
.story-block .story-thumb {
	/*border: 1px solid #ccc;*/
	outline: 1px solid #ccc;
	float: left;
	margin: 2px 10px;
}
.story-image {
	margin-bottom: 15px;
	outline: 1px solid #ccc;
	/*border: 1px solid #ccc;*/
	padding: 5px;
}
.storycontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:18px;
	padding: 0 1rem;
}
img.clickable {
	cursor: pointer;
}
.clickable {
	cursor: pointer;
}
.clickable:hover {
	cursor: pointer;
}
.head-block {
	background: #e3e6e8;
	border: 1px solid #006699;
}
.buy-premium-bar {
	overflow: hidden;
	font-weight: 700;
	width: 100%;
	margin: -25px 0 10px 0;
}
.buy-premium-bar a,
.buy-premium-bar a:link,
.buy-premium-bar a:visited,
.buy-premium-bar a:active,
.buy-premium-bar span {
	display: block;
	width: 100%;
	color: #000;
	background: #ffffe1;
	padding: .5em;
	border-bottom: .16em outset;
	font-weight: 700;

}
.buy-premium-bar a:hover,
.buy-premium-bar span:hover {
	color: #fff;
	background-color: #3399ff;
}
.center,
div.center {
	text-align: center;
}
.center-force {
	text-align: center!important;
}
.center div,
.center iframe {
	margin: 0 auto;
}
.online td {
	padding: 2px;
}
.padded td {
	padding: 3px;
}
.explaintitle {
	font-weight: 700;
}
.strike,
a:link.strike {
	text-decoration: line-through;
}
/* Table Header cells */
th {
	background-color: #252525;
	color: #fff;
	padding: 6px 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
}
.forumline th {
	font-weight: 700;
}
span.bold-white {
	color: #deeef3;
	font-size: 11px;
	font-weight: 700;
}
/* This is for the error messages that pop up */
.errorline {
	background: #ff6666;
	border: 1px solid #ff0000
}
/* Specify the space around images */
.imgtopic,
.imgicon {
	margin-left: 3px
}
.imgspace {
	margin-left: 1px;
	margin-right: 2px
}
.imgfolder {
	margin: 1px 4px 1px 4px
}
.pagination {
	margin: 0px auto 0px auto;
}
.tbody .pagination {
	margin-bottom: 5px;
}
.tbody {
	width: 100%;
	margin-bottom: 10px;
}
.open-table ul,
.posting_area ul,
.postbody ul {
	margin-left: 35px;
	list-style-type: square;
}
.open-table ol,
.posting_area ol,
.postbody ol {
	margin-left: 35px;
	list-style-type: decimal-leading-zero;
}
.posting_area ol,
.postbody ol {
	list-style-type: decimal;
}
.open-table ul li,
.tcontent ol li {
	line-height: 20px;
}
.open-table ul li.left,
	text-align: left;
}
.open-table ul li.right,
	text-align: right;
}
.ajax_pagination {
	margin: 0px auto 5px auto;
}
.pages-holder {
	float: right;
	margin: 10px 0 0 0;
	/*width: 50%;*/
	text-align: right;
	/*line-height: 26px;*/
}
.pages,
.pagenum,
.pagenumlast,
.pagecurrent {
	padding: 4px 7px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	display:inline-block;
}
.pages {
	min-width:70px;
}
.pagenumlast {
	background-color: #efefef;
}
.pagenum a:active,
.pagenum a:visited,
.pagenum a:link,
.pagenumlast a:active,
.pagenumlast a:visited,
.pagenumlast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link {

}
.pagesep {
	display: none;
}
.pagenum:hover {
	background: #eee;
}
.pagecurrent {
	color: #fff;
	background-color: #252525;
}
.inforoll {
	visibility: hidden;
	padding: 6px;
	text-align: left;
	margin: 0;
}
.rollhold {
	margin: 0 5px;
	position: relative;
}
#rollpage,
#rollperm,
#rollmenu {
	position: relative;
	margin: 0;
	padding: 0;
}
#rollpage .inforoll,
#rollperm .inforoll,
#rollmenu .inforoll {
	position: absolute;
	z-index: +1;
	left: 0;
	right: 0;
}
.inforoll {
	border: 1px solid #b9b9b9;
	background-color: #f9f9f9;
}
#rollpage .inforoll {
	background-color: #fff;
}
#rollpage:hover .inforoll,
#rollperm:hover .inforoll,
#rollmenu:hover .inforoll {
	visibility: visible;
	border-top: 1px solid transparent;
}
#rollpage:hover .pages,
#rollperm:hover .pages,
#rollmenu:hover .pages {
	border-bottom: 1px solid transparent;
}
.fwrap {
	border: 0px dotted #eee;
	background-color: transparent;
}
.fwrap h2 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 16px;
}
.fwrap div.fitem,
.fwrap div.fitem_error {
	border-bottom: 1px solid #d4d4d5;
}
.fwrap span.error,
.fwrap span.required {
	color: red;
}
.fwrap .focused {
	background-color: #ededef;
}
.fwrap {
	padding: 0;
}
.fwrap p.felement {
	padding-left: 10px;
	margin: 3px;
	text-align: left;
}
.fwrap div.fitem,
.fwrap div.fitem_error {
	width: 99%;
	margin: 0;
	clear: both;
}
.fwrap div.fitemtitle {
	float: left;
	width: 25%;
	padding: 5px;
	margin-right: 5px;
	text-align: right;
}
.fwrap div.fitemtitle label {
	float: right;
	line-height: 1.4em;
	padding-top: 4px;
}
.fwrap label {
	cursor: pointer;
}
.fwrap .action {
	display: inline;
	margin-left: 10px;
	font-size: 9px;
}
.fwrap div.felement {
	float: left;
	padding: 5px;
	margin: 0;
	text-align: left;
	width: 70%;
}
.fwrap span.spacer,
.fwrap span.error,
.fwrap span.required {
	display: block;
	height: 12px;
	margin-top: 2px;
	font-size: 8pt;
}
.fwrap span.error a:link {
	font-size: 8pt;
}
.fwrap label .req {
	cursor: help;
}
span.tip,
.fwrap span.tip {
	cursor: help;
	border-bottom: 1px dashed #000;
}
.req {
	cursor: help;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#buttons {
	text-align: center;
	margin-top: 10px;
}
.password-box {
	/*width: 212px;*/
	position: relative;
	display: inline-block;
}
.password-box input {
	/*width: 137px;
	padding-right: 70px;*/
}
.password-box span {
	position: absolute;
	right: 5px;
	top: 4px;
	border: 1px solid #ccc;
	width: 50px;
	height: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.password-box span .fill {
	background-color: #6ec02a;
	display: block;
	height: 10px;
	width: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.left {
	float: left;
}
.text-left {
	text-align: left !important;
}
.columnwrap {
	position: relative;
	width: 100%;
}
.leftcolumn {
	float: left;
	text-align: left;
	position: relative;
}
.rightcolumn {
	float: right;
	text-align: left;
	/*position: relative;*/
}
.rightcolumn-right {
	float: right;
	text-align: right;
	/*position: relative;*/
}
.width-50 {
	width: 50%;
	padding: 0 5px;
}
.wrap-words {
	word-wrap: break-word;
}
.wrapper {
	margin-bottom: 5px;
	width: 100%;
}
.leftcolumnset {
	width: 50%;
	float: left;
	text-align: left;
	word-wrap: break-word;
	padding: 0px 5px;
}
.rightcolumnset {
	width: 50%;
	float: right;
	text-align: left;
	word-wrap: break-word;
	padding: 0px 5px;
}
.games.brow1 {
	line-height: 16px;
}
.tutorial-desc.brow {
	line-height: 20px;
}
.panel-white {
	margin: 0;
	padding: 5px;
	line-height: 20px;
}
.tab_white {
	margin-bottom: 5px;
	padding: 5px;
}
.tab_white ul {
	margin-left: 35px;
	list-style-type: circle;
}
.tab_white ol {
	margin-left: 35px;
	list-style-type: decimal-leading-zero;
}
.tab_white ul li,
.tab_white ol li {
	line-height: 20px;
}
.tab_content_item {
	border-bottom: #d9d9d9 1px solid;
	margin-top: 8px;
}
.image-border {
	border: #696a6a 1px solid;
}
.achl {
	font-weight: 700;
	color: #0000ff;
}
.tables {
	width: 100%;
	margin: 0 0 5px 0;
	background-color: #ddd;
}
.tables-fixed {
	table-layout: fixed;
}
.tables img {
	margin: 0 5px;
}
.tables .thhead {
	width: auto;
	font-weight: 700;
	line-height: 25px;
	background-color: #fafafa;
}
.tables .thheads {
	width: auto;
	font-weight: 700;
	line-height: 15px;
	background-color: #fafafa;
}
.tables .trhead {
	width: auto;
	font-weight: 700;
	text-align: center;
	background-color: #fafafa;
}
.tables td {
	padding: 5px;
}
.tables .tdrow1 {
	background-color: #fff;
}
.tables .tdrow2 {
	background-color: #fafafa;
}
.tables .tdrow3 {
	background-color: #eee;
}
.tables .tdrow1 td,
.tables .tdrow2 td,
.tables .tdrow3 td {
	word-wrap: break-word;
}
.tables.ranks-table,
.tables.min-table {
	border-collapse: collapse;
}
.tables.ranks-table th:first-child {
	border-left: 10px solid #252525;
	padding-left: 10px;
}
.tables.ranks-table tr.ranks-explain {
	border-left: 10px solid #dddddd;
}
.tables.ranks-table tr { 
	border-left: 10px solid #147BDB;
}
.tables.status-table tr {
	border-left: 10px solid #81cb45;
}
.tables.ranks-table td,
.tables.min-table td {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0px 8px;
}
.tables.min-table td {
	padding: 5px;
}
.tables.ranks-table th,
.tables.min-table th {
    border-bottom: 1px solid #252525;
    font-size: 14px;
}
.tables.ranks-table h3,
.tables.min-table h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.tables.ranks-table tr td:first-child,
.tables.min-table tr td:first-child {
	padding-left: 10px;
}
.tables.ranks-table .rank-progress-bar {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px!important;
}
.td-chop-text {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}
.td-chop-text-0 {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 0;
	white-space: nowrap;
}
.tables-striped>tbody>tr:nth-child(even),
.li-striped li.forum-row:nth-child(even) {
	background-color: #fafafa;
}
#actions_division,
.actions_division {
	line-height: 18px;
}
.ui-dialog #actions_division,
.ui-dialog .actions_division {
	height: 16px;
	line-height: 16px;
}
.message {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	text-align: left;
}
.messagewrapper {
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin-top: 5px;
	position: relative;
	background-color: #f1f1f1;
	word-wrap: break-word;
	line-height: 19px;
}
.status-time,
.activity-time {
	color: #666;
	font-style: italic;
}
.status-time {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
.pos-relative {
	position: relative;
}
.notice-white hr {
	margin: 4px 1px 4px 1px;
}
.rel-box,
.urm-box {
	position: relative;
	padding: 0px;
	height: inherit;
}
.urm-menu {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 5px 0;
	text-align: center;
	z-index: +1;
}
.urm-menu a {
	border: #696a6a 1px solid;
	background-color: #fff;
	padding: 5px 10px;
}
.urm-box:hover .urm-menu {
	visibility: visible;
}
#modalTransDivClear {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
}
.mudkipz,
.pikachu,
.waldo,
.chubz,
.therobin  {
	position: fixed;
	top: 100px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 101;
	width: 100%;
}
.mudkipz {
	background-image: url(/images/ss/mudkip.gif);
	height: 544px;
}
.pikachu {
	background-image: url(/images/ss/pikachu.png);
	height: 526px;
}
.waldo {
	background-image: url(/images/ss/waldo.png);
	height: 449px;
}
.chubz {
	background-image: url(/images/ss/arsenal-chubz.png);
	height: 400px;
}
.therobin {
	background-image: url(/images/ss/therobin.png);
	height: 360px;
}
div.item_useful {
	padding: 5px;
}
.shout .mr {
	margin-right: 4px;
}
.delete-shout.mr {
	margin-right: 8px;
}
.video-thumb {
	margin-right: 10px;
	float: left;
}
.video-thumb:hover { }
.video-icon {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.video-icon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.video-icon-box {
	border-radius: 4px;
	box-sizing: content-box;
	background-color: #fff;
	padding: 3px 5px;
	border: #000 1px solid;
	transition: opacity 0.4s;
}
.video-icon-box:hover {
	background-color: #eee;
}
#countdown {
	color: #fff;
	background-color: #002B57;
	width: 220px;
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
}
#countdown_clock {
	width: 220px;
	height: 70px;
	background: url(/images/modules/countdown.png) no-repeat 0 0;
}
#countdown_labels {
	width: 220px;
	overflow: hidden;
}
#countdown_labels div.day {
	width: 51px;
}
#countdown_labels div.hour {
	width: 54px;
}
#countdown_labels div.minute {
	width: 54px;
}
#countdown_labels div.second {
	width: 51px;
}
#countdown_clock div,
#countdown_labels div {
	float: left;
	text-align: center;
}
#day {
	width: 51px;
}
#hour {
	width: 54px;
}
#minute {
	width: 54px;
}
#second {
	width: 51px;
}
#countdown_clock div {
	line-height: 44px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: 700;
	text-shadow: #000 0 0 5px;
}
#countdown_labels div {
	line-height: 26px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
}
#countdown_mini_clock {
	color: #000;
	line-height: 36px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: 700;
}
.panelbackground {
	background-color: #DEDEDE;
}
.calendarnotinmonth {
	background-color: #DEDEDE;
	border: 0.5pt solid #eaeaea;
}
.tdcalendar {
	border-right: 1px outset;
	padding-right: 4px;
	border-top: 1px outset;
	padding-left: 4px;
	font-weight: 700;
	padding-bottom: 2px;
	border-left: 1px outset;
	padding-top: 2px;
	border-bottom: 1px outset;
	height: 24px;
	background-color: #5379B8;
	color: #fff;
}
.calendartable {
	padding: 0px;
	margin: 0px;
}
.calendarnotday {
	padding: 3px;
	margin: 0px;
	height: 60px;
	text-align: right;
	vertical-align: top;
	background-color: #EFEFEF;
	border: 0.1pt solid #ececec;
}
.calendarisday {
	font-weight: 700;
	padding: 3px;
	margin: 0px;
	height: 60px;
	text-align: right;
	vertical-align: top;
	background-color: #E9E9E9;
	border: 0.1pt solid #ececec;
}
.image-info {
	padding: 8px;
	margin: 8px 8px 8px 8px;
	border: solid 1px #a6c9e2;
	background-color: #e8f3f9;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
}
.image-default {
	background-color: #36c520;
}
.image-pending {
	color:#000;
	background-color: #ffffdd;
}
.link-image,
.upload-image {
	width: 250px;
}
.image_input_holder {
	height: 50px;
}
.image-info a:link,
.image-info a:visited {
	color: #fff;
}
.image-info a:active,
.image-info a:hover {
	color: #000;
}
.userwrapper {
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #d9d9d9;
	background-color: #f1f1f1;
	position: relative;
	line-height: 19px;
}
.user-at {
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 6px;
}
.userwrapper:hover .user-at {
	opacity: 1;
}
.selected-active {
	background-color: #eee;
}
input.gsc-input,
input.gsc-input:hover,
input.gsc-input:focus {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.topic-num-box {
	padding: 3px 6px;
	color: #fff;
	background-color: #2a2a2a;
	font-size: 12px;
	font-weight: 700;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.topic-num-box.useful {
	background-color:green;
}
.topic-num-box.unuseful {
	background-color:red;
}
.shoutbox {
	margin: 0 0 20px 0;
}
.chatsize {
	margin: 0 15px 0 0;
}
.shoutbox .chat {
	width: 75%;
	float: left;
}
.shoutbox .user {
	margin-left: 76%;
	min-width: 220px;
}
#chatwindow .new {
	background: #cfebf7 url('/images/new.png') no-repeat 99% 0;
}
#chatwindow .atyou,
#chatwindow .atyouyellow {
	background-color: #ffffcc;
}
#chatwindow .atyougreen {
	background-color: #99ffcc;
}
#chatwindow .atyouorange {
	background-color: #ff8000;
}
#chatwindow .atyoublue {
	background-color: #5d8ec7;
}
#chatwindow .atyoured {
	background-color: #e80000;
}
#chatwindow .atyoudark {
	background-color: #ccc;
}
#chatwindow span.fa,
#chatwindow span.fab,
#chatwindow span.fal,
#chatwindow span.far:not(.at-shout):not(.delete-shout),
#chatwindow span.fas,
.member-left-mdl p span.fa,
.member-left-mdl p span.fab,
.member-left-mdl p span.fal,
.member-left-mdl p span.far,
.member-left-mdl p span.fas {
	font-size:16px; /*16px emote size*/
	vertical-align: text-bottom;
}
#userwindow small {
	font-style: italic;
}
.shout-time {
	position: absolute;
	right: 0;
	bottom: 0;
}
.post-message {
	padding-right: 2px;
}
.post-textarea,
#bodytext,
#hometext,
.felement #message,
.felement #answer {
	/*height: 200px;*/
	resize: vertical;
	max-height: 600px;
}
.spellcheck-suggestbox {
	position: absolute;
	display: none;
	z-index: 9999;
	overflow: none;
	box-shadow: 2px 3px 2px #bbb;
	-webkit-box-shadow: 2px 3px 2px #bbb;
	-moz-box-shadow: 2px 3px 2px #bbb;
	font: normal 13px arial;
}
.spellcheck-suggestbox em {
	border-top: 1px solid #ccc;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	color: #333;
	font-style: italic;
}
.spellcheck-suggestbox a,
.spellcheck-suggestbox a:visited {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	color: #333;
	outline: none;
}
.spellcheck-suggestbox a.first,
.spellcheck-suggestbox a.first:visited {
	border-top: 1px solid #ccc;
}
.spellcheck-suggestbox a:hover {
	color: #000;
	background: #ddd;
}
.spellcheck-suggestbox-words {
	background: #fff;
}
.spellcheck-suggestbox-foot {
	border-top: 1px solid #ddd;
	background: #fff;
}
.spellcheck-suggestbox-foot a,
.spellcheck-suggestbox-foot a:visited {
	outline: none;
}
.pellcheck-focus-helper {
	position: absolute;
	top: -2000px;
	z-index: 0;
}
.spellcheck-word-highlight {
	color: #d70303;
	background: url(/themes/v5/images/spellchecker_bg.gif) repeat-x 100% 100%;
	cursor: pointer;
}
.spellcheck-badwords {
	margin: 2px 0 4px 0;
	font-size: 12px;
	/*line-height: 16px;*/
	border: 1px solid #d9d9d9;
	padding: 2px;
	background-color: #fff;
}
.spellcheck-badwords.after { }
.spellcheck-sep {
	padding-right: 0.5em;
}
.spellcheck-sep-last {
	display: none;
}
#progress-bar,
#upload-frame {
	display: none;
}
.ui-progressbar {
	position: relative;
}
.progress-bar-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: 700;
}
.general ul li.topic-has-report,
.topic-has-report,
td.topic-has-report {
	background-color: #ff6666!important;
}
.general ul li.topic-has-report .desc .rightcolumn {
	margin-right: 50px;
	margin-top: -10px;
}
.status-table .topic-has-report .desc .rightcolumn {
	margin-right: 30px;
}
.tipsy {
	font-size: 12px;
	position: absolute;
	padding: 5px;
	z-index: 100;
}
.tipsy-inner {
	background-color: #bfbfbf;
	color: #000;
	max-width: 300px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	position: relative;
}
.tipsy-button {
	width: 87px;
}
.tipsy-inner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #bfbfbf;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
	border-bottom-color: #bfbfbf;
}
.tipsy-arrow-s {
	border-top-color: #bfbfbf;
}
.tipsy-arrow-e {
	border-left-color: #bfbfbf;
}
.tipsy-arrow-w {
	border-right-color: #bfbfbf;
}
.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/themes/v5/images/cp/custom_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/themes/v5/images/cp/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/themes/v5/images/cp/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/themes/v5/images/cp/custom_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/themes/v5/images/cp/custom_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/themes/v5/images/cp/custom_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/themes/v5/images/cp/custom_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/themes/v5/images/cp/custom_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/themes/v5/images/cp/custom_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/themes/v5/images/cp/custom_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/themes/v5/images/cp/custom_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/themes/v5/images/cp/custom_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
.menu-li-active {
	border: 1px solid #ddd;
	margin-right: 15px;
	background-color: #aaa;
}
.header_small {
	background-color: #ddd;
	padding: 5px;
	border: 1px solid #aaa;
	position: relative;
	margin-bottom: 5px;
	line-height: 20px;
}
.header_small .pop-img {
	position: absolute;
	right: 5px;
}
.header_small a.forumlink:hover {
	color: #555;
}
.faded {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.faded:hover {
	opacity: 1;
}
.op-4 {
	opacity: 0.4;
}
.op-5 {
	opacity: 0.5;
}
.op-6 {
	opacity: 0.6;
}
.op-7 {
	opacity: 0.7;
}
.op-8 {
	opacity: 0.8;
}
.op-9 {
	opacity: 0.9;
}
blockquote {
	border-left: 10px solid #d9d9d9;
	background-color: #e9e9e9;
	font-family: Georgia, serif;
	font-size: 14px;	
	padding: 1em 10px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	margin: 15px 60px;
}
blockquote cite {
	color: #999999;
	font-size: 13px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
.comment-post blockquote {
	margin: 15px 20px 0 20px;
}
blockquote blockquote {
	margin: 15px 20px;
}
.news-time-home {
	font-size: 12px;
	color: #167c67;
	display: inline-block;
	opacity: 0;
	margin-top: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.news-cont:hover .news-time-home {
	opacity: 1;
}
.news-rating-holder {
	position: relative;
	width: 100px;
	float: right;
}
.news-current-rating {
	background-color: #0071c5;
	width: 60px;
	height: 54px;
	padding: 18px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2em;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-image: -ms-linear-gradient(top, #1C95D7 0%, #1570C4 100%);
	background-image: -moz-linear-gradient(top, #1C95D7 0%, #1570C4 100%);
	background-image: -o-linear-gradient(top, #1C95D7 0%, #1570C4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1C95D7), color-stop(1, #1570C4));
	background-image: -webkit-linear-gradient(top, #1C95D7 0%, #1570C4 100%);
	background-image: linear-gradient(to bottom, #1C95D7 0%, #1570C4 100%);
	float: right;
	margin: 10px 20px 10px;
	border: 1px solid #000;
}
.news-rate-stars {
	display: none;
	position: absolute;
	width: 170px;
	height: 40px;
	padding: 0px;
	background: #fff;
	color:#000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: #aaa solid 1px;
	top: 80px;
	right: -34px;
	z-index: 1;
}
.news-rate-stars:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 20px 15px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 65px;
}
.news-rate-stars:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 20px 15px;
	border-color: #aaa transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -16px;
	left: 65px;
}
.news-rate-stars .inline {
	margin: 10px 0 0 14px;
}
.rem-hover {
	width: 10px;
	height: 10px;
	cursor: pointer;
	display: none;
	margin-right: 10px;
}
.rem:hover .rem-hover {
	display: block;
}
.bb-left {
	text-align: left;
}
.bb-center {
	text-align: center;
}
.bb-center ul, .bb-center ol {
	list-style-position: inside;
}
.bb-right {
	text-align: right;
}
.bb-justify {
	text-align: justify;
}
.bb-center div,
.bb-center iframe {
	margin: 0 auto;
}
.bb-right div,
.bb-right iframe {
	margin: 0 0 0 auto;
}
.bb-indent {
	margin-left: -10px;
}
.twitter-tweet.twitter-tweet-rendered {
	width: 100% !important;
	max-width: 100% !important;
}
twitterwidget::shadow .EmbeddedTweet {
	width: 100% !important;
	max-width: 100% !important;
}
.im-hidden {
	visibility: hidden;
}
.acc-progress-bar {
	float: right;
	width: 80px;
	height: 18px;
	position: relative;
}
.acc-progress-bar-num {
	position: absolute;
	left: 50%;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff;
	margin-left: -10px;
	font-size: 12px;
	line-height: 16px;
}
.rank-progress-bar {
	width: 100px;
	height: 18px;
	position: relative;
}
.rank-progress-bar-num {
	position: absolute;
	left: 50%;
	font-weight: 700;
	text-shadow: 1px 1px 0 #fff;
	margin-left: -10px;
	font-size: 12px;
	line-height: 16px;
}
.pm-progress-bar {
	float: right;
	width: 150px;
	height: 22px;
	position: relative;
	border: 1px solid #fff;
}
.pm-progress-bar-num {
	position: absolute;
	left: 50%;
	font-weight: 700;
	margin-left: -10px;
	font-size:16px;
	color: #8A8888;
	line-height: 20px;
}
.pm-progress-bar.ui-progressbar .ui-progressbar-value {
	margin: 0;
}
.radio-set-label .ui-button-text {
	width: 25px;
}
.docs-menu a.current {
	font-weight: 700;
}
.ui-dialog .fwrap div.felement {
	width: 69%;
}
#chatwindow,
#userwindow {
	height: 250px;
	overflow: auto;
	background-color: #fff;
	padding: 5px;
}
.pollheader,
.sec-header {
	font: 19px 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #fff;
	display: block;
	background-color: #252525;
	padding: 6px 8px;
 	text-transform:uppercase;
}
.open-table {
	padding: 10px 5px;
	background-color:#fff;
}
.polloptions {
	border-bottom: 1px solid #d9d9d9;
	padding: 8px;
}
.polloptionslast {
	border-bottom: none;
	padding: 8px;
}
.text-links {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #dcdcda;
	border-bottom: 1px dashed #dcdcda;
	font-weight: 700;
	font-size: 15px;
}
.text-links .news-email {
	width:175px;
	padding: 0 0 0 10px;
}
.text-links a {
	color: #246FAF;
}
.promo-new {
	margin: 0 15px;
	color: #FF0000;
	float: right;
	font-size: 9px;
}
.site-search .site-search-input:focus {
	border: none;
	outline: none;
}
.badge-num {
	background-color: #BA070F;
	color: #fff;
	padding: 1px 7px;
	position: absolute;
	right: 4px;
	top: -12px;
	z-index: +1;
	border-radius: .8em;
	border: 2px solid #fff;
}
.badge-static {
	font-family: "Arial", Verdana, Tahoma;
	font-weight:400;
	font-size: 14px;
	background-color: #BA070F;
	color: #fff;
	padding: 1px 7px;
	border-radius: .8em;
	border: 2px solid #bbb;
}
.badge-blue {
	background-color: #147BDB;
}
.ui-badge-container {
	position: relative;
	border: 2px solid #000;
	color: #fff;
	padding: 10px;
	width: 140px;
	margin: 20px;
	background: green;
}
ul.badge { width:110px; background:none; padding:0; box-shadow:none; display:block; z-index:1; }
ul.badge li { display:block; border:0 none; padding:0; margin:0 0 5px 0;}
ul.badge li.rank { height:10px; background:#8e8e8e;}
ul.badge li.rank span { width:61px; background:#5dd70c; display:block;  height:10px;}

.forums .rht-content {
	margin: 0;
}
.media-corner {
	position: absolute;
	bottom: 5px;
	right: 0;
}
.media-desc {
	position: relative;
	line-height: 16px;
}
.media-info p.row2.padded {
	line-height: 20px;
}
.media-cat-desc {
	margin-left: 50px;
	margin-top: 5px;
}
.media-cat-links {
	margin-left: 55px;
	line-height: 1.5;
}
.media-cat-icon {
	/*width: 45px;*/
}
.mini-profile p {
	line-height: 18px;
}
p.padded {
	line-height: 18px;
}
.rank-medals {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid transparent;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	font-weight: 700;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.3), inset 0 20px 0 rgba(255, 255, 255, 0.05);
	font-size: 14px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-color: #AAA;
	overflow: hidden;
	/* min-width: 110px; match post bar */
}
.rank-medals i {
	display: block;
	float: left;
	margin: 0 8px 0 -15px;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 20px;
	opacity: .7;
}
.rank-medals i.noBg {
	background: transparent;
	margin-right: 0;
}
.rank-medals.small i {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	color: #fff;
}
.rank-medals.large i {
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
	color: #fff;
}
.rank-medals.small {
	height: 32px;
	line-height: 32px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.3), inset 0 15px 0 rgba(255, 255, 255, 0.05);
}
.rank-medals.large {
	height: 50px;
	line-height: 50px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.3), inset 0 25px 0 rgba(255, 255, 255, 0.05);
}
.rank-medals.light {
	color: #333;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
	border-color: rgba(0, 0, 0, 0.2);
	background-color: #CCC;
}
.rank-medals.simple {
	box-shadow: 0 0 0;
}
.rank-medals.light i,
.rank-medals.light span {
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.rank-medals.blue {
	border-color: #002f57;
	background-color: #002f57;
}
.rank-medals.gold {
	border-color: #dea520;
	background-color: #dea520;
}
.rank-medals.gray {
	border-color: #373737;
	background-color: #373737;
}
a.rank-medals {
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}
a.rank-medals:hover {
	background-color: #666;
	border-color: #666;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 20px 0 rgba(255, 255, 255, 0.05);
}
a.rank-medals.small:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 15px 0 rgba(255, 255, 255, 0.05);
}
a.rank-medals.large:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 25px 0 rgba(255, 255, 255, 0.05);
}
a.rank-medals.simple:hover {
	box-shadow: 0 0 0;
}
span.wizard {
	background: -webkit-linear-gradient( 0deg, rgb(82,83,180) 0%, rgb(103,62,170) 0%, rgb(160,49,191) 0%, rgb(143,60,197) 40%, rgb(132,70,200) 85%, rgb(105,61,175) 96%);
	background: linear-gradient( -90deg, rgb(82,83,180) 0%, rgb(103,62,170) 0%, rgb(160,49,191) 0%, rgb(143,60,197) 40%, rgb(132,70,200) 85%, rgb(105,61,175) 96%);
}
span.awesome {
	background: -webkit-linear-gradient( 0deg, rgb(152,69,204) 0%, rgb(113,88,204) 20%, rgb(72,106,161) 45%, rgb(79,98,195) 62%, rgb(82,83,180) 79%, rgb(103,62,170) 98%);
	background: linear-gradient( -90deg, rgb(152,69,204) 0%, rgb(113,88,204) 20%, rgb(72,106,161) 45%, rgb(79,98,195) 62%, rgb(82,83,180) 79%, rgb(103,62,170) 98%);
}
span.twomvisit {
	background: -webkit-linear-gradient( 0deg, rgb(152,69,204) 0%, rgb(82,83,180) 0%, rgb(72,106,161) 0%, rgb(38,127,166) 0%, rgb(44,166,222) 55%, rgb(20,123,219) 93%);
	background: linear-gradient( -90deg, rgb(152,69,204) 0%, rgb(82,83,180) 0%, rgb(72,106,161) 0%, rgb(38,127,166) 0%, rgb(44,166,222) 55%, rgb(20,123,219) 93%);
}
span.alltime {
	background: -webkit-linear-gradient(45deg, rgba(128,3,46,1) 0%, rgba(0,119,255,1) 50%, rgba(0,128,0,1) 100%);
	background: linear-gradient(45deg, rgba(128,3,46,1) 0%, rgba(0,119,255,1) 50%, rgba(0,128,0,1) 100%);
}
span.rigged-luck {
	background: -webkit-linear-gradient(90deg, rgba(5,129,133,1) 0%, rgba(0,0,0,1) 50%, rgba(222,165,32,1) 100%);
	background: linear-gradient(90deg, rgba(5,129,133,1) 0%, rgba(0,0,0,1) 50%, rgba(222,165,32,1) 100%);
}
span.the-robin {
	border-color: #ff0052;
	background: -webkit-linear-gradient(45deg, rgb(249, 9, 9) 0%, rgb(255, 25, 121) 50%, rgb(243, 119, 227) 100%);
	background: linear-gradient(45deg, rgb(249, 9, 9) 0%, rgb(255, 25, 121) 50%, rgb(243, 119, 227) 100%);
}
span.veteran {
	border-color: #5bc200;
	background: -webkit-linear-gradient(315deg, rgba(64,97,36,1) 0%, rgba(91,194,0,1) 100%);
	background: linear-gradient(135deg, rgba(64,97,36,1) 0%, rgba(91,194,0,1) 100%);
}
span.grand-master {
	border-color: #41B7C9;
	background: -webkit-linear-gradient(45deg, rgba(109,63,202,1) 0%, rgba(47,122,193,1) 40%, rgba(69,156,237,1) 70%, rgba(65,183,201,1) 100%);
	background: linear-gradient(45deg, rgba(109,63,202,1) 0%, rgba(47,122,193,1) 40%, rgba(69,156,237,1) 70%, rgba(65,183,201,1) 100%);
}
span.juggernaut {
	border-color: #8f0000;
	background: -webkit-linear-gradient(45deg, rgba(107,29,29,1) 0%, rgba(120,19,19,1) 30%, rgba(150,3,3,1) 60%, rgba(143,0,0,1) 100%);
	background: linear-gradient(45deg, rgba(107,29,29,1) 0%, rgba(120,19,19,1) 30%, rgba(150,3,3,1) 60%, rgba(143,0,0,1) 100%);
}
.rank-medals span.fa.fa-plus {
	margin-left: 2px;
}
#edit-profile-tabs-holder {
	height:366px;
	opacity:0;
	overflow:hidden;
}
.ui-tabs-vertical { width: auto; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width:17%; min-width: 190px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; width: 79%; text-align:left; }
.thead { margin:0; height:24px; padding:0; text-transform:uppercase; font:12px Arial, Helvetica, sans-serif;vertical-align:middle; }
.thead-2 { margin:0; height:22px; padding:0px 0px 0px 20px; text-align:left; text-transform:uppercase; font:10px Arial, Helvetica, sans-serif; vertical-align:middle; border:1px solid #d9d9d9; color:#807f7f; }
.thead-2 span { font-weight:700; color:#3f3f3f; }
.thead-3 { background: #d3d3d3; margin:0; padding:0; font:12px Arial, Helvetica, sans-serif; line-height:30px; }
.thead-3:first-child { padding: 0 0 0 20px; font-weight:700; }
.topic_row td {
	padding:6px;
	border-right:1px solid #d9d9d9; 
	border-bottom:1px solid #d9d9d9; 
	border-left:1px solid #d9d9d9; 
}
.glance .topic_row:nth-child(2) td {
	border-top:1px solid #d9d9d9; 
}
.glance .topic_row td:last-child {
	border-right:none; 
}
.ui-dialog h4 {
	font-size: 12px;
	margin-bottom:5px;
}
.general ul li.ui-helper-hidden {
	display:none;
}
.signature {
	width:340px;
	height:40px;
}
table.padded {
	padding: 0;
}
#debug-section {
	width:1200px;
	margin:0 auto;
}
.shout-scroll .shout {
	margin-left: 1px;
	margin-right: 1px
}
.shout-scroll {
	height: 250px;
	overflow: auto!important;
	background-color: #fff
}
.shout-scroll #chatwindow, .shout-scroll #userwindow {
	height: auto
}
#cse .cse .gsc-control-cse, #cse .gsc-control-cse {
	background:none;
	border:0 none;
}
#cse .gsc-input-box {
	border: 1px solid #D9D9D9;
}
.qc-cmp-button {
	background-color: #147BDB !important;
	border-color: #147BDB !important;
}
.qc-cmp-button:hover {
	background-color: transparent !important;
	border-color: #147BDB !important;
}
.qc-cmp-alt-action,
.qc-cmp-link {
	color: #147BDB !important;
}
.qc-cmp-button.qc-cmp-secondary-button:hover {
	border-color: transparent !important;
	background-color: #147BDA !important;
}
.qc-cmp-button.qc-cmp-secondary-button {
	border-color: #eee !important;
	background-color: #eee !important;
}
.members .fa,
.acc-links-body .fa,
.members .fab,
.acc-links-body .fab {
	width: 18px;
	text-align: center;
}
.open-table ul.badge {
	margin: 0;
}
.ui-progressbar.ui-widget-content {
	border: 1px solid #d9d9d9;;
}
.custom-menu {
	display: none;
	z-index: 17;
	position: absolute;
	overflow: hidden;
	border: 1px solid #CCC;
	white-space: nowrap;
	background: #FFF;
	color: #333;
	border-radius: 5px;
	padding: 0;
}
.custom-menu li {
	padding: 8px 12px;
	cursor: pointer;
	list-style-type: none;
}

.custom-menu li:hover {
	background-color: #DEF;
}
.ribbon {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	left: -20px; /*add border*/ 
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #BA070F;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #BA070F;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #BA070F;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #BA070F;
}
.ribbon .ribbon-hot {
	background: #BA070F;
	color: #FFF;
}
.emotes {
	background: url(/images/forums/emotes.png) no-repeat top left;
}
.shout .emotes {
	margin: 0 1px;
}
span.emotes {
	display: inline-block;
}
.emote-icon_ayylmao{ background-position: 0 0; width: 25px; height: 25px; } 
.emote-icon_biggrin{ background-position: 0 -75px; width: 25px; height: 25px; } 
.emote-icon_confused{ background-position: 0 -150px; width: 25px; height: 25px; } 
.emote-icon_cool{ background-position: 0 -225px; width: 25px; height: 25px; } 
.emote-icon_deuce{ background-position: 0 -300px; width: 25px; height: 25px; } 
.emote-icon_eek{ background-position: 0 -375px; width: 25px; height: 25px; } 
.emote-icon_evil{ background-position: 0 -450px; width: 25px; height: 25px; } 
.emote-icon_finger{ background-position: 0 -525px; width: 25px; height: 25px; } 
.emote-icon_gorilla{ background-position: 0 -600px; width: 25px; height: 25px; } 
.emote-icon_lol{ background-position: 0 -675px; width: 25px; height: 25px; } 
.emote-icon_lookdown{ background-position: 0 -750px; width: 25px; height: 25px; } 
.emote-icon_love{ background-position: 0 -825px; width: 25px; height: 25px; } 
.emote-icon_mad{ background-position: 0 -900px; width: 25px; height: 25px; } 
.emote-icon_ninja{ background-position: 0 -975px; width: 25px; height: 25px; } 
.emote-icon_question{ background-position: 0 -1050px; width: 25px; height: 25px; } 
.emote-icon_razz{ background-position: 0 -1125px; width: 25px; height: 25px; } 
.emote-icon_real{ background-position: 0 -1200px; width: 25px; height: 25px; } 
.emote-icon_redface{ background-position: 0 -1275px; width: 25px; height: 25px; } 
.emote-icon_rolleyes{ background-position: 0 -1350px; width: 25px; height: 25px; } 
.emote-icon_sad{ background-position: 0 -1425px; width: 25px; height: 25px; } 
.emote-icon_smile{ background-position: 0 -1500px; width: 25px; height: 25px; } 
.emote-icon_surprised{ background-position: 0 -1575px; width: 25px; height: 25px; } 
.emote-icon_swear{ background-position: 0 -1650px; width: 25px; height: 25px; } 
.emote-icon_think{ background-position: 0 -1725px; width: 25px; height: 25px; } 
.emote-icon_twisted{ background-position: 0 -1800px; width: 25px; height: 25px; } 
.emote-icon_wink{ background-position: 0 -1875px; width: 25px; height: 25px; } 
.emote-icon_zip{ background-position: -75px 0; width: 25px; height: 25px; } 
.emote-icon_zzz{ background-position: -75px -75px; width: 25px; height: 25px; }
.desc-mobile {
	font-weight: normal;
	margin-top: 5px;
}
.new-icon {
	padding: 1px 0 1px 1px;
	background-color:#CF3434;
	color:#fff;
	display:inline-block;	
	font-size:8px;
	letter-spacing: 1px;
	min-width: 24px;
	line-height: 9px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.new-icon.threeday {
	background-color:#198D06;
}
.new-icon.sevenday {
	background-color:#006DC2;
}
.prefix-label2 {
	display: inline-block;
	font-family: Arial, Verdana, Tahoma;
	font-weight: 400;
	font-size: 12px;
	background-color: #147BDB;
	color: #fff;
	padding: 2px 4px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
	height: 12px;
}
.prefix-label {
	display: inline-block;
	font-family: 'Roboto Condensed', Arial,Verdana,Tahoma;
	font-weight: 700;
	font-size: 13px;
	background-color: #147BDB;
	color: #fff;
	padding: 1px 5px 1px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 3px;
	height: 16px;
}
.post-row-top .prefix-label {
	line-height: initial;
	margin-bottom: 0;
	vertical-align: middle;
}
.tab_white .prefix-label {
	margin-left: 5px;
	display: inherit;
}
.post-row-top .gensmall {
	line-height: 14px;
}
.topic-prefix-links {
	padding: 8px 5px;
	background: url(/themes/v5/images/transparancy2.png) repeat;
}
#filter-form p {
	margin-bottom: 2px;
}
.ad-height-250 {
	/*min-height:250px;*/
}
.ad-height-90 {
	/*min-height:90px;*/
}
.top-ad {
	margin:0 auto;
	max-width:1280px;
}
.button-link {
	display: block;
	padding: 6px;
	background-color: #147bdb;
	color: #fff;
}
.button-link:hover {
	background-color: #338ada;
}
#light-frame + .container .buy-premium-bar {
	margin-top: 0px;
	position: relative;
}
.ttg-leaderboard #light-frame+.container .bold.mb.mt.right {
	position: relative;
}
.spider {
	display: block;
	position: fixed;
	top: -210%;
	right: 25%;
	width: 60px;
	height: 200%;
	z-index: 999999;
	pointer-events: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(/images/misc/spider.png)
}
.spider.ls {
	left: 25%;
}
.spider::after {
	content: " ";
	display: block;
	background: #493d30;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	margin-top: -70px
}
.side-blocks ul li .scdkey a {
	line-height: normal;
}
.side-blocks .scdkey .mt {
	margin-top: 4px;
}
.side-blocks .scdkey .mt:last-child {
	margin-top: 6px;
}
.scdkey-card {
	width: 290px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	float: right;
	font-size: 12px;
	font-family: "Arial",Verdana,Tahoma;
}
.scdkey-card ul li {
	line-height: inherit;
}
.scdkey-card ul li a {
	line-height: normal;
}
.scdkey-card ul li a.scdkey-title {
	font-size:14px;
}
.scdkey-card .scdkey-in .mt {
	margin-top: 0;
}
.scdkey-card .scdkey-in .mt:last-child {
	margin-top: 5px;
}
.storycontent .scdkey-card ul {
	margin:0;
	padding: 0;
}
.scdkey-button {
	background-color: #D0520E;
	padding: 2px 20px;
	color: #fff;
}
.scdkey-button:hover { 	
	color: #fff;
}
.scdkey-logo {
	background: url(/images/scdkey-logo-black.png) no-repeat 86px 0;
	height: 18px;
}
.stat-head {
	line-height: 30px;
	background: #252525;
	font-size: 12px;
	color: #fff;
	border-bottom: 0 none;
	padding-left: 15px;
}
.stat-col {
	display: inline-block;
	width: 20%;
	border-right: 2px solid #dddfe1;
	padding: 12px 0px;
}
.stat-col:last-child {
	border-right: 0 none;
}
.stat-avatar {
	width: 39%;
	float: left;
	text-align: left;
	position: relative;
}
.stat-avatar .fa-user {
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.stat-info {
	width: 58%;
	float: right;
	text-align: left;
	word-wrap: break-word;
}
a.icon { 
	display: inline-block;
	text-decoration:inherit;
}
.icon::before {
	display: inline-block;
	margin-right: .3em;
	font-style: normal;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: "font awesome 5 pro";
	font-weight: 400;
}
.admin-bars {
	font-size: 21px;
}
.draw-button {
	width: 100%;
	padding: 8px;
	font-size: larger;
	border: 1px solid #51cbee;
}
.draw-message {
	color:#fff !important;
	background-color: #147bdb !important;
}
.draw-message span {
	color:#fff !important;
}
.related-articles-desc {
	position:absolute;
	bottom:0;
	left:0;
	background: url(/themes/v5/images/transparancy.png) repeat;
	color: #fffefe;
	width: 200px;
	height: 180px;
	padding:10px;
	font-size:14px;
}
.related-articles-num {
	position:absolute;
	top:0;
	right:0;
	background: url(/themes/v5/images/transparancy.png) repeat;
	color: #fffefe;
	text-align:center;
	padding:10px;
	font-size:14px;
	border-bottom-left-radius:5px;
	font-weight:700;
}
.related-articles-time {
	position:absolute;
	bottom:0;
	left:0;
	color: #fffefe;
	width: 200px;
	padding:10px;
}
.related-articles {margin: 0px 0px;}
.related-articles div {text-align:left;position:relative;margin: 0px 6px 5px 6px;display:inline-block;overflow:hidden;border-top: 5px solid #147bdb;}
.related-articles div img {width: 200px;height: 360px;object-fit: cover;overflow:hidden;}
.related-articles div:hover img.story-thumb {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}