body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

div, p, td {
    font-size: 1em;
}

div.spacer {
    clear: both;
}

p {
    margin: 0;
    padding: 0;
}
p.small {
    font-size: 0.9em;
}

ul, li {
    margin: 0;
    padding: 0;
}
ul {
    margin-left: 20px;
}

div#errorWrap {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.75);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
    border-radius: 5px;
    max-width: 980px;
}
div#errorWrap_content {
    border: 1px solid #ff0000;
    border: 1px solid rgba(255, 0, 0, 0.32);
    box-shadow: 0px 0px 5px #000 inset;
    border-radius: 5px;
}

div#okWrap {
    background: #009900;
    background: rgba(0, 153, 0, 0.75);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
    border-radius: 5px;
    max-width: 980px;
}
div#okWrap_content {
    border: 1px solid #009900;
    border: 1px solid rgba(0, 153, 0, 0.32);
    box-shadow: 0px 0px 5px #000 inset;
    border-radius: 5px;
}

div#infoWrap {
    background: #999999;
    background: rgba(153, 153, 153, 0.75);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
    border-radius: 5px;
    max-width: 980px;
}
div#infoWrap_content {
    border: 1px solid #999999;
    border: 1px solid rgba(153, 153, 153, 0.32);
    box-shadow: 0px 0px 5px #000 inset;
    border-radius: 5px;
}

div#notifierWrap {
    width: 255px;
    padding: 5px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 25000;
    border-radius: 5px;
}

div#mainWrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div#headerWrap {
    height: 260px;
}

div#headerWrap div#headerLogo {
    width: 542px;
    height: 120px;
    position: relative;
    top: 0px;
    left: -175px;
    margin-left: auto;
    margin-right: auto;
}

div#headerPlayer {
    width: 200px;
    height: 32px;
    position: fixed;
    top: 5px;
    left: 5px;
    float: left;
    z-index: 500;
}

div#headerPlayer div#headerPlayerLevel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #034e65;
    border-radius: 32px;
    box-shadow: 0px 0px 3px #034e65;
    z-index: 1000;
}

div#headerPlayer div#headerPlayerLevel div#playerLevelValue {
    font-weight: bold;
    color: #034e65;
}

div#headerPlayer div#playerExpPercentValue {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 200px;
    height: 20px;
    padding-left: 40px;

    background: #fff;

    font-weight: bold;
    color: #034e65;
    text-align: left;
    border: 1px solid #034e65;
    border-radius: 16px;
    box-shadow: 0px 0px 3px #034e65;
}
div#headerPlayer div#playerExpPercentValue span#playerExpPercentValueWrap {
    position: relative;
    top: -3px;
}

div#headerMoneySapphire {
    width: 200px;
    height: 32px;
    position: fixed;
    top: 42px;
    left: 5px;
    float: left;
    z-index: 500;
}

div#headerMoneyRuby {
    width: 200px;
    height: 32px;
    position: fixed;
    top: 79px;
    left: 5px;
    float: left;
    z-index: 500;
}

div#headerMoneySapphire div#headerMoneySapphireIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #535baf;
    border-radius: 32px;
    box-shadow: 0px 0px 3px #034e65;
    z-index: 1000;
}

div#headerMoneyRuby div#headerMoneyRubyIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #c31a01;
    border-radius: 32px;
    box-shadow: 0px 0px 3px #034e65;
    z-index: 1000;
}

div#headerMoneySapphire div#moneyMoneyValue {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 200px;
    height: 20px;
    padding-left: 40px;

    background: #fff;

    font-weight: bold;
    color: #535baf;
    text-align: left;
    border: 1px solid #535baf;
    border-radius: 16px;
    box-shadow: 0px 0px 3px #034e65;
}
div#headerMoneySapphire div#moneyMoneyValue span#moneyMoneyValueWrap {
    position: relative;
    top: -3px;
}

div#headerMoneyRuby div#moneyPassValue {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 200px;
    height: 20px;
    padding-left: 40px;

    background: #fff;

    font-weight: bold;
    color: #c31a01;
    text-align: left;
    border: 1px solid #c31a01;
    border-radius: 16px;
    box-shadow: 0px 0px 3px #034e65;
}
div#headerMoneyRuby div#moneyPassValue span#moneyPassValueWrap {
    position: relative;
    top: -3px;
}

div#headerMoneyRuby div#moneyPassGetMore {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 20px;
    height: 20px;

    background: #c31a01;

    font-weight: bold;
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    //box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #fff inset;

    cursor: pointer;
}

div#headerMoneyRuby div#moneyPassGetMore img {
    position: absolute;
    top: 4px;
    left: 4px;
}

div#headerWeather {
    width: 200px;
    height: 32px;
    position: fixed;
    top: 5px;
    right: 5px;
    float: right;
    z-index: 500;
}

div#headerWeather div#headerWeatherIcon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;

    background: #fff;
    border: 2px solid #034e65;
    border-radius: 32px;
    box-shadow: 0px 0px 3px #034e65;
    z-index: 1000;
}

div#headerWeather div#headerWeatherContentWrap {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 200px;
    height: 20px;
    padding-right: 40px;

    background: #fff;

    font-weight: bold;
    color: #034e65;
    text-align: right;
    border: 1px solid #034e65;
    border-radius: 16px;
    box-shadow: 0px 0px 3px #034e65;
}

div#headerWeather div#headerWeatherContentWrap span#weatherSeason {
    position: relative;
    top: -3px;
}
div#headerWeather div#headerWeatherContentWrap span#weatherTemperature {
    position: relative;
    top: -3px;
}

div#headerMagic {
    width: 200px;
    height: 32px;
    position: fixed;
    top: 42px;
    right: 5px;
    float: right;
    z-index: 500;
}

div#headerMagic div#headerMagicBar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #883688;
    border-radius: 32px;
    box-shadow: 0px 0px 3px #034e65;
    z-index: 1000;
}

div#headerMagic div#headerMagicBar {
    font-weight: bold;
    color: #883688;
}

div#headerMagic div#playerMagicPercentValue {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 200px;
    height: 20px;
    padding-right: 40px;

    background: #fff;

    font-weight: bold;
    color: #883688;
    text-align: right;
    border: 1px solid #883688;
    border-radius: 16px;
    box-shadow: 0px 0px 3px #034e65;
}
div#headerMagic div#playerMagicPercentValue span#playerMagicPercentValueWrap {
    position: relative;
    top: -3px;
}

div#weatherStatusWrap {
    position: fixed;
    top: 10px;
    right: 10px;
}

table.normalbar {
    background: #fff;
}

div#menuWrap ul {
    margin: 0;
    list-style-type: none;
}

div#menuWrap ul li {
    margin-right: 10px;
    display: inline;
}

div#menuWrap ul li img {
    width: 64px;
    height: 64px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.copyright {
    color: #eee;
}

div.dragonea_container {
    padding: 10px;
    border-radius: 5px;
}
.container_title {
    font-weight: bold;
}
.container_ok {
    font-weight: bold;
}
.container_error {
    font-weight: bold;
}

input:not(.button_paypal), select, textarea {
    border: 1px solid #014053;
    border-radius: 2px;
    font-size: 1em;
}

input.button_cancel, input.button_confirm {
    color: #fff;
    box-shadow: 0px 0px 2px #000, 0px 0px 2px #999 inset;
    border: 1px #000 solid;
    border-radius: 2px;
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
}
input.button_cancel {
    background: #ff0000;
}
input.button_confirm {
    background: #009900;
}
input.button_cancel:hover, input.button_confirm:hover {
    cursor: pointer;
}
input.button_cancel:hover {
    background: #ff0000;
}
input.button_confirm:hover {
    background: #009900;
}

input:not(.button_paypal) {
    background: rgb(255, 255, 255);
    border-radius: 2px;
    color: #014053;
    box-shadow: 0px 0px 3px #999 inset;
}
input:hover {
}

textarea {
    background: rgb(255, 255, 255);
    border-radius: 2px;
    padding: 2px;
    color: #014053;
    box-shadow: 0px 0px 3px #999 inset;
    font-size: 1.5em;
}
textarea:hover {
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

div.pagetitle {
    text-align: center;
}

div.pagetitle h2 {
    color: #eee;
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65;
}

div.pagetitle h2 a {
    color: #eee;
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65;
}

h2.pagetitle {
    color: #eee;
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65;
}

h2.pagetitle a {
    color: #eee;
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 2px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65, 0px 0px 3px #034e65;
}

div.confirmtitle {
    text-align: center;
}

div.confirmtitle h2 {
    color: #000;
}

h1, h2, h3, h4, h5 {
    background: transparent;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    padding: 5px;
    font-size: 2em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

.disabled {
    text-decoration: line-through;
}

.table_head {
    font-size: 1.1em;
    font-weight: bold;
}

table.normalbar {
    border-radius: 3px;
}
div.progress {
    height: 8px;
}
div.progress-bar {
    background: #5b98aa;
}

div.spinner-border {
    color: #358097;
}

html {
    background-color: #358097;
    background: url('../image/background.png') repeat;
    color: #000000;
}

body {
    background-color: #358097;
    background: url('../image/background.png') repeat;
    color: #000000;
}

div#notifierWrap {
    background: #bfd2d8;
    background: rgba(238, 238, 238, 0.75);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
}

div#headerWrap {
    background-color: #358097;
    background: url('../image/header.png') no-repeat;
    background-position: center;
}

div#copyrightWrap {
    color: #ddd;
}

a {
    color: #014053;
}

div.dragonea_container {
    background: #bfd2d8;
    background: rgba(238, 238, 238, 0.75);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
}
.container_title {
    color: #025064;
}
.container_ok {
    color: #05a305;
}
.container_error {
    color: #a30505;
}

div.dragonea_container3 {
    background: #fcc;
    background: rgba(255, 204, 204, 0.75);
    box-shadow: 0px 0px 5px #000, 0px 0px 5px #999 inset;
    color: #c00;
}

h1, h2, h3, h4, h5 {
    color: #014053;
}

.table_head {
    color: #014053;
}

.dashed-top-separator {
    border-top: 1px dashed #025064;
}

span.male {
    color: #05587b;
    font-weight: bold;
}

span.female {
    color: #660f61;
    font-weight: bold;
}

img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.2em;
    font-size: 1.5em;
}
