/* ***** template css ***** */

body {
    margin: 0;
    background-image: url(template/BG.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.above_body,
.below_body {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.body_wrapper {
    background: url(template/doc_bg.jpg) repeat !important;
}

.above_body {
    margin-top: 40px;
}

.body_wrapper_main_table_guest {
    top: 65px;
}

#header {
    margin-top: 20px;
    height: 321px;
}

.logut-button {
    float: right;
    padding-top: 20px;
    padding-right: 41px;
    text-transform: uppercase;
    font-family: Orbitron;
}

.fa-power-off {
    font-size: 20px;
}

#top-links,
.top-links .isuser {
    margin-top: -25px;
    width: 150px;
    font-family: 'PT Sans Narrow';
    font-size: 14px;
}

.top-links {
    padding-top: 140px;
    padding-left: 50px;
    margin-bottom: 10px;
}


.top-links .isuser a:hover {
    text-decoration: none;
}

.top-links .isuser .welcome-link {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


.top-links .isuser .welcome-link a:hover {
    text-decoration: none;
}

.navbar {
    height: 124px !important;
}

.navbar_guest {
    margin-top: 70px !important;
        height: 124px !important;
}

.navtabs .floatcontainer {
    margin-left: 100px;
    margin-top: 18px;
}

.navtabs li a.navtab {
    margin-right: 17px;
}

.globalsearch {
    margin-right: 75px;
    margin-top: 2px;
}

.globalsearch li {
    margin-right: 22px;
    padding-top: 17px;
}

#breadcrumb {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

.body_wrapper_left {
    width: 37px;
    background: url(template/page_left.jpg);
}

.body_wrapper_right {
    width: 37px;
    background: url(template/page_right.jpg);
}

.textbox,
select {
    background: #121217 !important;
    color: #607f9f !important;
    border: 1px solid #2a2f3f !important;
}

input {
    background: #121217 !important;
    color: #607f9f !important;
	font-family: Cuprum !important;
	border: 1px solid #2a2f3f !important;
}


.vsa-popup {
    font-family: Orbitron !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.vsa-popup a {
    color: #7a99ad !important;
}

#collapse_vsa_fh_stats {
    margin-right: 15px;
}

.forumthreadpost,
.forumlastpost,
.lastposttitle img{
    display: none;
}

.lastposttitle {
    height: 15px;
}

#collapse_dbtech_infopanel {
    margin-left: 25px;
}


.below_body {
    background: url(template/footer.png) no-repeat;
    height: 187px;
}

.newcontent_textcontrol {
    width: 200px;
    height: 34px;
}

#collapse_forum_info,
#collapse_forum_options {
    margin-top: 10px;
    margin-right: 0px;
}

#collapse_forum_icon_legend,
#collapse_posting_rules {
    margin-top: 10px;
    margin-right: 0px !important;
}

#collapse_dbtech_shoutbox1 {
    margin-top: 10px;
    margin-right: 0px;
}

.body_wrapper #pagetitle,
.wtc-lpt img,
.inner h3.threadtitle img {
    display: none;
}

.avatarframe {
    background: url(template/frame.png) no-repeat;
    width: 240px;
    height: 310px;
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
    z-index: 2;
}

.user-avatar img {
    margin-top: 19px;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
}

.noava {
	background: url(https://www.homeworld-command.com/images/avatare/guest.jpg) no-repeat;
	width: 230px;
	height: 300px;
	margin-top: 19px;
	margin-left: 10px;
}

.username_box {
    background: url(template/namebox.png) no-repeat;
    margin-top: 20px;
    width: 250px;
    height: 61px;
    text-align: center;
}

.username_box .username {
    padding-top: 10px;
    font-size: 22px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.username_box .memberaction {
    margin-top: 3px;
}

.usertitle_box {
    margin-top: 10px;
    text-align: center;
    width: 140px;
}

.zoom_img img {
    width: 230px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    position: relative;
    z-index: 2 !important;
}

.zoom_img img:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    position: relative;
    z-index: 2 !important;
}

.postrow .content {
    text-align: justify;
}

.postrow .content a {
    color: #588fcd;
}

.postrow .content a:hover {
    color: #a2b3c5;
}


/********************** TABS **********************/

.tab-container {
    width: 98%;
    margin: 10px auto 0 auto;
	padding-bottom: 20px;
}

ul#info-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#info-tabs li {
    background: rgba(0,67,102, 0.25);
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul#info-tabs li.current {
    background: #121215;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 1px solid #2a2f3f;
    border-top: 1px solid #2a2f3f;
    border-right: 1px solid #2a2f3f;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

.tab-content {
    display: none;
    background: #121215;
    padding: 10px;
    border-left: 1px solid #2a2f3f;
    border-bottom: 1px solid #2a2f3f;
    border-right: 1px solid #2a2f3f;
    border-top: 1px solid #2a2f3f;
	font-size: 14px;
    margin-top: -2px;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.75);
    border-radius: 0 10px 10px 10px;
	font-family: 'Cuprum';

}

/*.tab-content-txt {
    font-family: 'Open Sans';
    font-size: 12px;
}*/

.tab-content.current {
    display: inherit;
}

.field-left {
    padding: 3px;
    font-weight: bold;
    font-size: 10px;
    border-radius: 0px !important;
    text-transform: uppercase;
    background: #2a2f3f;
    color: #abbbcc;
}

.field-right {
    font-size: 11px !important;
    padding: 3px;
}

.post-content ul {
	margin-left: 20px;
}

.post-content ul li {
	list-style: disc !important;
}

.post-content {
    width: 98%;
    border: 1px solid #2a2f3f;
    padding: 10px;
    margin: 10 auto 0 auto;
    text-align: justify;
    background: #121215;
    border-radius: 10px;
	font-size: 14px;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.75);
    font-family: 'Cuprum';

}

#memberlist .blockhead {
    left: 0px !important;
}

#charnav,
#charnav a {
    border: 1px solid #4f6882 !important
}

legend {
    color: #abbbcc !important;
}

#who_online_block_2 {
    margin-right: -20px;
}

.section .blockrow {
    border-top: none !important;
    border-bottom: 1px solid #2a2f3f !important;
}

#nrreview .formcontrols .blockrow {
    border-top: none !important;
}

.tab-container hr {
    border: 0 !important;
    height: 1px !important;
    background: #2a2f3f !important;
}

hr {
    border: 0 !important;
    height: 1px !important;
    background: #2a2f3f !important;
}

#collapse_wrt_list {
    margin-right: 0px;
    margin-bottom: -5px;
}

#collapse_posting_rules {
    margin-right: -35px;
    margin-top: 5px;
}

#w_newgroups,
#sidebar_container .blockbody {
    border: 1px solid #21394d !important;
}

#w_categories,
#sidebar_container .blockrow {
    border: none !important;
}

.signature {
    border-top: 1px solid #2c3a48 !important;
    margin-top: 2em;
    padding-top: 1em;
}

.yaas_postbit fieldset {
    border: 2px solid #21394d !important;
    padding: 0 5px;
}

#member_info div.avatar a img,
#dbtech_infopanel td a img {
    height: 100px !important;
    width: 77px !important;
}

textarea#dbtech_vbshout_editor1 {
    background: #192028;
}

#userinfos_top .ug {
    font-family: 'PT Sans Narrow';
    font-size: 20px;
}

.admins,
.ug6 {
    color: #bfb15c;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.aliens {
    color: #00cab9;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.ba {
    color: #798050;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.ukrm {
    color: #006400;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.usciv {
    color: burlywood;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.euciv {
    color: sandybrown;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-weight: normal;
}

.gm,
.ug5 {
    color: #C0C0C0;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.gone {
    color: #999999;
    text-decoration: line-through;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.guest {
    color: #999999;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background: transparent !important;
}

.jaffa {
    color: #8D3F3F;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.narrator,
.ug7 {
    color: #7c5726;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.newbie {
    color: #999999;
    font-style: italic;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.nid {
    color: #9d9d9d;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.npc {
    color: #7eadb1;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.wcit {
    color: #b4ab96;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.mexcit {
    color:#996600;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.colcit {
	color: #fb9d07;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}


.goauld {
    color: #ff8040;
	font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.tokra {
    color: #b9542c;
	font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.usa{
    color: #ffcb05;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.usaf {
    color: #005da3;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.ussf {
    color: #4c5178;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.uscg {
    color: #528cc3;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.usmc {
    color: #ff2400;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.usn {
    color: #ffffff;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.lucian {
	color: #acd7f9;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.prta {
	color: #b77433;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.wraith {
    color: #99cc99;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.chars {
	background: #008080;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.infos {
	background: #a68318;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.news{
	background: #a8d27b;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}


.ig-active {
	background: #009600;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.ig-close {
	background: #960000;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.prolog {
	background: #417394;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.rules {
	background: #a24530;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.request {
	background: #e86d00;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.coord {
	background: #5967f3;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.wip {
   	background: #009e73;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase; 
    font-family: 'PT Sans Narrow'
}

.xxx-active {
   	background: purple;
	border-radius: 3px;
	color: red;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase; 
    font-family: 'PT Sans Narrow'
}

.cs-eucit {
	background: sandybrown;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-uscit{
	background: burlywood;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-usa {
	background: #ffcb05;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-goauld {
	background: #ff8040;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-usaf {
	background: #005da3;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-ussf {
	background: #4C5178;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-usn {
	background: #FFF;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-usmc {
	background: #ff2400;
	border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-uscg {
	background: #528cc3;
	border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-ukba {
	background: #798050;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-ukrn {
	background: #df173b;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-ukrm {
	background: #006400;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-mexcit {
	background:#996600;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-colcit {
	background:#fb9d07;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-aliens {
	background: #00cab9;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-wraith {
	background: #99cc99;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-goauld {
	background: #ff8040;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-jaffa {
	background: #8d3f3f;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.cs-othercit {
	background: #b4ab96;
	border-radius: 3px;
	color: #000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
    font-family: 'PT Sans Narrow'
}

.attachments {
    margin-bottom: 0px !important;
}

#navAvatar {
    margin-top: 10px;
    width: 54px;
    height: 69px;
    float: left;
}

#navAvatar img {
    width: 50px;
    height: 65px;
    border: 1px solid #0f397a;
}



/***** LEFT MENU *****/

#left_wrapper {
    width: 300px;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
}

#sidebar-left {
    position: absolute;
    width: 250px;
    height: 100%;
    background: url(template/leftNav.jpg);
    left: -250px;
    transition: .4s;
}

#sidebar-left.active {
    left: 0;
}

#sidebar-left .navtabL {
    margin: 20px 20px;
    color: #939393;
    font-size: 14px;
}

#sidebar-left a {
    color: #7a99ad;
}

#sidebar-left a:hover {
    color: #607f9f;
}

#sidebar-left .toggle-btn {
    position: absolute;
    top: 30px;
    left: 260px;
    font-size: 30px;
}

#side_logo {
    text-align: center;
    width: 214px;
}

.sidebarblockL {
    background: #2c3a48;
    width: 214px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #bfbfbf;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.sidenavL {
    position: absolute;
    width: 232px;
    left: 0;
}

.sblinksL {
    padding: 5px 10px;
    text-transform: uppercase;
}

#demographic {
    padding: 5px 10px;
    text-transform: uppercase;
}

#ownContent {
    padding: 10px;
    color: #7a99ad;
    font-size: 14px;
}

#ownContent .center {
    text-align: center;
}

#ownContent .red {
    color: red;
}

.contentHeading {
    font-family: 'Oswald';
    font-size: 48px;
    font-variant: small-caps;
    text-align: center;
}

.subcontentHead {
    font-family: 'Lato';
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
}

.contentHead {
    font-family: 'Oswald';
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.postdetails {
	background: #141417 !important;
}

.postdetails .username_container_color {
	background: rgba(7, 25, 54, 0.75);
    height: 50px;
    position: absolute;
	z-index: 1;
	width: 231px;
	margin-left: 9px;
    margin-top: -55px;
}

.postdetails .username_container {
    height: 50px;
    position: absolute;
    font-family: 'PT Sans Narrow' !important;
    width: 231px;
    text-align: center;
    z-index: 3;
    left: 10px;
	margin-left: 9px;
    margin-top: -55px;
}

.postdetails .username_container .userrank {
    margin-top: 7px;
    font-size: 11px !important;
    font-weight: normal !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.postdetails .username_container .userjob {
    margin-top: 0px;
    font-size: 11px !important;
    font-weight: normal !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.postdetails .username_container .username {
    font-size: 18px !important;
    font-weight: normal !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-variant: small-caps;
    position: relative;
	z-index: 10 !important;
}


.postdetails .username_container .onlinestatus {
    display: none;
}


/***Profile Box***/

#contentBox {
	width: 90%;
	height: auto;
	padding: 15px;
	border: 4px solid #2a2f3f;
	margin: auto;
	background: #121217;
	background-attachment: fixed;
}


#contentBox .cms_table  td {
	padding: 2px 10px 2px 2px;
}

.tab-content .cms_table {
	border-collapse: separate;
    border-spacing: 3px;
	padding: 2px !important;
}

.headingA {
	font-family: 'Oswald';
	font-size: 33px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.headingB {
	font-family: calibri;
	font-size: 12px;
	font-style: italic;
	border-bottom: 2px solid #2a2f3f;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.headingC {
	font-family: calibri;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}


.hul {
	border-bottom: 2px solid #2a2f3f;
}

.textA {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
}

.catTxt {
	font-family: 'Oswald';
	font-size: 24px;
	background-color: rgba(42,47,63, 0.5);
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.normTxt {
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	font-weight: 600;
}

.boxPicsA {
	float: left;
	width: 153px;
	height: 200px; 
	border-radius: 50px; 
	padding: 10px;
}
.boxPicsB {
	float: right;
	width: 153px;
	height: 200px; 
	border-radius: 50px; 
	padding: 10px;
}

#userinfos_top {
	height: 60px;
	padding-top: 5px;
}


#userinfos_top .ucom {
}

#userinfos_top .usertitle {
	top: 30px;
	margin: 0 0 0 20px;
	right: 20px;

}

#userinfos_top .rank {
	float: left;
	margin-left: 10px;
	margin-top:  0px;
}

#userinfos_top .username-container {
	margin: 0 0 0 10px;
	font-size: 18px;
}

#userinfos_top .urank {
	font-size: 13px;
	margin: 0 0 0 10px;
}

#userinfos_top .urank2 {
	font-size: 13px;

}

#userinfos_top .username_container a{
	font-size: 18px !important;
	font-variant: small-caps !important;
}

#userinfos_top .username_container .inlineimg {
	display: none;
}

.rankimg {
	text-align: right;
	padding-right: 10px;
	max-width: 140px !important;
}

.emblem {
	width: 45px;
	padding-left: 3px;
	text-align: center;
}

.nsc-pic {
	margin-top: -110px;
	margin-left: -280px;
	position: absolute;
	z-index: 1 !important;
}

.ranktitle {
	margin: 0 0 0 10px;
	position: absolute;
	background: #141417;
	margin-top: -119px;
	margin-left: -9px;
	font-family: Verdana;
	width: 300px;
	height: 17px;
	font-size: 13px;
	z-index: 2;
}

.nsc-name {
	font-size: 20px;
	position: absolute;
	width: 246px;
	height: 50px;
	background: #141417;
    color: #7eadb1;
	margin-top: -117px;
	margin-left: -12px;
	padding: 2px;
	font-family: 'PT Sans Narrow';
}

.nsc-n {
	font-size: 13px;
	position: absolute;
	width: 240px;
	height: 15px;
	background: #141417;
	padding: 2px;
	margin-top: -90px;
	margin-left: -10px;
}

.rp6 {
	margin-top: -117px;
	margin-left: 425px;
	position: absolute;	
}

.rp5 {
	margin-top: -117px;
	margin-left: 468px;
	position: absolute;	
}

.rp4 {
	margin-top: -117px;
	margin-left: 496px;
	position: absolute;	
}

.rp3 {
	margin-top: -117px;
	margin-left: 555px;
	position: absolute;	
}

.rp1 {
	margin-top: -117px;
	margin-left: 676px;
	position: absolute;	
}

.img-gone {
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
-webkit-filter: grayscale(1);
}

.restore .nsc-pic,
.restore .nsc-name,
.restore .nsc-n,
.restore .ranktitle,
.restore .nscro,
.restore .nsc-rank{
	display: none !important;
}

div.cms_table {
	overflow:auto;
	overflow-y:hidden;
	padding:1px;
}

table.cms_table_grid,
table.wysiwyg_cms_table_grid {
	border-collapse: collapse;
	margin-bottom:0;
}

td.cms_table_grid_td,
td.wysiwyg_cms_table_grid_td {
	border: {vb:stylevar bbcode_table_border};
}

table.cms_table_outer_border,
table.wysiwyg_cms_table_outer_border {
	border-collapse: collapse;
	border: {vb:stylevar bbcode_table_border};
}

td.cms_table_td,
td.cms_table_outer_border_td {
	border:none;
}

.nsc-rank {
	right: 20px;
	position: absolute;
	z-index: 1 !important;
}

.nscro {
	background: #141417;
	width: 600px;
	height:60px;
	margin-top: -119px;
	margin-left: 234px;
	position: absolute;	
}

.rankclr {
	margin-top: -117px;
	right: 13px;
	position: absolute;
    height: 50px;
    width: 400px;
    background: #141417;
}

.nscrn {
	margin-top: -115px;
	margin-left: 510px;
	position: absolute;
}

.cms_table_thl, .cms_table_thr {
	background: #2a2f3f;
}

.cms_table_tdo {
	background: rgba(42, 47, 63, 0.5);
}

.cms_table_tdl {
	background: rgba(42, 47, 63, 0.15);
	vertical-align: middle;
}

.cms_table_tds {
	vertical-align: middle;
}

.occ {
	font-size: 14px;
	margin: 0 0 0 10px;
	position: absolute;
	background: #141417;
	margin-top: -91px;
	margin-left: -9px;
	width: 300px;
	height: 17px;
	font-size: 13px;
	z-index: 1;
	font-family: Verdana;
}

.site_box {
    background: #121217;
    border: 1px solid #2a2f3f;
	padding: 10px;
}

.center {
	text-align: center;
}

.heading {
	font-family: Oswald;
	font-size: 48px;
	font-variant:small-caps;
	font-weight: bold;
}

.articles {
	font-family: 'Open Sans';
	font-size: 18px;
	font-variant:small-caps;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
}

.site_content ul {
	list-style-type: disc !important;
}

.fc-frame {
	border: 0;
	overflow: hidden; 
	width: 100%;
	height: 3200px;
}

.fc-names {
	border: 0;
	overflow: hidden; 
	width: 100%;
	height: 3600px;
}
	
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}