@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('/font/myriadprobold.eot');
    src: url('/font/myriadprobold.eot?#iefix') format('embedded-opentype'), url('/font/myriadprobold.woff') format('woff'), url('/font/myriadprobold.ttf') format('truetype'), url('/font/myriadprobold.svg#myriadprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('/font/myriadproit.eot');
    src: url('/font/myriadproit.eot?#iefix') format('embedded-opentype'), url('/font/myriadproit.woff') format('woff'), url('/font/myriadproit.ttf') format('truetype'), url('/font/myriadproit.svg#myriadproit') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Light';
    src: url('/font/myriadprolight.eot');
    src: url('/font/myriadprolight.eot?#iefix') format('embedded-opentype'), url('/font/myriadprolight.woff') format('woff'), url('/font/myriadprolight.ttf') format('truetype'), url('/font/myriadprolight.svg#myriadprolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/font/myriadproregular.eot');
    src: url('/font/myriadproregular.eot?#iefix') format('embedded-opentype'), url('/font/myriadproregular.woff') format('woff'), url('/font/myriadproregular.ttf') format('truetype'), url('/font/myriadproregular.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Andy Bold';
  src: url('/font/andybold.ttf');
}

* {
    padding: 0;
    margin: 0;
}

.noto_sans {
    font-family: 'Noto Sans', sans-serif;
}

.indie_flower {
    font-family: 'Indie Flower', cursive;
}

.andy_bold {
    font-family: 'Andy Bold', sans-serif;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/*********
** NAV ***
*********/
a:active {
    outline: none;
}

body {
    background-color: #21D6D9;
    background-image: url('/img/bg-default.jpg');
    background-repeat: repeat;
}

#top-bar {
    width: 100%;
    clear: both;
    height: 60px;
    background-color: #555;
    background-image: url('/img/top-bg.jpg');
    background-repeat: repeat;
}

#top-bar-container {
    height: 60px;
    position: relative;
}

#title a {
    width: 180px;
    float: left;
    height: 35px;
    padding: 10px 20px 15px 20px;
    font-size: 25px;
    color: #bbb;
    text-decoration: none;
    background-color: #333;
}

#title_dtp a {
    width: 200px;
    float: left;
    height: 30px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 15px;
    color: #999;
    text-decoration: none;
}

#votemessage {
    position: relative;
    color: #fff;
    top: 17px;
    left: 10px;
    padding: 5px;
    float: left;
}

#votemessage a {
    color: #fff;
}

#account {
    float: right;
    height: 25px;
    padding-top: 10px;
}

#account a {
    color: #bbb;
    text-decoration: none;
}

#account #account_img {
    margin-right: 10px;
    margin-top: 2.5px;
    float: left;
}

#account_wrap {
    position: relative;
    margin-top: 3px;
    margin-right: 10px;
}

#account #user_name {
    margin-top: 4px;
    float: left;
}

.submenu {
    background: #fff;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: absolute;
    right: 0;
    top: 40px;
}

.submenu li a {
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.submenu li a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
}

.submenu .login a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
}

.submenu .topitem a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.submenu .bottomitem a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#submenu2 {
    position: absolute;
}

.submenu2 {
    background: #fff;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: absolute;
}

.submenu2 li a {
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.submenu2 li a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
}

.submenu2 .login a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
}

.submenu2 .topitem a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.submenu2 .bottomitem a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.root {
    list-style: none;
    margin: 0;
    font-size: 11px;
    padding: 0 0 0 0;
}

#account .arrow_account {
    background-image: url(/img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

#account .arrow_account_up {
    background-image: url(/img/arrow_up.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

#nav {
    width: 400px;
    font-size: 18px;
    height: 50px;
    position: absolute;
    right: 186px;
}

#nav ul li {
    list-style-type: none;
}

#nav ul li a {
    display: block;
    float: left;
    height: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100px;
    text-align: center;
    color: #ccc;
    text-decoration: none;
}

#nav ul li a:hover {
    background: #555;
}

#nav ul li a:link {
    color: #ccc;
}

#nav ul li a:visited {
    color: #ccc;
}

#sidebarArea {
    width: 220px;
    height: 600px;
    background-color: #21D6D9;
    background-image: url('/img/bg-default.jpg');
    background-repeat: repeat;
    position: absolute;
}

#sidebarArea ul {
    list-style: none;
}

#sidebarArea a {
    color: white;
    background-color: #21D6D9;
    background-image: url('/img/bg-menu.jpg');
    background-repeat: repeat;
    margin-bottom: 2px;
    padding: 16px 0;
    display: block;
    text-decoration: none;
    text-align: left;
    outline: none;
}

#sidebarArea a:hover {
    color: white;
    background-color: #21D6D9;
    background-image: url('/img/bg-menu-dark.jpg');
    background-repeat: repeat;
    margin-bottom: 2px;
    padding: 16px 0;
    display: block;
    text-decoration: none;
    text-align: left;
    outline: none;
}

#sidebarArea #first {
    background-image: url('/img/bg-menu-dark.jpg');
    background-repeat: repeat;
}

#sidebarArea a .firstIcon {
    background-image: url('/img/bg-menu-darker.jpg');
    background-repeat: repeat;
    display: block;
    float: left;
    margin-top: -16px;
    padding-top: 20px;
    width: 35px;
    height: 34px;
    padding-left: 15px;
    outline: none;
}

#sidebarArea a .icon {
    background-image: url('/img/bg-menu-dark.jpg');
    background-repeat: repeat;
    display: block;
    float: left;
    margin-top: -16px;
    padding-top: 20px;
    width: 35px;
    height: 34px;
    padding-left: 15px;
    outline: none;
}

#sidebarArea a:hover .icon {
    background-image: url('/img/bg-menu-darker.jpg');
    background-repeat: repeat;
    display: block;
    float: left;
    margin-top: -16px;
    padding-top: 20px;
    width: 35px;
    height: 34px;
    padding-left: 15px;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #sidebarArea a .firstIcon {
        height: 33px;
    }

    #sidebarArea a .icon {
        height: 33px;
    }

    #sidebarArea a:hover .icon {
        height: 33px
    }
}

#sidebarArea .navText {
    margin-left: 20px;
}

#contentArea {
    margin-left: 220px;
    z-index: 1;
    min-height: 790px;
    background-image: url('/img/body-bg.png');
    background-repeat: repeat;
    box-shadow: -6px 6px 10px #1D9999;
    position: relative;
}

#contentAreaHead {
    color: #777;
}

#contentAreaHead h2 {
    float: left;
    margin: 9px 7px 7px 15px;
    font-weight: 100;
}

#contentAreaHead p {
    padding-top: 21px;
    display: block;
    font-size: 12px;
}

#arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ccc;
    float: left;
    margin-top: 12px;
    margin-left: 7px;
}

.successMessage {
    clear: both;
    margin-left: 25px;
    margin-bottom: 5px;
}

.successMessage .successContent {
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #5ECF3C;
    background-color: #58ED2B;
    color: #246610;
    font-size: 13px;
}

/************
** Welcome **
************/
#dtpWelcomeMain {
    font-size: 16px;
    margin: auto;
    padding: 10px;
    clear: left;
    background-color: #ffffff;
    width: 90%;
    color: #303030;
}

#dtpWelcomeHead {
    font-size: 17px;
    height: 25px;
    margin: -10px -10px 10px -10px;
    padding: 5px 10px 5px 20px;
    background-color: #1DC9F0;
    color: #FFFFFF;
}

#dtpWelcomeBody ul {
    list-style-position: inside;
    font-size: 14px;
}

/************
** Trading **
************/
#gUserBalance {
    float: right;
    background: #597AFF;
    padding: 5px;
    color: #fff;
    z-index: 20;
    font-size: 14px;
}

#gUserLevel {
    float: right;
    background: #8359FF;
    padding: 5px;
    color: #fff;
    z-index: 20;
    font-size: 14px;
}

#gUserCredits {
    float: right;
    background: #F73B5D;
    padding: 5px;
    color: #fff;
    z-index: 20;
    font-size: 14px;
}

#inventory {
    clear: both;
    margin-top: 10px;
    margin-left: 30px;
    color: #777;
}


#inventory_chat_preview {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    height: 60px;
    text-align: center;
    clear: left;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    float: left;
    font-size: 19px;
    background: url('/img/previewback.jpg');
    align-items: center;
    display: flex;
    padding: 0 10px 0 10px;
}

#inventory_comm {
    float: left;
    clear: right;
    height: 100px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-left: -4px;
    margin-top: 4px;
}

#inventory_comm:after {
    clear: both;
}
#inventory_comm table {
    margin-left: 0;
}

#inventory_comm h2 {
    width: 150px;
    font-size: 17px;
    padding-left: 3px;
}

#inventory_equip {
    float: left;
}

#inventory_main {
    clear: left;
}
#inventory h2 {
    margin-left: 8px;
}


#inventory_lootReward {
    position: absolute;
    width: 400px;
    background: #EFEFEF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #999;
    padding: 5px;
    z-index: 999;
}

#inventory_lootReward > p {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#inventory_lootRewardContent {
    padding: 5px;
    clear: both;
}

#inventory_lootRewardContent > div {
    float: left;
    border: 1px solid #333;
    border-radius: 3px;
    margin: 3px;
}

#inventory_lootRewardContent .itemLife {
    display: none;
}

#inventory_lootRewardContent > .item {
    padding: 1px 5px 9px 5px;
}

#inventory_lootRewardContent:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#inventory_lootRewardHide {
    border: 1px solid #AAA;
    background: #EDEDED;
    float: right;
    color: #999;
    width: 110px;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    cursor: default;
}

#inventory_lootRewardHide:hover {
    border-color: #888;
    color: #555;
}

table {
    margin-left: 10px;
    border-spacing: 5px;
    border-collapse: separate;
}

p {
    margin-left: 5px;
}

table p {
    margin: 0;
}

.item {
    position: relative;
    background: #eee;
    padding: 5px 5px 5px 5px;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    border-radius: 3px;
}

.item p {
    margin: 0;
}

#inventory .item .info,
#inventory_lootRewardContent .item .info {
    z-index: 1;
    position: absolute;
    bottom: -20px;
    left: 60px;
    background: #efefef;
    color: #333;
    display: none;
    font-size: 12px;
    width: 300px;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: 0 0 8px 2px #999;
    padding: 3px;
}

#inventory .highlightItem {
    border: 2px solid #FFEA00;
    width: 56px;
    height: 46px;
}

#inventory td {
    position: relative;
    width: 70px;
    height: 60px;
    border: solid 1px #333;
    border-radius: 5px;
}

.item .itemLife {
    height: 4px;
    width: auto;
    margin: -5px -5px 1px -5px;
}

.item .itemLife .lifeBar {
    width: 100%;
    background: #0077FF;
    height: 100%;
}

#RestoreItemForm {
    width: 255px;
    height: 150px;
    background-color: #fff;

    position: fixed;
    top: 65px;
    left: -50px;
    right: 0;

    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px #888;
    padding: 5px 5px 5px 10px;
    display: none;
}

#RestoreItemForm #RestoreItemHeader {
    background: #f8f8f8;
    border-bottom: 2px solid #eee;
    font-size: 18px;
    padding: 7px 10px;
    margin: -5px -5px 10px -10px;
    border-radius: 5px 5px 0 0;
}

#RestoreItemForm input {
    float: right;
    border-radius: 2px;
    padding: 5px;
    border: 1px solid #eee;
    background: #fbfbfb;
    color: #555;
    margin-right: 10px;
    margin-top: 10px;
}

#RestoreItemForm input:hover {
    background: #f2f2f2;
    cursor: pointer;
}

#inventory #inventory_main .item {
    padding: 1px 5px 9px 5px;
}

#inventory #inventory_main .item .itemLife {
    display: none;
}

#inventory #inventory_main .item:hover {
    padding: 5px 5px 5px 5px;
}

#inventory #inventory_main .item:hover .itemLife {
    display: block;
}

#inventory .item:hover .itemMenu {
    width: 10px;
    height: 10px;
    background: green;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}

#inventory .itemMenuDiv,
#inventory_lootRewardContent .itemMenuDiv {
    background: #fff;
    z-index: 100;
    width: 80px;
    display: none;
    margin-left: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 60px;
    text-shadow: none;
}

.itemMenuDiv ul {
    list-style: none;
}

.itemMenuDiv li a {
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}

.itemMenuDiv li a:hover {
    background: #2BAEFF;
    color: #FFFFFF;
    text-decoration: none;
}

.empty {
    opacity: 0.5;
}

.trash {
    opacity: 1;
}

.invisible {
    position: relative;
    width: 70px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.locked {
    background: #eee;
}

.locked p {
    margin: 0;
    transform: rotate(45deg);
    padding: 5px 0 7px 7px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.name {
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#balance {
    background-color: #ccc;
    color: white;
    width: 300px;
    height: 30px;
    text-align: center;
    clear: left;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    float: left;
}

#balance .filler {
    background-color: #667CFF;
    height: 30px;
    border-radius: 5px;
}

#balance #balanceAmount {
    position: absolute;
    top: 5px;
    width: 100%;
}

#efficiency {
    background-color: #ccc;
    color: white;
    width: 300px;
    height: 30px;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    float: left;
}

#efficiency .filler {
    background-color: #EBD34B;
    height: 30px;
    border-radius: 5px;
}

#efficiency #efficiencyAmount {
    position: absolute;
    top: 5px;
    width: 100%;
}

#getCrew {
    float: left;
    width: 300px;
    height: 30px;
    background-color: #C81818;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px;
}

#getCrew:hover {
    background-color: #F22E2E;
}

#getCrew a {
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 2px;
}

/***********/
/** LOANS **/
/***********/

#loanContent {
    clear: left;
    margin-left: 20px;
}

#loanContent table {
    border-spacing: 0;
    border-collapse: collapse;
}

#loanContent th {
    border: 1px solid #444;
    padding: 5px;
    color: #444;
}

#loanContent td {
    border: 1px solid #444;
    padding: 5px;
    color: #444;
}

/*************/
/** Trading **/
/*************/
#tradebutton, #tradebutton2 {
    outline: 0;
    background: #3CA0F0;
}

#tradebutton:hover, #tradebutton2:hover {
    outline: 0;
    background: #1476C4;
}

#tradebutton:active, #tradebutton2:active {
    outline: 0;
    background: #1476C4;
    box-shadow: inset 0 0 25px #094B80;
}

.tradeview_generic {
    clear: both;
    margin-left: 15px;
}

.tradeview_generic:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.tradeview_generic > .item {
    float: left;
    margin-left: 5px;
    border: 1px solid #777;
}

.tradeview_generic > .item .itemMenuDiv, .tradeview_generic > .item .info {
    display: none;
}

#tradeview_form {
    margin-left: 20px;
    margin-top: 15px;
}

#tradeview_form #tradebutton {
    width: 150px;
    height: 30px;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    border: medium none;
}

#tradeview_form #tradebutton3 {
    width: 150px;
    height: 30px;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    border: medium none;
    background: #FF0022;
}

#tradeview_form #tradebutton3:hover {
    background: #C9001B;
}

#tradeview_form #tradebutton3:active {
    background: #C9001B;
    box-shadow: inset 0 0 25px #69000E;
}


#chat_Main {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px 3px #333;
    display: table;
}

#chat_SlotMain {
    font-size: 13px;
}

#tradeContent {
    padding: 5px;
    margin-left: 20px;
    clear: both;
    color: #555;
}

#tradeContentInfo:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#tradeContent a {
    color: #444;
}

#tradeContent table {
    border-spacing: 0;
    border-radius: 5px;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}

#tradeContent tr:nth-child(even) {
    background-color: #fff;
}

#tradeContent td, #tradeContent th {
    border-bottom: 1px #eee solid;
}

#tradeContent th {
    border-top: 1px #eee solid;
}

#tradeContent th, #tradeContent td {
    padding: 10px;
}

#tradeContentInfo {
    padding: 5px 10px 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 2px;
    margin: 0 20px 0 0;
    font-family: 'MyriadPro-Regular', 'sans-serif';
    font-size: 14px;
}

#tradeContentInfo_Header {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 9%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin: -5px -10px 10px -10px;
    padding: 5px 10px 5px 10px;
}

.chat_Slot {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    padding: 5px 7px 5px 5px;
    background: #1F4FED;
    color: #fff;
    cursor: pointer;
    float: right;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    min-width: 100px;
    position: relative;
}

.chat_Slot i {
    margin-right: 10px;
}

.chat_OnlineHead {
    background: #1F4FED;
    color: #FFFDF7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 18px 7px 7px;
    margin: -7px -6px 10px -6px;
    font-size: 14px;
}

.chat_Online {
    cursor: default;
    font-size: 14px;
    color: #222;
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #DBE4FF;
    padding: 5px;
    height: 0;
    width: 213px;
    text-align: left;
    border: 1px #365FE3 solid;
    border-bottom: 0;
    box-shadow: 0 -2px 10px 3px #1F4FED;
    border-radius: 3px 0;
    display: none;
}

.chat_OnlineContent {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    max-height: 216px;
    overflow: hidden;
}

.chat_OnlineContent:hover {
    overflow-y: scroll;
}

.OnlineLine {
    clear: both;
    margin-bottom: 10px;
    word-wrap: break-word;
    cursor: pointer;
}

.OnlineLeft {
    float: left;
    padding: 5px 5px 5px 8px;
}

.OnlineLeft img {
    border-radius: 3px;
}

.OnlineRight {
    padding-top: 5px;
    font-size: 12px;
    color: #222;
    margin-left: 43px;
}

.OnlineRight a {
    text-decoration: none;
    color: #42B4FF;
    font-size: 13px;
}

.chat_BoxHead {
    background: #1F4FED;
    color: #FFFDF7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 18px 7px 7px;
    margin: -7px -6px 10px -6px;
    font-size: 14px;
}

.chat_BoxHead_R {
    float: right;
    cursor: pointer;
}

.chat_Box {
    cursor: default;
    font-size: 12px;
    color: #222;
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #DBE4FF;
    padding: 5px;
    height: 0;
    width: 341px;
    text-align: left;
    border: 1px #365FE3 solid;
    border-bottom: 0;
    box-shadow: 0 -2px 10px 3px #1F4FED;
    border-radius: 3px 0;
    display: none;
}

.chat_BoxContent {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    max-height: 300px;
    overflow: hidden;
    padding-right: 16px;
}

.chat_BoxContent:hover {
    overflow-y: scroll;
    padding-right: 0;
}

.ChatLine {
    clear: both;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.ChatLeft {
    float: left;
    padding: 5px 5px 5px 8px;
}

.ChatLeft img {
    border-radius: 3px;
}

.ChatRight {
    padding-top: 5px;
    font-size: 12px;
    color: #222;
    margin-left: 43px;
}

.ChatRight a {
    text-decoration: none;
    color: #42B4FF;
    font-size: 13px;
}

.chat_Box .chat_BoxInput {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 341px;
    margin-left: 0;
    padding: 2px 5px 2px 4px;
    border: 0;
}

.lastID {
    display: none;
}

/** ** ** **/
/** John  **/
/** ** ** **/

#johnDiv {
    margin-left: 25px;
    color: #555;
}

#johnDiv #johnYou {
    float: left;
    margin-left: 11px;
}

#johnDiv form {
    margin-left: 2px;
    float: left;
}

/*************/
/** Credits **/
/************/

.creditsContent_element {
    padding: 5px 10px 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 2px;
    margin: 10px 10px 0 10px;
    font-family: 'MyriadPro-Regular', 'sans-serif';
    font-size: 14px;
    width: 250px;
    min-height: 140px;
    float: left;
}

.creditsContent_element strong {
    font-size: 13px;
}

.creditsContent_elementHead {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 9%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin: -5px -10px 5px -10px;
    padding: 5px 10px 5px 10px;
}

/**********
** Stats **
**********/

.statisticsContent_element {
    padding: 5px 10px 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 2px;
    margin: 10px 10px 0 10px;
    font-family: 'MyriadPro-Regular', 'sans-serif';
    font-size: 14px;
    width: 250px;
    height: 140px;
    float: left;
}

.statisticsContent_element strong {
    font-size: 13px;
}

.statisticsContent_elementHead {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 9%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin: -5px -10px 5px -10px;
    padding: 5px 10px 5px 10px;
}

/** ** ** **/
/** Bans  **/
/** ** ** **/

.banDiv {
    padding: 5px;
    margin-left: 20px;
    clear: both;
    color: #555;
}

.banInfo {
    padding: 5px 10px 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 2px;
    margin: 0 20px 0 0;
    font-family: 'MyriadPro-Regular', 'sans-serif';
    font-size: 14px;
}

.banInfoHeader {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 9%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin: -5px -10px 5px -10px;
    padding: 5px 10px 5px 10px;
}

.banInfo_colon {
    font-size: 15px;
}

.banInfo_colon span {
    font-size: 15px;
}

.banDiv li {
    margin-left: 20px;
}

.banDiv a {
    color: #999;
    font-family: 'MyriadPro-Regular', 'sans-serif';
}

/**************
* Leaderboard *
**************/

#leaderboardContent {
    padding: 5px;
    margin-left: 20px;
    clear: both;
    color: #555;
}

#leaderboardContentInfo:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#leaderboardContent a {
    color: #444;
}

#leaderboardContent table {
    border-spacing: 0;
    border-radius: 5px;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    text-align: center;
}

#leaderboardContent tr:nth-child(even) {
    background-color: #fff;
}

#leaderboardContent td, #leaderboardContent th {
    border-bottom: 1px #eee solid;
}

#leaderboardContent th {
    border-top: 1px #eee solid;
}

#leaderboardContent th, #leaderboardContent td {
    padding: 10px;
}

#leaderboardContentInfo {
    padding: 5px 10px 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 2px;
    margin: 0 20px 0 0;
    font-family: 'MyriadPro-Regular', 'sans-serif';
    font-size: 14px;
}

#leaderboardContentInfo_Header {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 9%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin: -5px -10px 10px -10px;
    padding: 5px 10px 5px 10px;
}

/***** INTRO PAGE ******/
#intro_main .options {
    margin: auto;
    width: 600px;
    position: relative;
    left: 20px;
}

#intro_main .choice_button {
    font-family: 'Indie Flower', cursive;
    font-size: 18px;
    background: none;
    border: none;
}

#intro_main ul {
    list-style: none;
}

#intro_main li {
    margin-left: 10px;
    color: #008000;
}

#intro_main ul .loss {
    color: #C9001B;
}

#intro_main .ability_item {
    float: left;
    width: 200px;
}

#intro_main {
    position: relative;
    box-shadow: 0 0 10px #111, inset 0 0 20px #5E2100;
    font-size: 18px;
    font-family: 'Indie Flower', cursive;
    width: 660px;
    height: 250px;
    background-color: #421700;
    background-image: url('/img/scroll-backa.jpg');
    background-repeat: repeat;
    padding: 10px 30px 30px 30px;
    margin: auto;
    margin-top: 50px;
}

#intro_main #faction_container {
    width: 400px;
    margin: auto;
}

#intro_main .faction {
    float: left;
    height: 200px;
    width: 150px;
    margin-right: 40px;
    padding: 5px;
}

#intro_main .faction img {
    float: right;
    margin: 10px 10px 0 0;
    display: block;
    width: 95px;
    height: 140px;
}

#intro_main .alt img {
    float: left;
    margin: 10px 0 0 0;
}
#intro_main .alt img {
    width: 80px;
}

#content {
    font-size: 16px;
}

/****************
/* Weapon Page */
/***************/

#weaponStatsContent {
    clear: both;
    margin-left: 10px;
    max-width: 1285px;
}

/* Highlight Wep */
#weaponStatsContent #weapon_highlight {
    border: 1px solid #cecece;
    width: 507px;
    height: 207px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FAFAFA 0%, #F0F0F0 100%);
    color: #888;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#weaponStatsContent #weapon_highlight img {
    padding: 5px;
}

#weaponStatsContent .weapon_boxCat {
    font-size: 13px;
    clear: left;
}

#weaponStatsContent .weapon_boxCatSectionL {
    float: left;
}

#weaponStatsContent .weapon_boxCatSectionR {
    float: right;
    margin-right: 80px;
}

#weaponStatsContent .weapon_boxCatSectionR .imgContain {
    width: 50px;
    height: 34px;
    margin: auto;
    text-align: center;
}

#weaponStatsContent .weapon_boxCatSectionR img {
    display: block;
    margin: auto;
}

/* Generic Weapon Box */
#weaponStatsContent .weapon_generic {
    border: 1px solid #ddd;
    width: 250px;
    height: 100px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FAFAFA 0%, #F0F0F0 100%);
    color: #888;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#weaponStatsContent .weapon_generic img {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

#weaponStatsContent .weapon_generic #weapon_searchQuery {
    background-image: linear-gradient(to right bottom, #F5F5F5 0%, #FCFCFC 50%);
    border: 1px solid #ccc;
    padding: 2px;
    color: #555;
}

#weaponStatsContent .weapon_generic #weapon_search {
    border: 1px solid #ccc;
    background-image: linear-gradient(to right bottom, #F5F5F5 0%, #FCFCFC 50%);
    padding: 2px;
    color: #555;
}

/* Weapon Filler Box */
#weaponStatsContent .weapon_filler {
    width: 252px;
    height: 102px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#weaponStatsContent .weapon_boxType {
    color: #dadada;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* Hover Tiles */
#weaponStatsContent .weapon_generic:hover, #weaponStatsContent .weapon_highlight:hover {
    background-image: linear-gradient(to right bottom, #F2F2F2 0%, #E0E0E0 100%);
    cursor: pointer;
}

#weaponStatsContent .weapon_generic:hover .weapon_boxType, #weaponStatsContent .weapon_highlight:hover .weapon_boxType {
    color: #fff;
}

/* View Weapon */
#weaponStatsContent .weapon_view {
    border: 1px solid #ddd;
    width: 500px;
    height: 200px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FAFAFA 0%, #F0F0F0 100%);
    color: #888;
    font-size: 22px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#weaponStatsContent .weapon_view img {
     min-width: 20px;
     min-height: 20px;
     position: absolute;
     bottom: 30px;
     right: 10px;
 }

#weaponStatsContent .weapon_view .weapon_boxStatGroup {
    margin-left: 40px;
    margin-bottom: 10px;
}

#weaponStatsContent .weapon_view .weapon_boxStat {
    font-size: 12px;
}

#weaponStatsContent .weapon_view .weapon_icon {
    max-height: 30px;
    max-width: 30px;
    position: relative;
    right: 0;
    bottom: 0;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

#weaponStatsContent .weapon_view .weapon_attachmentBox {
    float: right;
}

#weaponStatsContent .weapon_view .weapon_attachment {
    width: 100px;
    height: 50px;
    clear: right;
    margin-bottom: 2px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

#weaponStatsContent .weapon_view .attachment_label {
    float: left;
    margin-left: 10px;
    font-size: 13px;
}

#weaponStatsContent .weapon_return {
    border: 1px solid #ddd;
    width: 55px;
    height: 20px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FAFAFA 0%, #F0F0F0 100%);
    color: #888;
    font-size: 14px;
    padding: 5px;
    clear: left;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#weaponStatsContent .weapon_return:hover {
    background-image: linear-gradient(to right bottom, #F2F2F2 0%, #E0E0E0 100%);
    cursor: pointer;
}

/***************
*** Upgrades ***
***************/

#upgradesContent {
    margin-left: 10px;
}

#upgradesContent .upgrades_generic {
    border: 1px solid #ddd;
    width: 300px;
    height: 175px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FEFEFE 0%, #FBFBFB 100%);
    color: #999;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#upgradesContent .upgrades_generic > p {
    font-size: 15px;
}

#upgradesContent .upgrades_generic .upgrades_paragraph {
    margin-left: 10px;
    margin-top: 5px;
}

#upgradesContent .upgrades_generic .progress-container {
    margin-left: 10px;
    margin-top: 5px;
	margin-bottom: 25px;
    height: 50px;
    clear: both;
}

#upgradesContent #upgrades_inventory .progress-block-full {
    width: 20px;
    height: 30px;
    background: #FFDD00;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_inventory .progress-block {
    width: 20px;
    height: 30px;
    background: #C7AC00;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_inventory .fa-plus {
    color: #C7AC00;
}

#upgradesContent #upgrades_xpefficiency .progress-block-full {
    width: 20px;
    height: 30px;
    background: #FFA733;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_xpefficiency .progress-block {
    width: 20px;
    height: 30px;
    background: #E86100;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_xpefficiency .fa-plus {
    color: #E86100;
}

#upgradesContent #upgrades_market .progress-block-full {
    width: 20px;
    height: 30px;
    background: #33FF4B;
    float: left;
    margin-right: 2px;
}
#upgradesContent #upgrades_market .progress-block {
    width: 20px;
    height: 30px;
    background: #00BF16;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_market .fa-plus {
    color: #00BF16;
}

#upgradesContent #upgrades_raiding .progress-block-full {
    width: 20px;
    height: 30px;
    background: #FF0000;
    float: left;
    margin-right: 2px;
}
#upgradesContent #upgrades_raiding .progress-block {
    width: 20px;
    height: 30px;
    background: #9E0000;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_raiding .fa-plus {
    color: #9E0000;
}

#upgradesContent #upgrades_special .progress-block-full {
    width: 20px;
    height: 30px;
    background: #F200FF;
    float: left;
    margin-right: 2px;
}
#upgradesContent #upgrades_special .progress-block {
    width: 20px;
    height: 30px;
    background: #AE00CC;
    float: left;
    margin-right: 2px;
}

#upgradesContent #upgrades_special .fa-plus {
    color: #AE00CC;
}

#upgradesContent .fa-plus {
    margin-top: 7px;
    cursor: pointer;
}

#upgradeForm {
    display: none;
}

#upgrades_progressbar {
    background-color: #ccc;
    color: white;
    width: 250px;
    height: 30px;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    float: left;
}

#upgrades_progressbar #filler {
    background-color: #5EAFFF;
    height: 30px;
    border-radius: 5px;
}

#upgrades_progressbar #upgrades_progresstext {
    position: absolute;
    top: 5px;
    width: 100%;
}

/* Explore Page */

/* Generic Weapon Box */
#statisticsContent .weapon_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 160px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #888;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#statisticsContent .weapon_generic img {
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

#statisticsContent .weapon_boxType {
    color: #cacaca;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/**********************/
/* Magic Credits Page */
/**********************/

#magicContent {
    clear: left;
    margin-left: 10px;
}

#magicContent .magic_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 170px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#magicContent .magic_generic > p {
    margin-left: 5px;
}

#magicContent .magic_generic > .magic_option {
    width: 90%;
    margin: 5px auto 5px auto;
    border: 1px solid transparent;
    padding: 10px 5px 10px 5px;
    color: #888;
    display: block;
    text-decoration: none;
}

#magicContent .magic_generic > .magic_option:hover {
    border: 1px solid #ddd;
    background: #efefef;
}

#magicContent .magic_generic > form {
    margin-top: 5px;
    margin-left: 10px;
}

/******************/
/* Staff Sessions */
/******************/

#staffContent {
    clear: left;
    margin-left: 10px;
}

.staff_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 160px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.staff_generic > .staff_generic_head {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.staff_generic > #session {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #EFEFEF;
    border: 1px solid #DEDEDE;
    padding: 5px;
    color: #666;
}

.staff_generic > #submit {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #EFEFEF;
    border: 1px solid #DEDEDE;
    padding: 5px;
    color: #666;
}

.staff_generic > #session:hover {
    background: #E9E9E9;
}


.staff_generic .staff_progress_bar {
    position: relative;
    height: 30px;
    width: 248px;
    margin: 2px auto 0 auto;
    background: #DDD;
    border-radius: 5px;
}

.staff_generic .staff_progress_bar > .staff_progress_filler {
    background-color: #42B4FF;
    height: 30px;
    border-radius: 5px;
}

.staff_generic .staff_progress_bar p {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.staff_generic > ul {
    margin-left: 10px;
    list-style-position: inside;
    height: 118px;
    overflow-y: auto;
}

/***********************
/** Abilities Content **
/**********************/

#abilitiesContent {
    clear: left;
    margin-left: 10px;
}


.abilities_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 160px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.abilities_generic > p {
    color: #444;
    font-size: 16px;
}

.abilities_generic .abilities_progress {
    position: relative;
    height: 30px;
    width: 248px;
    margin: 4px auto 0 auto;
    background: #DDD;
    border-radius: 5px;
}

.abilities_generic .abilities_progress > .abilities_progress_filler {
    background-color: #42B4FF;
    height: 30px;
    border-radius: 5px;
}

.abilities_generic .abilities_progress p {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.abilities_generic > .abilities_stats {
    list-style-position: inside;
    margin-left: 5px;
}

.abilities_stats > ul > li {
    margin-left: 5px;
}

/***************
** Suggestions *
***************/

#suggestionContent {
    clear: left;
    margin-left: 10px;
}


.suggestion_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 160px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.suggestion_generic > p {
    color: #444;
    font-size: 16px;
}

.suggestion_generic > .suggestion_inner {
    margin-left: 10px;
}

/********
** News *
********/

#newsContent {
    clear: left;
    margin-left: 10px;
}


.news_generic {
    border: 1px solid #ddd;
    width: 268px;
    height: 110px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 5px 5px 5px;
    display: table;
}

.news_generic > p {
    color: #444;
    font-size: 16px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    bottom: 5px;
}

.news_generic > .date {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: #666;
}

/* Alerts */
.alert {
    padding: 5px;
    color: #fff;
    background: #D9000B;
    border-bottom: 2px solid #C4000A;
    border-right: 2px solid #C4000A;
    width: 300px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    top: 10px;
    font-size: 14px;
}

.alert a {
    color: #fff;
}

/***************/
/* Tasks Panel */
/***************/

#TasksContent {
    clear: left;
    margin-left: 10px;
}

.Tasks_Generic {
    font-family: 'Lora', serif;
    border: 1px solid #ddd;
    width: 268px;
    height: 150px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FFFFFF 20%, #FBFBFB 80%);
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    display: table;
}

.Tasks_Generic > .Tasks_Head {
    border-bottom: 1px solid #aaa;
    font-family: 'Bitter', serif;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.Tasks_Generic > .Tasks_Reward {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.Tasks_Generic > .Tasks_Reward > div {
    float: right;
    padding-left: 5px;
}

/*******************/
/** GET CREW PAGE **/
/*******************/

#getCrewContent {
    margin-left: 10px;
    clear: left;
}

#getCrewContent .getCrew_generic {
    border: 1px solid #ddd;
    width: 250px;
    height: 100px;
    position: relative;
    background-image: linear-gradient(to right bottom, #FAFAFA 0%, #F0F0F0 100%);
    color: #888;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#getCrewContent .getCrew_generic a {
    border: 1px solid #ccc;
    height: 18px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 5px;
    background: #eee;
    cursor: pointer;
}

#getCrewContent .getCrew_generic input {
    background: #eee;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 5px;
}

#getCrewContent .getCrew_generic a:hover, #getCrewContent .getCrew_generic input:hover {
    background: #ddd;
    border: 1px solid #bbb;
}

/*******************/
/* EASTER EGG HUNT */
/*******************/

#easterHuntContent {
    clear: both;
    margin-left: 10px;
}

#easterHunt_nonClue {
    float: left;
    width: 220px;
}
/* The Generator */
#easterHunt_clueGenerator {
    width: 200px;
    color: #fff;
    background: #4DBBFF;
    border: 1px solid #009DFF;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    height: 93px;
    float: left;
    margin-right: 10px;
}

#easterHunt_clueGenerator > p {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #7DCDFF;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#easterHunt_clueGenerator > .easterHunt_clueContent {
    margin-left: 5px;
}

#easterHunt_clueGenerator input {
    border: 1px solid #40B6FF;
    background: #2BAEFF;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#easterHunt_clueGenerator input:hover {
    background: #19A7FF;
    border: 1px solid #009DFF;
}


#easterHunt_collectionInfo {
    width: 200px;
    color: #fff;
    background: #4DBBFF;
    border: 1px solid #009DFF;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#easterHunt_collectionInfo > p {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #7DCDFF;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#easterHunt_collectionInfo > .easterHunt_clueContent {
    margin-left: 5px;
}

#easterHunt_collectionInfo input {
    border: 1px solid #40B6FF;
    background: #2BAEFF;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#easterHunt_collectionInfo input:hover {
    background: #19A7FF;
    border: 1px solid #009DFF;
}
/* The Clues */
.easterHunt_clue {
    min-width: 250px;
    color: #555;
    background: #ECECEC;
    border: 1px solid #ccc;
    padding: 5px 5px 40px 5px;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.easterHunt_clue > p {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #777;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.easterHunt_clue > form > input {
    padding: 3px;
    border: 1px solid #CCC;
    background: #ECECEC;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #999;
}

.easterHunt_clue > form > input:hover {
    border: 1px solid #666;
    background: #e9e9e9;
    color: #444;
}

.easterHunt_clue > .easterHunt_clueContent {
    margin-left: 5px;
}

.easterHunt_cluePart {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

/* Easter Hunt Item & Reward & alert*/
#easterHunt_reward {
    position: absolute;
    width: 400px;
    background: #EFEFEF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #999;
    padding: 5px;
}

#easterHunt_reward > p {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#easterHunt_rewardContent {
    padding: 5px;
    clear: both;
}

#easterHunt_rewardContent:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#easterHunt_rewardHide {
    border: 1px solid #AAA;
    background: #EDEDED;
    float: right;
    color: #999;
    width: 110px;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    cursor: default;
}

#easterHunt_rewardHide:hover {
    border-color: #888;
    color: #555;
}

.easterHunt_item {
    position: relative;
    background: #eee;
    padding: 1px 5px 9px 5px;
    border: 1px solid #666;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    user-select: none;
    cursor: default;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.easterHunt_itemColor {
    position: relative;
    background: #eee;
    padding: 1px 5px 9px 5px;
    border: 1px solid #666;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    user-select: none;
    cursor: default;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    color: #fff;
}

.easterHunt_item p, .easterHunt_itemColor p {
    margin: 0;
}

#easterHunt_levelUp {
    position: absolute;
    width: 400px;
    background: #EFEFEF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #999;
    padding: 5px;
}

#easterHunt_levelUp > p {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#easterHunt_levelUpContent {
    padding: 5px;
    clear: both;
    font-size: 14px;
    color: #555;
}

#easterHunt_levelUpContent:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#easterHunt_levelUpHide {
    border: 1px solid #AAA;
    background: #EDEDED;
    float: right;
    color: #999;
    width: 110px;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    cursor: default;
}

#easterHunt_levelUpHide:hover {
    border-color: #888;
    color: #555;
}