.color-green {
        color: f#3CCD00;
}

.color-red {
        color: #FA3E3E;
}

body {
        overflow-y: scroll;
	background: #101010;
	color: #909090;
	line-height: 1.42;
	height: 100%;
	margin: 0;
	overflow-y: scroll;
	font-family: 'Roboto',Arial,Sans-Serif;
	font-size: 14px;
        font-color: #ffffff
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0 0 20px 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

#header {
	background: url (https://vgy.me/NGzMPL.png) top left repeat;
	position: relative;
	height: 130px;
	padding: 40px 0 40px 0;
	text-align: center;
}

.wrap {
	width: 95%;
	margin: auto;
}

#logo {
	margin-top: -40px;
}

#bridge {
	position: relative;
	height: 35px;
	padding: 0;
	float: none;
}

#bridgex {
	position: relative;
	height: 35px;
	padding: 0;
	float: center;
}

#bridger {
		background: #2a2a2a;
	position: relative;
	height: 35px;
	padding: 0;
	text-align: left;
	border-bottom: 5px solid #dd6b1a;
}

#container {
	width: 95%;
	line-height: 1.4;
	margin: 0 auto;
	color: #909090;
	text-align: left;
  background:url (https://vgy.me/NGzMPL.png) top left repeat;
}

.wrapper {
background-repeat: no-repeat;
background-attachment: fixed;
	background: #1a1a1a;
	clear: both;
}

#content {
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
        color: #fff
        clear: both;
}

#constraint {
	margin-right: 320px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}

ul.menu li {
	display: inline-block;
        position: relative;
}

ul.menu a:link, ul.menu a:visited {
	display: inline-block;
	padding: 8px;
        color: #FFFFFF;
}

ul.menu a:hover, ul.menu a:active, ul.menu li:hover a {
	background: #dd6b1a;
	color: #202020;
}

ul.menu li ul {
        z-index: 9999;
        display: none;
        position: absolute;
        top: 39px;
        background: #101010;
        width: 180px;
        overflow: hidden;
        margin: 0;
        padding: 10px 0px;
}

ul.menu li ul li {
        display: block !important;
        float: none !important;
        margin: 0 !important;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited {
        display: block;
        float: none !important;
	background: #101010;
        padding: 10px 15px;
	border: 0;
        color: #fff;
        font-size: 12px;
}

ul.menu li ul li a:hover {
	background: #101010 !important;
        color:#dd6b1a;
}

/* = = = = = USER PANEL STYLES = = = = = */


#panel {
        border: 1px solid #2a2a2a;
        margin-bottom: 20px;
	text-align: left;
}

#panel .welcome_icon {
        float: left;
        margin-right: 20px;
        color: #dd6b1a;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

.user_panel {
    display: table;
    width: 100%;
    border-top: 2px solid #dd6b1a;
    padding: 10px;
    background: #232222;
    box-sizing: border-box;
}

.user_avatar {
	display: inline-block;
	background: transparent;
        width: 60px;
        height: 60px; 
        border: 2px solid #dd6b1a;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: table-cell;
        vertical-align: middle;
        margin-right: 20px;
        padding: 2px;
	overflow: hidden;
}

.user_avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
}

.user_block {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        padding: 0 0 0 20px;
}

ul.user_menu {
	list-style: none;
        margin: 0;
        padding: 0;
}

ul.user_menu li {
        display: inline;
}

ul.user_menu li a:link, ul.user_menu li a:visited {
	display: inline;
        color: #fff;
}

ul.user_menu_fixed {
        display: none;
}

a.user_button {
        position: relative;
        display: inline;
        background: #dd6b1a;
        border: 1px solid #dd6b1a;
        padding: 9px;
        color: #202020;
}

a.user_button.last {
       border: none;
}

a.user_button:hover {
        background: transparent !important;
        color: #dd6b1a !important;
}

.pm_count, 
.alert_count {
        position: absolute; 
        z-index: 1;
        top: -8px;
        right: -8px;
	background: #2a2a2a;
	margin-left: 5px;
	padding: 3px 7px;
        border-radius: 50%;
        color: #909090  !important;
        font-size: 10px;
        font-weight: 900;
}

.pm_new,
.alert_new {
        background: #CC2222;
        color: #fff !important;
}

#panel_fixed {
        position: fixed;
        z-index: 9995;
        top: -55px;
        display: block;
        width: 100%;
        height: 50px;
        background: #2a78b3;
        border-bottom: 5px solid #226495;
        color: #46afff;
}

#panel_fixed .user_avatar {
        float: left;
        margin-top: -1px;
}

#panel_fixed .user_block {
        position: static;
        float: left;
        padding: 13px 0px;
        border: 0;
}

#panel_fixed .user_anchor {
        font-size: 16px;
}

#panel_fixed .user_button {
        float: left;
        margin-top: 12px;
        padding: 5px;
}

#panel_fixed .user_anchor, #panel_fixed .user_welcome {
       display: inline;
}

#panel_fixed ul.user_menu_fixed {
        float: right;
        display: block;
}

#panel_fixed ul.user_menu_fixed li {
        display: inline;
        padding: 0px 5px;
        border-right: 1px solid #46afff;
}

#panel_fixed ul.user_menu_fixed li a:link, #panel_fixed ul.user_menu_fixed li a:visited {
        color: #fff;
}

#panel_fixed ul.user_menu li a:hover {
        color: #46afff;
}

#panel_fixed ul.user_menu_fixed {
        display: block;
        float: right;
        margin-top: 17px;
        list-style: none;
        font-size: 12px;
}

form#qsearch {
        background: #1a1a1a;
	position: relative;
	float: right;
	width: 200px;
        margin-top: 5px;
}

.search_textbox {
	float: left;
	background: transparent;
	width: 160px;
	border: 0;
	padding: 6px 30px 6px 5px !important;
	color: #909090;
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 14px;
}

.search_textbox:hover {
        border-color: #fff;
        color: #fff;
}

.search_textbox:focus {
	outline: 0;
        border-color: #fff;
        color: #fff;
}

.search_button {
	position: absolute;
	top: 2px;
	right: 5px;
        background: transparent;
	padding: 4px 0px;
	border: 0;
	color: #fff;
}

.search_button:hover {
	background: transparent;
	color: #909090;
	cursor: pointer;
}

.search_button:focus {
	outline: 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	position: relative;
	height: 120px;
	padding: 40px 0 40px 0;
	text-align: left;
        background-color:#131313;
        border-top:1px solid #525252;
}

#footer h3 {
        color: #dd6b1a;
        font-size: 23px;
}

#footer .col {
        display: block;
        float: left;
        width: 240px;
        margin-right: 40px;
}

#footer ul.f_menu {
        margin: 0;
        padding: 0;
}

#footer ul.f_menu li {
        display: block;
        margin: 0;
        padding: 0;
}

#copyright {
        float: right;
	text-align: right;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
height: 50px;
width: 50px;
font-size: 30px;
text-align: center;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on {
color #dd6b1a;
}

.forum_off, .forum_offlock, .forum_offlink {
color: #4E4E4E;
}

.forum_off i {
opacity: 1;
}

.forum_offlock i:before {
content: "\f023";
}

.forum_offlink i:before {
content: "\f0c1";
}

.ficons_24 i:before {
content: "\f292";
}

.ficons_66 i:before {
content: "\f02d";
}

.ficons_60 i:before {
content: "\f0ed";
}

.ficons_59 i:before {
content: "\f0e6";
}

.ficons_84 i:before {
content: "\f085";
}

.ficons_87 i:before {
content: "\f085";
}

.ficons_88 i:before {
content: "\f085";
}

.ficons_86 i:before {
content: "\f085";
}

.ficons_84 i:before {
content: "\f085";
}

.ficons_65 i:before {
content: "\f27e";
}

.ficons_67 i:before {
content: "\f109";
}

.ficons_85 i:before {
content: "\f085";
}

.ficons_89 i:before {
content: "\f085";
}

.ficons_90 i:before {
content: "\f085";
}

.ficons_41 i:before {
content: "\f085";
}

.ficons_51 i:before {
content: "\f024";
}

.ficons_50 i:before {
content: "\f02d";
}

.ficons_40 i:before {
content: "\f013";
}

.ficons_42 i:before {
content: "\f21b";
}

.ficons_57 i:before {
content: "\f0c0";
}

.ficons_111 i:before {
content: "\f0c0";
}

.ficons_72 i:before {
content: "\f21b";
}

.ficons_99 i:before {
content: "\f135";
}

.ficons_101 i:before {
content: "\f26c";
}

.ficons_107 i:before {
content: "\f11b";
}

.ficons_48 i:before {
content: "\f1f8";
}

.ficons_102 i:before {
content: "\f123";
}

.ficons_2 i:before {
content: "\f000";
}

.ficons_3 i:before {
content: "\f1ba";
}

.ficons_4 i:before {
content: "\f0f5";
}

.ficons_6 i:before {
content: "\f0e4";
}

.ficons_7 i:before {
content: "\f03e";
}

.ficons_8 i:before {
content: "\f0a1";
}

.ficons_9 i:before {
content: "\f03e";
}

.ficons_10 i:before {
content: "\f03e";
}

.ficons_11 i:before {
content: "\f0eb";
}

.ficons_13 i:before {
content: "\f234";
}

.ficons_17 i:before {
content: "\f1cd";
}

ul.subforum_listing {
        list-style: none;
        margin: 10px 0 35px 0;
        padding: 0;
}

ul.subforum_listing li {
        float: left;
        width: 50%;
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
}

.subforum_minion {
color: #333;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
color: #333;
}

.subforum_minioff {
opacity: .4;
}

.subforum_miniofflock i:before {
content: "\f023";
}

.subforum_miniofflink i:before {
content: "\f0c1";
}

.lastpost {
        margin-top: 10px;
}

table {
	font-size: 13px;
}

.tborder {
	background: #202020;
	width: 100%;
	margin: auto auto;
    border: solid 1px #333;
    border-radius: 2px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #DD6B1A;
	padding: 10px;
        color: #ffffff;
font-size:15px;
}

.thead a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #909090;
	text-decoration: underline;
}

.tcat {
	background: #1B1B1B;
	color: #909090;
	font-size: 12px;
}

.tcat a:link, .tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #909090;
}

.trow1, .trow2 {
	background: #2a2a2a;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #1a1a1a;
        padding: 10px;
}

.trow_shaded {
	background: #FFDDE0;
	border: 1px solid;
	border-color: #FFFFFF #FFB8BE #FFB8BE #FFFFFF;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	border: 1px dashed #d54d4d;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	border: 2px dashed #dd6b1a;
}

.trow_selected,
tr.trow_selected td {
	background: #3a3a3a;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #fff;
}

.trow_sep {
	background: #e0e0e0;
	color: #333;
	border-bottom: 1px solid #d0d0d0;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #232222;
	padding: 10px;
        color: #202020;
}

.tfoot a:link {
	color: #202020;
	text-decoration: none;
}

.tfoot a:visited {
	color: #202020;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #909090;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.tfoot input.button {
        border: 1px solid #202020;
}

.tfoot input.button:hover {
        background: #dd6b1a;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
        background: #2a2a2a;
        margin-bottom: 20px;
	padding: 10px;
	color: #909090;
	font-size: 14px;
}

.navigation i {
        color: #dd6b1a;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #909090;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 18px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #2a2a2a;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #3a3a3a;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #101010;
	color: #909090;
	border: 1px solid #2a2a2a;
	padding: 5px;
	outline: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

textarea {
	background: #101010;
	color: #909090;
	border: 1px solid #2a2a2a;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Lato, Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

input.textbox:hover, textarea:hover {
        border-color: #404040;
}

input.textbox:focus, textarea:focus {
        border-color: #dd6b1a;
        box-shadow: 0px 0px 3px #dd6b1a;
}

select {
	background: #101010;
	padding: 5px;
	border: 1px solid #2a2a2a;
	outline: 0;
        color: #909090;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

button,
input.button {
	background: #444444;
	padding: 5px 10px;
	border: 1px solid #444444;
	color: #FFF;
	cursor: pointer;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	outline: 0;
}

button:hover,
input.button:hover {
	background: #dd6b1a;
	color: #FFF;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	padding: 3px;
	outline: 0;
}

form input.valid {
	border: 1px solid #0c0;
	padding: 3px;
	outline: 0;
}

form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
}

.popup_menu .popup_item {
	background: #1a1a1a;
	color: #fff;
}

.popup_menu .popup_item:hover {
	background: #2a2a2a;
	color: #909090;
}

.trow_reputation_positive {
	border-left: 2px solid #6ee04b !important;
}

.trow_reputation_neutral {
	border-left: 2px solid #909090  !important;
}

.trow_reputation_negative {
	border-left: 2px solid #e04b4b !important;
}

.reputation_positive {
	color: #6ee04b ;
}

.reputation_neutral {
	color: #909090;
}

.reputation_negative {
	color: #e04b4b ;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	color: #909090;
	border:1px solid #909090;
}

._minus {
	color: #e04b4b ;
	border:1px solid #e04b4b ;
}

._plus {
	color: #6ee04b ;
	border:1px solid #6ee04b;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

.align_left {
        text-align: left !important;
}

.align_right {
        text-align: right !important;
}

.align_center {
        text-align: center;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 6px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
    position: relative;
	border: 1px solid #dd6b1a;
	margin: 0;
	background: #2a2a2a;
        border-left: 2px solid #3A93D4;
	padding: 10px;
border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    border-right: 1px solid #252525;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #dd6b1a;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #3a3a3a;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #dd6b1a;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.red_alert {
	background: #CE3636;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #fff;
}

.green_message {
	background: #32CD32;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.blue_message {
    background: #4286F4;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	border-color: #2EE031 !important;
	background-color: #2EE031 !important;
        height: 2px;
}

.offline {
	border-color: #CE3636 !important;
	background-color: #CE3636 !important;
        height: 2px;
}

.away {
	border-color: #dd6b1a !important;
	background-color: #dd6b1a !important;
        height: 2px;
}

div.error {
	padding: 10px;
	background: #FFE6A6;
}

div.error a {
        color: #202020 !important;
}

div.error p {
	margin: 0;
	color: #202020;
	font-weight: normal;
}

div.error p em:before {
	content: "\f06a";
        font-family: FontAwesome;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	display: block;
	color: #DA2020;
}

div.error ul {
	margin: 15px 0px;
        padding: 0;
        list-style: none;
}

.pagination {
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
        border: 1px solid #2a2a2a;
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #232222;
        color: #FFFFFF;
}

.pagination .pagination_current {
    background: none;
    color: #FFFFFF;
    background-color: #dd6b1a;
    font-weight: bold;
}

.pagination a:hover {
	background: #dd6b1a;
	color: #ffffff;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
        display: table;
        width: 100%;
        box-sizing: border-box;
	margin-bottom: 10px;
border: 2px solid #2D2B2B;
        background: #1a1a1a;
}

.post .post_author {
	background: #2a2a2a;
	padding: 10px;
	overflow: hidden;
}

.post.classic .post_author {
    background: #202020;
    display: table-cell;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 10px;
    border-right: 1px solid #101010;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post .post_author div.author_avatar img {
}

.post.classic .post_author div.author_avatar {
	float: none;
        display: inline-block;
	text-align: center;
	margin: 10px 0;
}

.post .post_author div.author_avatar img {
	padding: 5px 0px;
}

.post .post_author div.author_avatar.online {
        border-bottom: 2px solid #2EE031;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
        max-width: 160px;
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px solid #3a3a3a;
	margin: 6px auto 0 auto;
	padding: 10px 6px 10px 6px;
	float: none;
}

.post .post_author div.author_statistics span {
	color: #fff;
}

.post .post_head {
        background: #1a1a1a;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px solid #2a2a2a;  
        border-left: 0;
	margin-bottom: 5px;
}

.post .post_head span.post_date {
	color: #4293D4;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	padding: 10px;
}

.post_body img {
    max-width: 80%;
}

.post.classic .post_content {
    padding: 0;
    box-sizing: border-box;
    background: #202020;
    border: 0;
    border-left: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    min-height: 540px;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #2a2a2a;
	padding: 10px;
}

.post .post_meta {
	margin: 5px 0;
        padding: 10px;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
        background: #1D1D1D;
	border: 1px double #2a2a2a;
        border-bottom: 0;
	padding: 10px;
	overflow: hidden;
}

.classic .post_controls {
    clear: both;
    background: #1a1a1a;
    border-left: 1px double #2a2a2a;
    border-top: 1px solid #101010;
    padding: 10px;
    overflow: hidden;
}

.postbit_chunk {
        border: 1px solid #dd6b1a;
display:inline-block;
        margin-left: 5px;
        padding: 5px;
        color: #dd6b1a;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
        background: #131212;
	padding: 5px 7px;
	margin: 2px;
	font-size: 14px;
	color: #444444;
}

.postbit_buttons > a:hover {
        background: #dd6b1a;
	color: #FFFFFF;
}

.postbit_buttons a span {
	display: none;
	height: 16px;
	background-image: url(../../../images/siriusforum/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
background: #444444;
    padding: 5px;
    color: #FFFFFF;
    display: inline-block;
    margin: 2px 2px 6px 2px;
    font-size: 14px;
}

a.button:hover {
}

a.button.small_button {
	font-size: 12px;
	margin: 0;
	padding: 5px 10px;
}

a.button span {
	display: inline-block;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump:before {
         content: "\f0a9";
        font-family: FontAwesome;
}

.quick_jump {
}

.pollbar {
	background: url(../../../images/siriusforum/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.blocker {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   z-index: 9999;
   padding: 20px;
   box-sizing: border-box;
   background-color: rgb(0,0,0);
   background-color: rgba(0,0,0,0.75);
   text-align: center;
}

.blocker:before{
   content: "";
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -0.05em;
}

.blocker.behind {
   background-color: transparent;
}

.modal {
   width: 400px;
   text-align: left;
   background: #fff;
   display: inline-block;
   vertical-align: middle;
   position: relative;
   z-index: 2;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: 0 0 10px #000;
   -moz-box-shadow: 0 0 10px #000;
   -o-box-shadow: 0 0 10px #000;
   -ms-box-shadow: 0 0 10px #000;
   box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
   position: absolute;
   top: -12.5px;
   right: -12.5px;
   display: block;
   width: 30px;
   height: 30px;
   text-indent: -9999px;
   background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
   display: none;
   width: 64px;
   height: 64px;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-right: -32px;
   margin-top: -32px;
   background: url(../../../images/spinner_big.gif) no-repeat center center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #777777;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #fff;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 13px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff;
}

/** Impromptu End */

		
/* Profile Styling (and tabs) */	
		
.profile_left {
        width: 300px;
        margin-bottom: 20px;
        text-align: center;
}

.section {
        background: #2a2a2a;
        vertical-align: middle;
        padding: 20px;
}

.section_avatar {
        width: 1%;
}

.section_right {
        text-align: right;
}

.profile_username {
        font-size: 18px;
}

.profile_avatar {
        height: 140px;
        width: 140px;
        overflow: hidden;
        margin: auto
        padding: 2px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
}

.profile_avatar img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
}

a.profile_button {
        background: #4289df;
        padding: 10px;
        border: 1px solid #4289df;
        color: #4289df;
}

.profile_right {
        margin-left: 300px;
}

ul.tabs {
        display: block;
    	margin: 0;
    	padding: 0;
    	list-style: none;
        text-align: center;
}

ul.tabs li {
        display: inline-block;
	background: #dd6b1a;
        border: 1px solid #dd6b1a;
        margin: 0px 0px 10px 0px;
    	padding: 10px 15px;
    	cursor: pointer;
        color: #202020;
        font-weight: 900;
        text-align: center;
}

ul.tabs li:hover {
        background: transparent;
        color: #dd6b1a;
}

ul.tabs li.current{
	background: transparent;
        border: 1px solid #dd6b1a;
	color: #dd6b1a;
}

.tab_content{
 
        display: none;
        background: transparent;
        padding: 20px;
        border: 1px solid #2a2a2a;
}

.tab_content.current{
        display: inherit;
}

/* GLOBAL TRANSITION ANIMATION */

ul.menu a,
.user_block,
a.user_anchor,
ul.user_menu li a,
a.user_button, 
.postbit_buttons a,
a.button,
.search_textbox,
.search_button,
a.link_button,
ul.tabs li,
.inline_row,
.inline_row td,
.upgrade_confirm,

input[type=text],
input[type=password],
input.textbox,
input.button,
textarea,
select {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-ms-transition-duration: .2s;
	transition-duration: .2s;
}

.mobile_show {
        display: none;
}

.block {
        display: block;
}

.padd {
        padding: 20px;
}

.padd_sml {
        padding: 10px;
}

input.lrg {
        padding: 10px;
        display: block;
        width: 100%;
        box-sizing: border-box;
}

input.submit {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
}

.spacer_sml {
        display: block;
        padding: 5px;
}

#donate_sidebar {
        float: right;
        width: 40%;
        box-sizing: border-box;
}

#donate {
        margin-right: 40%;
        padding-bottom: 40px;
}

.donate_options {
        display: block;
        margin-bottom: 30px;
}

.donate_button {
        display: inline;
        background: transparent;
        margin-right: 10px;
        padding: 10px 20px;
	border: 2px solid #4289df;
        border-radius: 2px;
        color: #4289df;
        font-size: 24px;
        font-weight: 700;
        cursor: pointer;
}

.donate_button.selected {
        background: #4289df;
        color: #fff;
}

.donate_hidden {
        display: none;
        padding-bottom: 20px;
}

.donate_textbox {
        display: block;
        width: 300px;
        padding: 10px;
	border: 1px solid #ccc;
        color: #333;
	font-family: Lato, Verdana, Arial, Sans-Serif;
	font-size: 16px;
}

#donate textarea {
        width: 300px;
        height: 100px;
}

ul.donate_list {
        margin: 0;
        padding: 0;
        list-style: none;
}

ul.donate_list li {
        padding: 10px 0px;
        font-weight: 700;
        font-size: 18px;
}

ul.donate_list li i {
        background: #404040;
        color: #fff;
        border-radius: 2px;
        margin-right: 10px;
        padding: 10px;
}

.donate_sub {
        padding-top: 20px;
	border-top: 2px solid #bddbff;
        clear: both;
}

.donator {
        padding: 10px 0px;
        border-bottom: 1px solid #f0f0f0;
}

.donation_amount {
        float: left;
        margin-right: 10px;
        font-size: 24px;
        font-weight: 700;
}

.donation_username {
        display: inline;
        line-height: 2;
}

.donation_comment {
        display: inline;
        line-height: 2;
        font-style: italic;
}

/* Custom Registration Page CSS */

.block {
        display: block;
}

input.textbox.block {
        box-sizing: border-box;
}

.reg input.submit {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
}

.box1 {
        border-right: 2px solid #e0e0e0;
}

.box1, .box2 {
        float: left;
        width: 50%;
        margin-bottom: 20px;
        padding: 20px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

.col_half {
        width: 49%;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        vertical-align: middle;
}

.padd10 {
        padding: 10px;
}

.push5 {
        margin-top: 5px;
}

.push10 {
        margin-top: 10px;
}

.profile_stats {
        margin: auto;
        text-align: center;
}

.stat_box {
        display: inline-block;
        width: 15%;
        margin-bottom: 5px;
        padding: 10px 10px;
        border: 1px solid #2a2a2a;
        color: #909090;
        font-size: 12px;
        box-sizing: border-box;
        text-align: center;
}

.stat_box strong {
        color: #fff;
}

.stat_box strong i {
        margin-bottom: 5px;
}

.statistic {
        padding: 20px;
}

.statistics-50 {
    width: 50%;
    float: left;
    margin: 10px 0;
}

.colfix {
margin-left: 10px;
}

.profile_left {
background: none;
float: left;
        width: 300px;
        margin-bottom: 20px;
        text-align: center;
}

.section {
        background: #2a2a2a;
        vertical-align: middle;
        display: block;
        margin-bottom: 20px;
padding: 0;
}

.section_in {
        padding: 20px;
}

.heading {
        background: #dd6b1a;
        padding: 10px;
        color: #202020;
        font-weight: 700;
}

.profile_avatar {
        height: 140px;
        width: 140px;
        overflow: hidden;
        margin: 20px auto;
        padding: 2px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
}

.profile_right {
margin-left: 320px;
}

ul.tabs {
        text-align: center;
}

.tab_content {
        display: none;
        background: transparent;
        padding: 0;
        border: 0;
}

.hidden-content-title {
color: #ff7878;
padding-left: 5px;
}

.hidden-content-body {
    padding-left: 5px;
}

.hidden-content {
}

.largeuser{
font-size:15px;
}

.smalltime {
font-size:10px;
}

.staff-tag {
    background: rgba(0,0,0,0.4);
    color: #800000;
  padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.oneyear-tag {
    background: rgba(0,0,0,0.4);
    color: #59ABE3;
    padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.marketbanned-tag {
    background: rgba(0,0,0,0.4);
    color: #CA0C0C;
  padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.beta-tag {
    background: rgba(0,0,0,0.4);
    color: #0781D8;
  padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.sapphire-tag {
    background: rgba(0,0,0,0.4);
    color: #0781D8;
  padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.back-bar {
    background: #101010;
    border-radius: 2px;
    padding: 5px 10px;
    margin-bottom: 14px;
    color: #fff;
    border: solid 1px #444;
    font-size: 15px;
}

.staffp-pm {
    background: rgba(0,0,0,0.4);
    color: #80aaff;
  padding: 4px 0px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.num-count {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 3px 0px;
    width: 40px;
    clear: both;
    font-weight: 500;
    float:right;
    margin: 0 auto;
    text-align: center;
    text-shadow: none;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.bug-count {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 3px 0px;
    width: 100px;
    clear: both;
    font-weight: 500;
    float:right;
    margin: 0 auto;
    text-align: center;
    text-shadow: none;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.goal-achieved {
    color: #fff;
    padding: 4px 4px;
    text-align: center;
    border-radius: 2px;
    text-shadow: none;
    width: 140px;
    background-color: #1F7A1F;
}

.goal-not {
    color: #fff;
    padding: 4px 4px;
    text-align: center;
    border-radius: 2px;
    text-shadow: none;
    width: 140px;
    background-color: #AF1111;
}

.toppostertoday{
background: url(../../../../images/sparkles.gif);
}

.cusergroups {
    margin: 10px 0 0;
    padding: 0;
    float: left;
    width: 50%;
}

.cusergroups-row {
    border: 1px solid #dd6b1a;
    padding: 10px;
    margin: 0 5px;
}

#bridge ul.menu div.col_half {
	display: none;
}

#content #panel #bridger {
	display:none;
}


		
		
		
		
		