.unstyle_staff_6 {
    color: #AA0000 !important;
    font-weight: bold;
    font-style: italic;
}

.unstyle_staff_5 {
    color: #AA0000 !important;
    font-weight: bold;
}

.unstyle_staff_4 {
    color: #AA0000 !important;
}

.unstyle_staff_3 {
    color: #FF6666 !important;
}

.unstyle_staff_2 {
    color: purple !important;
}

.unstyle_staff_1 {
    color: fuchsia !important;
}

.unstyle_donor_5 {
    color: lime !important;
}

.unstyle_donor_4 {
    color: #3399FF !important;
}

.unstyle_donor_3 {
    color: #0066AA !important;
}

.unstyle_donor_2 {
    color: gold !important;
}

.unstyle_donor_1 {
    color: silver !important;
}

.unstyle_donor_0 {
    color: green !important;
}

.unstyle_player {
    color: green !important;
}

a.unstyle_staff_6 {
	color: #AA0000 !important;
	font-weight: bold;
	font-style: italic;
}

a.unstyle_staff_5 {
	color: #AA0000 !important;
	font-weight: bold;
}

a.unstyle_staff_4 {
	color: #AA0000 !important;
}

a.unstyle_staff_3 {
	color: #FF6666 !important;
}

a.unstyle_staff_2 {
	color: purple !important;
}

a.unstyle_staff_1 {
	color: fuchsia !important;
}

a.unstyle_donor_5 {
	color: lime !important;
}

a.unstyle_donor_4 {
	color: #3399FF !important;
}

a.unstyle_donor_3 {
	color: #0066AA !important;
}

a.unstyle_donor_2 {
	color: gold !important;
}

a.unstyle_donor_1 {
	color: silver !important;
}

a.unstyle_player {
	color: green !important;
}

#loginBar .pageContent {
    color: #f5fafb;
    background-color: #e28c04;
}

#loginBar .ctrlWrapper {
    margin: 0 10px;
}

#loginBar .pageContent {
    padding-top: 0;
    position: relative;
    _height: 0px;
}

#loginBar a {
    color: rgba(255,255,255,.8);
}

#loginBar form {
    padding: 20px 0;
    margin: 0 auto;
    display: none;
    line-height: 20px;
    position: relative;
}

#loginBar .xenForm .ctrlUnit,#loginBar .xenForm .ctrlUnit>dt label {
    margin: 0;
    border: none;
}

#loginBar .xenForm .ctrlUnit>dd {
    position: relative;
}

#loginBar .lostPassword,#loginBar .lostPasswordLogin {
    font-size: 11px;
}

#loginBar .rememberPassword {
    font-size: 11px;
}

#loginBar .textCtrl {
    color: #FFFFFF;
    background: url(/web/20160204210043im_/http://www.mcgamer.net/rgba.php?r=0&g=0&b=0&a=38);
    background: rgba(0,0,0,0.15);
    _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
    border-color: rgb(0,0,0);
    border-color: rgba(0,0,0,0.15);
    _border-color: rgb(0,0,0);
}

#loginBar .textCtrl[type=text] {
    font-weight: bold;
}

#loginBar .textCtrl:-webkit-autofill {
    background: url(/web/20160204210043im_/http://www.mcgamer.net/rgba.php?r=0&g=0&b=0&a=38)!important;
    background: rgba(0,0,0,0.15)!important;
    _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
    color: #FFFFFF;
}

#loginBar .textCtrl:focus {
    background: url(/web/20160204210043im_/http://www.mcgamer.net/rgba.php?r=0&g=0&b=0&a=76) none;
    background: rgba(0,0,0,0.3) none;
    _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

#loginBar input.textCtrl.disabled {
    color: rgb(127,127,127);
    background-color: #000;
    border-style: dashed;
}

#loginBar .button {
    min-width: 85px;
    *width: 85px;
}

#loginBar .button.primary {
    font-weight: bold;
}

#loginBar form.eAuth {
    -x-max-width: 700px;
}

#loginBar form.eAuth .ctrlWrapper {
    border-right: 1px dotted rgb(102,127,133);
    margin-right: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#loginBar form.eAuth #eAuthUnit {
    position: absolute;
    top: 0px;
    right: 10px;
}

#eAuthUnit li {
    margin-top: 10px;
    line-height: 0;
}

#loginBar #loginBarHandle label {
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background-color: #e28c04;
    padding: 0 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    right: 0;
    display: inline-block;
    text-align: center;
    z-index: 1;
    line-height: 30px;
    height: 30px;
}

@media (max-width: 800px) {
    .Responsive #loginBar form.eAuth .ctrlWrapper {
        border-right:none;
        margin-right: 10px;
    }

    .Responsive #loginBar form.eAuth #eAuthUnit {
        position: static;
        width: 180px;
        margin: 0 auto 10px;
    }
}

#pageNodeContent {
    padding: 0!important;
}

@media (min-width: 610px) {
    #gametypes .gametypes_list li {
        float:left;
        width: 50%;
    }
}

@media (min-width: 800px) {
    #gametypes .gametypes_list li {
        float:left;
        width: 33.33%;
    }
}

#gametypes .gametypes_list {
    margin: -8px -12px;
    padding: 0;
    list-style: none;
}

#gametypes .gametypes_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    position: relative;
}

#gametypes .gametypes_list .gametype_display {
    height: 200px;
    overflow: hidden;
}

#gametypes .gametypes_list .gametype_display img {
    min-height: 100%;
    max-width: 150%;
}

#gametypes .gametypes_list .gametype_content {
    text-align: center;
    position: relative;
    padding: 10px;
    background: #f5fafb;
    border-bottom: 2px solid rgb(205,220,224);
}

#gametypes .gametypes_list .gametype_content .gametype_icon {
    position: absolute;
    width: 140px;
    left: 50%;
    top: -162px;
    margin-left: -70px;
    pointer-events: none;
}

#gametypes .gametypes_list .gametype_content .gametype_icon img {
    max-width: 100%;
}

#gametypes .gametypes_list .gametype_content h2 {
    font-size: 32px;
    color: #71a234;
    text-align: center;
    margin: 10px 0;
}

#gametypes .gametypes_list .gametype_content h2 a {
    color: #71a234;
}

#gametypes .gametypes_list .gametype_content .gametype_viewLink {
    color: rgb(102,127,133);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

#moderatorBar {
    background-color: #5d3f1e;
    border-bottom: 1px solid rgb(150,182,189);
    font-size: 11px;
}

#moderatorBar {
    zoom:1;}

#moderatorBar:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#moderatorBar .pageContent {
    padding: 2px 0;
    overflow: auto;
}

#moderatorBar a {
    display: inline-block;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#moderatorBar a,#moderatorBar .itemCount {
    color: rgb(221,225,226);
}

#moderatorBar a:hover {
    text-decoration: none;
    background-color: #3f4d50;
    color: #f5fafb;
}

#moderatorBar .itemLabel,#moderatorBar .itemCount {
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

#moderatorBar .itemCount {
    background: #3f4d50;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
}

#moderatorBar .itemCount.alert {
    background: #e03030;
    color: white;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}

#moderatorBar .adminLink {
    float: right;
}

#moderatorBar .permissionTest,#moderatorBar .permissionTest:hover {
    background: #e03030;
    color: white;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    font-weight: bold;
}

.natMenuLevel0 {
    margin-left: 0px;
}

.natMenuLevel1 {
    margin-left: 20px;
}

.natMenuLevel2 {
    margin-left: 40px;
}

.natMenuLevel3 {
    margin-left: 60px;
}

.natMenuLevel4 {
    margin-left: 80px;
}

.natMenuLevel5 {
    margin-left: 100px;
}

.natMenuLevel6 {
    margin-left: 120px;
}

.natMenuLevel7 {
    margin-left: 140px;
}

.natMenuLevel8 {
    margin-left: 160px;
}

.natMenuLevel9 {
    margin-left: 180px;
}

.natMenuLevel10 {
    margin-left: 200px;
}

#userBar .navTabs {
    width: 101.4%;
    margin-left: -8px;
}