body {
	overflow-y: scroll;
}

html,body {
	background: #0b0b0b url('images/background.jpg') repeat top left;
	color: #fff;
	font-family: "Tahoma", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.text-center {
	text-align: center;
}

a span {
	color: #00a700;
	text-decoration: none;
	/*font-weight: normal;*/
}

a span:hover {
	color: #00FF00;
	text-decoration: none;
	/*font-weight: normal;*/
}

a {
	color: #00a700;
	text-decoration: none;
	/*font-weight: normal;*/
}

a:hover {
	color: #00FF00;
	text-decoration: none;
	/*font-weight: normal;*/
}

hr {
	background-color: #00A700;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #00A700;
	clear: both;
	color: #00A700;
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	empty-cells: show;
	width: 100%;
}

th,td {
	border:1px solid #000;
}

th, th a {
	background: #1f1f1f;
	color: #fff;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}

.register th, th a {
	background: #1f1f1f;
	color: #fff;
	padding: 5px;
	text-align:left;
}

#stats th, #stats th a {
	font-size: 12px;
	padding: 5px;
}

#logo {
	text-align: center;
	clear: both;
	padding-top: 5px;
}

td {
	background: #161616 url('images/td-top.png') repeat-x top;
	color: #fff;
	padding: 5px 10px;
}

.category td {
	padding: 2px 5px;
}

th a:hover {
	color: #fff;
}

h1 {
	font-size: 200%;
}

h2,h3 {
	font-size: 100%;
}

.category h2,.topic h2,#portal h2,#portal_foot h2,thead th, #acplogin thead th {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 2px solid #00A700;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 30px;
}

.calendar thead th, table thead th {
	/*padding: 3px 5px 8px 5px!important;*/
	padding: 0;
	color: #00A700;
}

thead th {
	border-bottom-width: 1px;
	padding: 5px;
	text-align: center;
}

h2.special {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 2px solid #00A700;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	margin-bottom: 0;
	line-height: 30px;
	padding: 0 10px;
}

input,select,textarea,button,a.btn_fake {
	background: url('images/td-top.png') repeat-x top #141414;
	border: 1px solid #000;
	color: #fff;
	padding: 3px 5px;
	vertical-align: middle;
}

textarea {
	font-family: "Tahoma", sans-serif;
	font-size: 100%;
	margin: auto;
	width: 98%;
}

input:focus,input.focus,textarea:focus,textarea.focus {
	background: url('images/td-top.png') repeat-x top #151515;
}

.submit_error {
	background: #00A700;
	border: 1px solid #e77700;
}

#c_postbtn button, #c_postbtn a.btn_fake {
background: url('images/td-top.png') repeat-x top #141414;
color:#ccc;
cursor:default;
padding:3px 5px;
margin:0;
font-family: Arial, Helvetica, sans-serif;
overflow:visible;
border:1px solid #000;
min-width:100px;
min-height:25px;
}

/*#c_postbtn button {
float: right;
}*/

button.btn_normal, button.btn_default {
background: url('images/td-top.png') repeat-x #141414;
color:#ccc;
cursor:pointer;
padding: 3px 5px;
margin:0;
font-family: Arial, Helvetica, sans-serif;
overflow:visible;
border:1px solid #000;
min-width:140px;
min-height:25px;
font-weight:900;
}

button.btn_normal:hover, button.btn_default:hover, button.btn_mod:hover,
#c_postbtn button:hover, #c_postbtn a.btn_fake:hover {
	color: #fff;
}

#c_postbtn button:hover,#c_postbtn a.btn_fake:hover, button.btn_normal:hover, button.btn_default:hover, button#c_bbcode:hover{
background: url('images/td-top.png') repeat-x #151515;
border:1px solid #000;
cursor: pointer
}

button.btn_mod {
background: url('images/td-top.png') repeat-x #131313;
border:1px solid #000;
color:#ccc;
vertical-align:middle;
padding: 3px 5px;
}

button,a.btn_fake {
background: url('images/td-top.png') repeat-x #131313;
color:#ccc;
cursor:default;
margin:0;
font-family: Arial, Helvetica, sans-serif;
overflow:visible;
width:auto;
border:1px solid #000;
}

button:hover,a.btn_fake:hover {
background: url('images/td-top.png') repeat-x #151515;
border:1px solid #000;
cursor: pointer;
color: #fff;
}

button.btn_text {
background:none;
border:0;
cursor:pointer;
font-family: "Arial", "Bitstream Vera Sans", Verdana, sans-serif;
font-size:100%;
}

.notice {
	background: url('images/td-top.png') repeat-x #141414;
	border: 1px solid #00A700;
	border-top: 0;
	color: #fff;
	margin: 10px auto;
	width: 70%;
	border-radius: 5px;
}

.notice dt {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 2px solid #00A700;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 30px;
}

.notice dd {
	font-style: italic;
	margin: 0;
	text-align: center;
}

dl.info {
	background: url('images/td-top.png') repeat-x #141414;
	border: 1px solid #000;
	color: #ccc;
}

.info dt {
	color: #fff;
}

dl.error {
	background: url('images/td-top.png') repeat-x #141414;
	border: 1px solid #cc0000;
	color: #ccc;
}

.error dt {
	color: #cc0000;
	border-bottom: 2px solid #cc0000;
}

/* TOP */
#top {
	position:  fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:30px;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #00A700;
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	font-size: 12px;
	line-height: 30px;
	z-index: 1000;
}

#top:after {
	content: "";
	display: block;
	clear: both;
}

#top_info {
	color: #00A700;
	float: left;
	margin: 0;
}

#top_info a {
	color: #00A700;
	font-weight: bold;
}

#top_info a:hover {
	color: #fff;
}

#top_menu {
	border: 0;
	float: right;
}

.drop_menu {
	margin: 0;
}

.drop_menu li {
	float: left;
	text-align:center;
	padding-left: 5px;
	padding-right: 2px;
	margin-right: 1px;
	position: relative;
}

.drop_menu a:hover {
	color: #00A700;
}

.drop_menu a {
	color: #fff;
	display: block;
	padding: 0;
	box-sizing: border-box;
	position:relative;
	width: 110px;
	font-weight: bold;
}

.drop_menu ul {
	color: #fff;
	right: 0;
	margin: 0;
	position: absolute;
	width: 140px;
	margin: 0;
	display: none;
}

.drop_menu ul li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 140px;
}

.drop_menu ul li a {
	background: #141414;
	border-style: solid;
	border-color: #00A700;
	border-width: 0 1px 1px;
	display: block;
	padding: 0 5px;
	line-height: 20px;
	width: 140px;
	box-sizing: border-box;
	color: #00A700;
}

.drop_menu li ul li a:hover {
	color: #fff;
}

.drop_menu a img {
	vertical-align: middle;
}

.drop_menu li:hover ul, .drop_menu li.hover ul {
	display: block;
}

#top ul,#nav,ul.cat-pages,ul.cat-topicpages,table.calendar ul,div.meta_menu ul,#pm_folderlist,#profile_menuwrap ul {
	list-style:none;
	padding:0;
}

#profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd {
	margin:0;
}

#top li,#nav li,ul.cat-pages li,ul.cat-topicpages li,table.calendar li,#pm_folderlist li,#profile_menuwrap li,#ucp_gallery li {
	display:inline;
}

#advertisement {
	margin:18px 0 0 750px;
	padding:0;
	background: url('images/td-top.png') repeat-x #181818;
	border:1px solid #000;
	position:absolute;
	z-index:1;
}

#topcat {
	margin:0 !important;
}

/* SUBMENU */
#submenu_wrap {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border: 0;
	height: 30px;
	border: 1px solid #000;
	border-radius: 5px;
	line-height: 28px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
}

#submenu {
	color: #00A700;
	padding: 0;
	text-align:right;
}

#submenu a {
	color: #ccc;
	padding: 0 10px;
}

#submenu a:hover {
	color: #fff;
}

/* WRAPPER */
#wrap {
	width: 100%;
	background: #131313;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
}

#main_content {
	width: 95%;
	margin: 0 auto;
	max-width: 1400px;
	min-width: 980px;
}

#main {
	height: auto;
}

/* NAVIGATION */
#nav {
	background: #131313;
	color: #00A700;
	margin: 5px 0;
	font-size: 12px;
	line-height: 16px;
}

#nav a {
	font-weight: bold;
	color: #ccc;
}

#nav a:hover {
	color: #fff;
}

.meta_box {
	background: #181818;
	border:1px solid #000;
	line-height:150%;
	padding:10px 25px;
}

.meta_menu {
	background: url('images/td-top.png') repeat-x top #181818;
	border: 1px solid #000;
	border-top: 0;
	padding: 0;
	width: 49%;
	border-radius: 5px;
}

.meta_menu h3 {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 2px solid #00A700;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	text-align: center;
	margin: 0 -1px;
	line-height: 30px;
	padding: 0 10px;
}

.meta_menu a {
	color: #00A700;
}

.meta_menu a:hover {
	color:#fff;
}

ul.cat-pages {
float:left;
margin:15px 0;
padding: 5px 1px;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
background:#2d2e2e;
border:1px solid #000;
color:#ccc;
}

.cat-pages a:hover,.cat-topicpages a:hover {
color:#fff;
}

.cat-pages span {
background:#00A700;
color:#000;
border:1px solid #000;
cursor:default;
font-weight:700;
padding:2px 5px;
}

.cat-pages input {
background:#222;
color:#00A700;
padding:3px 5px;
vertical-align:baseline;
}

ul.cat-topicpages {
float:right;
padding:1px 0;
}

.row2.pin td ul.cat-topicpages a, .row1.pin td ul.cat-topicpages a {
	color: #ccc;
	font-weight: normal;
}

.row2.pin td ul.cat-topicpages a:hover, .row1.pin td ul.cat-topicpages a:hover {
	color: #fff;
}

tr.generic td,div.generic {
font-weight:700;
padding:20px;
text-align:center;
}

td.c_head,td.c_sort {
	background: #151515 url('images/td-top.png') repeat-x top;
	color: #00A700;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
}

td.c_foot {
	background: #181818 url('images/td-top.png') repeat-x top;
	color: #00A700;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
}

td.c_desc {
	background: url('images/td-top.png') repeat-x top #161616;
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
	width: 150px;
	font-size: 12px;
}

td.c_desc small {
	display: block;
	font-weight: 400;
	font-size: 10px;
}

tr.pm_new td {
background: url('images/td-top.png') repeat-x top #161616;
font-weight:700;
}

tr.hidden td.c_post {
background:#181818;
}

.bday {
background:url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat;
color:#00A700;
font-weight:700;
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

td.c_mark {
	background: url('images/td-top.png') repeat-x top #181818;
	text-align: center;
	width: 1%;
}

td.c_forum {
	color: #fff;
	width: 60%;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	box-sizing: border-box;
}

.c_forum strong {
	margin-bottom: 5px;	
}

.c_forum strong a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

td.c_forum table tr td {
	padding: 10px;
}

td.c_forum table tr td hr {
	border: 0;
	background: #000;
}

td.c_last {
	font-size: 11px;
	background: #181818 url('images/td-top.png') repeat-x top;
}

.c_forum-desc {
	color:#00A700;
}

.c_last-title {
	background: none;
	display: block;
	line-height: 16px;
	padding-left: 0px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

td.c_subforum {
background: url('images/td-top.png') repeat-x top #181818;
color:#fff;
}

.cat_head {
	border: 0;
	padding: 0;
}

.description {
color:#fff;
}

a.member:hover {
color:#fff;
}

a.member img, td.c_desc a.member img {
	vertical-align: baseline;
	float: none;
}

td#stats_events a,td#stats_events span {
background:url(http://z3.ifrm.com/11/88/0/p31811/minical.png) no-repeat 2px;
padding:4px 0 4px 20px;
}

td.c_username {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	padding: 0;
	text-align: center;
	color: #00A700;
}

td.c_username a {
font-weight:700;
color: #00A700;
}

td.c_user {
	font-size: 11px;
}

td.c_user dl {
	background: url('images/td-top.png') repeat-x #1d1d1d;
	border: 1px solid #000;
	margin: 0 0 5px 0;
	padding: 10px;
	width: 204px;
	color: #ffffff;
	box-sizing: border-box;
}

td.c_user dl.user_profile {
overflow:hidden;
word-wrap:break-word;
font-weight:900;
padding: 10px 10px 5px 10px;
}

dl.user_profile dd {
font-weight:400;
margin: 0 0 5px 8px;
}

dl.user_profile dt {
margin-bottom:0;
}

dl.user_info dd {
font-weight:700;
margin-bottom:2px;
}

/*#profile_menuwrap {
	padding-top: 3px;
	padding-bottom: 2px;
}*/

#profile_menu ul {
	border-top: 0;
	right: auto;
	left: -1px;
}

#profile_menu li {
	padding: 0;
}

#profile_menu li a {
	border-top: 0;
	border-left: 0;
	text-align: center;
}

#profile_menu a {
	background: url('images/td-top.png') repeat-x top #181818;
	color: #00A700 !important;
	padding: 0 7px;
	width: 120px;
	border: 1px solid #000;
}

#profile_menu a:hover {
	background: url('images/td-top.png') repeat-x top #161616;
	color: #fff !important;
}

#profile_menu li li a {
	border-top: 0;
	border-left: 1px solid #000;
	padding: 5px 7px;
	width: 200px;
	text-align: left;
}

#profile_menu li ul li a:hover {
	color: #fff;
}

td.c_poll-choice label {
font-weight:700;
padding-left:1em;
}

td.c_poll-votes {
text-align:center;
width:15%;
}

td.c_poll-bar div {
background:url(http://z3.ifrm.com/280/108/0/f278678/Pulse_Poll_Right.gif) no-repeat right;
float:left;
height:14px;
padding-right:3px;
}

td.c_poll-bar span {
background:url(http://z3.ifrm.com/280/108/0/f278679/Pulse_Poll_Left.gif) no-repeat;
display:block;
float:left;
height:14px;
width:3px;
}

.editby,.queued {
border:1px dotted #000;
color:#999;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

.queued {
background-color:#222;
border-color:#000;
}

blockquote {
	background: url('images/td-top.png') repeat-x #181818;
	border: 1px solid #000;
	margin: 10px auto;
	width: 98%;
}

blockquote div {
	margin: 1px !important;
	background: #141414;
}

blockquote dl {
	border-bottom: 1px solid #000;
	color: #00A700;
	padding-right: 35px;
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
}


blockquote dl dt {
	color: #ccc;
	float: left;
	font-weight: 700;
	margin-top: 1px;
}

code {
	background: #141414;
	display:block;
	font-family:Monaco, Consolas, "Courier New", Courier, monospace;
	max-height:400px;
	overflow:auto;
	white-space:pre;
	margin: 1px!important;
	color: #ccc;
	width: 100% !important;
	box-sizing: border-box;
}

.code_dl {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	margin: 0;
	color: #00A700;
}

div.spoiler {
	border: 1px solid #000;
	border-top: 0;
	background: #141414;
	color: #fff;
	display: block;
	padding: 5px 7px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

div.spoiler_toggle {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border: 1px solid #000;
	color: #ccc;
	cursor: pointer;
	font-weight: 700;
	padding: 3px 4px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

div.spoiler_toggle:hover {
	color: #fff;
}

.left, .right {
	vertical-align:middle;
	color: #ccc;
}

td.c_postinfo {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	color: #00A700;
	vertical-align: middle;
	font-size: 12px;
}

td.c_postinfo input {
vertical-align:middle;
}

td.c_sig {
	color: #fff;
}

td.c_sig blockquote {
background:none transparent;
border:0;
border-left:3px solid #888;
padding-left:5px;
}

td.c_sig blockquote dl {
background:none transparent;
border:0;
color:#00A700;
}

td.c_sig blockquote dl dt,td.c_sig blockquote dl dd {
color:#00A700;
padding:0;
}

td.c_sig blockquote div {
background:transparent;
margin-left:5px;
}

tr.c_postfoot td {
	background: url('images/td-top.png') repeat-x #1f1f1f;
	clear: both;
}

td.c_username {
width:195px;
}

.c_next a {
display:block;
font-weight:700;
text-align:center;
}

td.c_view {
	background: #181818 url('images/td-top.png') repeat-x top;
	color:#999;
	font-size: 12px;
}

div.c_view-list {
color:#999;
}

dl#fast-reply dt {
background:url(http://z3.ifrm.com/10/168/0/f263959/Pulse_H2_Alternative.gif) repeat-x top #181818;
border-left:1px solid #000;
border-top:1px solid #000;
border-right:1px solid #000;
color: #fff;
font-weight:700;
margin:0;
padding:5px;
text-align: center;
}


dl#fast-reply dd {
background: #181818;
border:1px solid #000;
padding:15px 0;
text-align:center;
}

#c_post-preview {
background: url('images/td-top.png') repeat-x #141414;
border:1px solid #000;
margin:0 auto 10px;
padding:5px;
text-align:left;
width:98%;
}

#c_post-resize span {
color:#00A700;
cursor:pointer;
padding:20px 5px 0;
}

#emot_wrap {
background: url('images/td-top.png') repeat-x #161616;
border:1px solid #000;
}

#emot_wrap h3 {
background: url('images/td-top.png') repeat-x #1f1f1f;
border-bottom:1px solid #000;
border-top: 1px solid #000;
color:#00A700;
text-align:center;
}

#emot_end {
background: url('images/td-top.png') repeat-x #141414;
border-top:1px solid #000;
display:block;
font-weight:700;
padding:4px 0;
text-align:center;
}

#emot_end:hover {
background: url('images/td-top.png') repeat-x #151515;
}

#pm_folders {
background: url('images/td-top.png') repeat-x #141414;
border-left:1px solid #000;
border-right:1px solid #000;
padding-top:20px;
vertical-align:top;
width:150px;
}

#pm_folderlist {
position: relative;
margin-left:0;
margin-top:0
}

#pm_folderlist li {
background:url(http://z3.ifrm.com/10/168/0/f264162/Pulse_PM_Folder.gif) no-repeat 5px;
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
border:1px dotted #000;
color:#00A700;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

#ucp_gallery ul{
padding: 10px;
}

#ucp_gallery a {
color:#00A700;
font-weight:700;
display: block;
padding: 3px 10px 3px 5px;
}

#ucp_gallery a:hover {
color:#00A700;
background: #141414;
padding: 2px 9px 2px 4px;
border: 1px solid #000;
}

.calendar td.cal_inactive {
background: url('images/td-top.png') repeat-x #131313;
color:#353535!important;
}

.calendar tbody td div {
	background: url('images/td-top.png') repeat-x #1f1f1f;
	border-bottom: 1px solid #000;
	font-weight: 700;
	padding: 5px 7px;
}

.calendar .h2wrap {
	text-align: center;
}

.calendar div a {
	background: url('images/s_minibday.png') no-repeat 5px;
	font-weight: 400;
	padding: 0 0 6px 24px;
}

.calendar li a, .calendar li span {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding: 3px;
}

div.portal_content {
	background: url('images/td-top.png') repeat-x top #181818;
	border: 1px solid #000;
	margin: 0;
	padding: 5px 7px;
}

#portal h4 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

#faq dt a {
	color: #00A700;
	font-weight: 700;
}

#faq dd.faq_more a,#faq dl.faq_more a:hover, #faq dt a:hover{
	color: #00A700;
}

#search_form {
	font-size: 12px;
}

.search_results {
	background: url('images/td-top.png') repeat-x top #181818;
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 5px 7px;
	color: #ccc;
}

.search_results h3 {
	display:inline;
}

.search_results cite,.search_results p {
	color: #ccc;
	margin: 0;
}

.search_results p {
	border-top: 1px dotted #ccc;
	padding-top: 3px;
}

.search_results div {
	padding-left: 20px;
}

#findposts .c_mark {
	color: #aaa;
	font-weight: 700;
	vertical-align: top;
}

#pmtoast {
background:url(http://z3.ifrm.com/11/88/0/p31719/logo_bg.png) repeat-x bottom #212324;
border:2px solid #00a700;
bottom:10px;
color:#00a700;
display: none;
position:fixed;
right:10px;
text-align:right;
text-decoration:none;
width:200px;
z-index:1;
}

#pmtoast:hover {
border-color:#00ff00;
}

#pmlink {
background:url(http://z3.ifrm.com/11/88/0/p31724/pm_link.png) no-repeat 15px;
color:#aaa;
display:block;
padding:10px 10px 10px 55px;
text-decoration:none;
border: 2px solid #000;
border-bottom: 1px solid #000;
}

#pmlink big {

color:#00a700;
display:block;
font-weight:700;
padding-bottom:5px;
}

#pmlink strong {
color:#eee;
}

#pmclose {
border:2px solid #000;
border-top:1px solid #333;
color:#bbb;
display:block;
padding:1px 10px;
}

#pmclose:hover {
color:#00a700;
}

/* FOOTER */
#foot_wrap {
	margin: 20px 0px 10px 0;
}

#foot td {
	background: #161616 url('images/td-top.png') repeat-x top;
	border: 1px solid #000;
	color: #ccc;
	font-size: 11px;
	line-height: 20px;
}

#foot a, #foot a:hover {
	color:#fff;
}

#foot #foot_datetime {
	border-left: 1px solid #000;
	width: 1%;
	white-space: nowrap;
}

#copyright, #theme-copyright {
	color: #ccc;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#copyright a, #theme-copyright a {
	color: #00A700;
	font-weight: bold;
}

#copyright {
	margin-bottom: 5px;
}

#c_tos h3 {
color:#aaa;
}

input.username_ok {
outline:2px solid #00cc00;
}

input.username_no {
outline:2px solid #cc000a;
}

#acplogin {
background: none;
height:155px;
left:50%;
border: 0;
margin:-137.5px 0 0 -250px;
padding-top: 20px;
position:absolute;
top:50%;
width:500px;
}

#acplogin h1 {
display: none;
}


#acplogin h1 img {
position:absolute;
}

a img {
border:0;
}

form {
display:inline;
margin:0;
padding:0;
}

.category h2,.topic h2 {
text-align:left;
}

h3 {
padding:3px 0;
}

input[type=checkbox] {
background:transparent;
border:0;
padding:0;
vertical-align:bottom;
}

input[type=radio] {
border:0;
}

select {
margin:0 7px;
padding:0;
vertical-align:bottom;
}

option {
margin:2px 0;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
}

.notice dt {
	padding: 0 7px;
}

.notice dd {
	padding: 10px;
}

.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box li {
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
}

.meta_menu ul {
	margin: 5px 10px;
}

.meta_menu img,.meta_menu span {
	float: right;
	margin: 10px 20px;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
	cursor: pointer;
	padding: 2px 5px;
}

/*.cat-topicpages a {
	padding: 0 2px;
}*/

.cat-buttons,.topic-buttons {
	float: right;
	margin: 15px 0;
	text-align: right;
}

tr.postbtn td {
	padding: 5px;
	text-align: center;
}

.row1,.row2 {
	line-height: 1.4;
}

td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button {
	padding: 1px;
}

td.c_desc img,td.c_desc input {
	float: left;
	vertical-align: middle;
}

.category {
	margin: 10px 0;
}

span.collapse,span.uncollapse {
	cursor: pointer;
	float: right;
	position: relative;
	top: 6px;
}

.c_mark img {
	display: block;
	margin: auto;
}

.c_last {
	line-height: 1.4;
	min-width: 300px;
	width: 30%;
}

.category td.c_foot {
	height: 10px;
}

#stats_members, #stats_legend, #membersonlinetodaycell {
	font-size: 12px;
}

#stats_members a:hover, #stats_legend a:hover {
	color: #fff;
}

td.c_cat-mark,td.c_cat-icon {
	padding: 5px 0;
	text-align: center;
	width: 30px;
}

td.c_cat-starter {
	width: 125px;
}

td.c_cat-lastpost {
	width: 175px;
	font-size: 12px;
}

.c_user {
	vertical-align:top;
}

img.c_user {
	height: 1px;
}

.avatar, img.member{
	display: block;
	margin: auto;
	text-align: center;
	max-width: 204px;
	height: 100px;
}

.av_wrap {
	overflow: hidden;
	text-align: center;
	margin: auto;
}

td.c_user .usertitle {
	text-align: center;
	margin: 3px 0 5px 0;
}

.pip {
	margin: 3px 0;
	white-space: nowrap;
}

dl.user_info dt,dl.user_info dd {
	padding: .1em;
}

dl.user_info dt {
	float: left;
	margin: 0;
	min-width: 4em;
}

dl.user_info dd.spacer,dl.user_profile dd.spacer {
	clear: both;
	float: none;
	height: 1px;
	padding: 0;
}

td.c_poll-choice {
	line-height: 1.5;
	padding-left: 45%;
}

td.c_poll-answer {
	text-align: right;
	width: 42.5%;
}

td.c_poll-bar {
	text-align: left;
	vertical-align: middle;
	width: 42.5%;
}

* html td.c_poll-bar span {
	margin-top: 3px;
}

td.c_post {
	line-height: 1.7;
	vertical-align: top;
}

td.c_post ul {
	list-style-type: square;
	margin-left: 10px;
}

.c_post img,#topic_review img {
	max-width: 90%;
}

.c_post-attachment {
margin-top:1em;
padding:1em;
}

.c_post-attachment dd {
margin-left:1em;
}

.post_sep {
font-size:1px;
height:1px;
}

td.c_sig,td.c_nosig {
height:.5%;
vertical-align:top;
}

td.c_nosig {
border-top-style:hidden!important;
}

blockquote dl dt,blockquote dl dd {
	padding: 2px 4px;
}

blockquote div,blockquote code {
	margin: 0;
	padding: 5px;
}

dl#fast-reply {
clear:both;
margin:auto;
width:80%;
}

dl#fast-reply dd p {
margin:-3px;
padding:0 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display:block;
height:100px;
margin-bottom:10px;
padding:2px;
width:90%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
height:275px;
margin:0 auto;
overflow:auto;
padding:5px 0;
text-align:center;
}

div#emot_list {
padding:0;
}

#emot_list li {
display:inline;
padding:4px 10px;
}

#emot_list img {
cursor:pointer;
vertical-align:baseline;
}

.pm {
margin-bottom:1em;
}

#pm_datesent {
width:200px;
}

#pm_select {
text-align:center;
width:1px;
}

#conversation .c_post {
padding:2em;
}

#ucp_profile,#pm_messages {
float:right;
}

#ucp_settings img,#ucp_profile img {
margin:18px 20px;
}

#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar li {
display:list-item;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:3px;
}

#portal_head {
margin-bottom:10px;
}

#portal_foot {
margin-top:10px;
}

#portal_l,#portal_r {
margin:0;
padding:0;
}

#portal_l {
float:left;
width:200px;
}

#portal_r {
float:right;
width:200px;
}

#portal_news {
margin:0 210px 0 210px;
}

#portal_clear {
background:transparent;
border:none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;
}

.portal_box {
margin-bottom:5px;
padding:1px;
}

.portal_box table {
clear:none;
}

#portal h2,#portal_foot h2 {
clear:none;
margin:0;
padding:5px 5px;
}

#faq {
margin:20px 0;
}

#faq dl {
padding:1em;
}

#faq dt {
margin-bottom:5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

.search_results div {
display:block;
margin:5px 0;
}

#acplogin #loginform {
display:block;
padding:0 50px;
}

input,select,td,th {

}

#nav li span,.c_post-attachment dt,#c_tos dt {
font-weight:700;
}

button.btn_default {
font-weight:900;
}

.meta_box h3,td.c_topicfoot strong,#meta_welcome strong {

}

.row2 td {
background: url('images/td-top.png') repeat-x top #161616;
}

a.member,.calendar td a,.calendar a:hover,#faq dd a {
color:#fff;
}

#faq dd a:hover {
color: #fff;
}

img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img {
vertical-align:middle;
}

h1,h2,h3;#boardmeta,#main {
clear:both;
margin:0;
}

#meta_welcome,.search_results {
clear:both;
}

#stats_events {
line-height:2;
}

.c_cat-starter,.c_cat-replies,.c_cat-views,td.c_poll-total,td.c_poll-vote,td.c_topicfoot,.warn,.ucp th,#c_notes,.calendar th {
	text-align:center;
	font-size: 12px;
}

blockquote dl dd,#foot #foot_links {
text-align:right;
}

#foot_links a {
color: #00A700;
}

#foot_links a:hover {
color: #fff;
}

#c_post,#ucp_gallery {
text-align:center;
vertical-align:top;
}

.pm .row1 a,.pm .row2 a,#ucp_gallery button img,#findposts td a {
background: #161616;
border:0px solid #000;
color:#00A700;
vertical-align:middle;
padding: 3px 5px;
display:block;
}

input#files_upload {
background: url('images/td-top.png') repeat-x top #141414;
border:1px solid #000;
color:#00A700;
vertical-align:middle;
padding: 3px 5px;
display:block;
}

#ucp_settings,#pm_settings {
float:left;
}

#c_tos dd,#username_response {
margin-left:10px;
}

#vlx {
z-index:1;
}

#blog {
background: url('images/td-top.png') repeat-x top #181818;
border:1px solid #000;
color:#00A700;
margin: 10px auto;
}

#blog blockquote {
background:none;
border:none;

padding:0 10px;
padding-top: 10px;
}

#blog blockquote blockquote {
border: 1px solid #000;
padding: 0;
margin: 10px auto;
background: #333;
}

#blog blockquote blockquote div, #blog blockquote blockquote code {
background: url('images/td-top.png') repeat-x top #1f1f1f;
border:0;
}

#blog blockquote blockquote dl {
padding: 4px;
}

#blog h1 {
float:right;
margin-top: 35px;
margin-right: 20px;
color: #00A700;
}

#blog h1 a {
color: #00A700;
}

#blog h1 a:hover {
color: #fff;
}

#blog h2 {
background:none;
clear:none;
padding:0;
}

#blog h2,#blog h2 a{
color:#fff;
}

#blog_user {
border: 1px solid #000;
padding: 8px;
}

#blog_foot {
clear:both;
margin-bottom:20px;
}

#blog_head {
background: url('images/td-top.png') repeat-x top #1e1e1e;
border:8px solid #252525;
min-height: 120px;
}

#blog_head img.avatar {
display:inline;
}

#blog_head:after {
content: ".";
display: block;
height: 0;
line-height:0;
clear: both;
visibility: hidden;
}

#blog_main {
margin:20px 200px 10px 10px;
}

#blog_categories,#blog_readers,#blog_about,div.blog_options {
background: url('images/td-top.png') repeat-x top #282828;
color: #ccc;
margin:15px 0;
padding:5px 7px;
}

#blog_sidebar h3,#blog_sidebar dt {
color:#00A700;
font-weight:700;
}

#blog_sub {
background: url(http://z3.ifrm.com/280/108/0/f278671/Pulse_H2_Center.gif) repeat-x;
clear:both;
position:relative;
padding:5px 12px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
text-align:right;
}

#blog_sub a, #blog_sub a:hover {
}

#blog_sub span {
padding-top:4px;
}

#blog_sidebar {
background: url('images/td-top.png') repeat-x top #1e1e1e;
float:right;
margin:20px 10px 0 0;
padding:0 10px;
width:160px;
}

#blog_sidebar dd {
margin-left:10px;
}

#blog_user {
}

#blog table {
clear:none;
}

div.blog_options {
text-align:right;
}

div.blog_date {
background: #141414;
color:#00A700;
float:right;
font-weight:700;
margin:0px 15px;
text-align:center;
text-transform:uppercase;
width:42px;
padding-top: 8px;
height: 40px;
}

div.blog_date span {
color:#00A700;
display:block;
font-weight:700;
padding:4px 4px;
}

div.blog_entry {
background: url('images/td-top.png') repeat-x top #1e1e1e;
margin:10px 0;
padding:5px 7px;
color: #00A700;
}

#blog_comments li {
padding:5px 7px;
}

#blog_comments li.odd {
background: #272727;
}

#shoutwrap {
background: url(http://z3.ifrm.com/11/88/0/p31847/light_cell.png) repeat-x top #252525;
border:1px solid #000;
}

#shoutwrap td {
padding:0;
}

#shoutbox {
list-style-type:none;
margin:0;
padding:0;
}

#shoutbox li {
padding:5px 7px;
}

#shoutbox li.odd {
background: url(http://z3.ifrm.com/11/88/0/p31847/light_cell.png) repeat-x top #222;
}

#shoutbox dl,#shoutbox dt,#shoutbox dd {
margin:0;
padding:0;
}

#shoutbox dt {
color:#ccc;
}

#shoutopts,#shoutpost {
clear:both;
text-align:center;
}

/***** H2 THREE *****/
.h2wrap {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}

.h2left {
	border-bottom: 2px solid #00A700;
}

.h2center{
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}

.h2center a {
	color: #ffffff;
	font-weight: bold;
}

.h2right { }

thead td, thead th {
	padding: 0px;
	background: inherit;
	border-width: 0px;
}

.profile {
	margin-bottom: 15px;
	font-size: 12px;
}

.profile thead {
	background: rgba(42,42,42,1);
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,42,42,1)), color-stop(100%, rgba(27,27,27,1)));
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%, rgba(27,27,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#1b1b1b', GradientType=0 );
	border-bottom: 2px solid #00A700;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}

.profile thead td, .profile thead th {
	padding: 0px;
	background: inherit;
	border-width: 0px;
	line-height: 30px;
}

.category td.c_foot {
	background: url('images/foot-center.png') repeat-x;
	padding: 0;
	border: 0;
}

.foot_left {
	float: left;
	background: url('images/foot-left.png') no-repeat left;
	height: 20px;
	width: 46px;
	box-sizing: border-box;
}

.foot_right {
	float: right;
	background: url('images/foot-right.png') no-repeat right;
	height: 20px;
	width: 47px;
	box-sizing: border-box;
}

#stats .foot_right {
	width: 80%;
	font-size: 12px;
	line-height: 15px;
	padding-right: 20px;
	box-sizing: border-box;
}

#stats td {
	padding: 5px;
}

#stats td.c_foot {
	padding: 0;
}

.MyFrame1 {
margin-top: 0px;
padding:0;
margin-bottom:0px;
}

#announcement_head th {
	padding: 7px 0px 0px 15px;
	color: #fff;
}

#announcement_head th a {
color: #fff;
}

/*.row2.pin td {
background: #151515;
}*/

.row1.pin td {
background: 161616;
}

.row2.pin td a, .row1.pin td a{
font-weight: bold;
color: #00A700;
}

.posts td {
}

#portal_main h2 a {
color: #fff;
}
#portal_foot h2 {
margin:0;
border-bottom:0;
margin-left: -1px;
}

#portal_main h4 {
background: url('images/td-top.png') repeat-x top #1f1f1f;
padding: 2px 5px;
}

.profile thead th, .prefs thead th {
	color: #fff;
}

#c_notes button {
margin-top: 3px;
}

div.topic h2.special {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: -1px;
}

div.topic {
margin-top: 10px;
clear: both;
}

thead th a, thead th a:hover {
color: #fff!important;
}

.posts .h2center {
}

#forum_footer {
	margin-top: 10px;
}

#inlinetopic {
	margin-bottom: 10px;
}

#main_content .stuck-right {
	top: 50px;
}

#logpop {
	border: 0 !important;
}

#ucp_splash {
	margin-bottom: 15px;
	font-size: 12px;
}

table.poll {
	margin-bottom: 15px;
}

div.portal_content img {
	max-width: 100%;
}