﻿@charset "utf-8";
@import url('/CSS/common_sub.css');
/* CSS Document */
body {
    background-color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
}

.loginBox {
    background-image: url(/Images/Theme/logininfobg.png);
    padding: 0 0 0 0px;
    background-repeat: no-repeat;
}

    .loginBox .loginresult {
        height: 14px;
        padding: 0 0 0 0;
        margin: 0;
        color: #B90000;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    .loginBox .TextInput {
        height: 18px;
        font-size: 13px;
    }

a img {
    border: 0;
}

a {
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

footer {
    text-align: center;
    margin: 0 auto;
}

    footer p {
        color: #ffffff;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 10px;
        text-align: center;
        margin: -5px 0 40px 42px;
        line-height: 13px;
    }

aside.left_side {
    padding: 15px 0 0 82px;
    width: 180px;
    height: 605px;
    float: left;
    font-size: 1px;
    line-height: 0;
}

nav.dropdown {
    width: 1000px;
    height: 155px;
    background-image: url(/Images/Theme/dropdown.png);
    background-repeat: no-repeat;
    position: absolute;
    display: none;
    margin-left: 50px;
    z-index: 10;
}

    nav.dropdown > ul {
        list-style: none;
        width: 100px;
        height: 150px;
        color: #ffb105;
        font-size: 12px;
        font-family: Arial, Verdana, Geneva, sans-serif;
        font-weight: bold;
        line-height: 20px;
        float: left;
        margin-top: 15px;
        text-align: left;
    }

        nav.dropdown > ul a {
            color: #ffb105;
        }

            nav.dropdown > ul a:hover {
                color: #f66709;
            }

        nav.dropdown > ul.guide {
            margin-left: 25px;
        }

        nav.dropdown > ul.news {
            margin-left: 0px;
        }

        nav.dropdown > ul.rank {
            margin-left: 30px;
        }

        nav.dropdown > ul.store {
            margin-left: 15px;
        }

        nav.dropdown > ul.download {
            margin-left: 0px;
        }

        nav.dropdown > ul.community {
            margin-left: -10px;
        }
/*navigation menu*/
nav.navi_main2 {
    padding: 17px 0px 0 60px;
}

    nav.navi_main2 ul li {
        list-style: none;
        display: inline;
        float: left;
    }

nav.navi_main {
    padding: 3px 0px 0 60px;
    height: 65px;
}

    nav.navi_main ul li {
        list-style: none;
        display: inline;
        float: left;
    }

div.guide {
    width: 140px;
    height: 35px;
    margin-left: 10px;
    background-image: url(/Images/Theme/guide.png);
    background-repeat: no-repeat;
}

a:hover div.guide {
    width: 140px;
    height: 35px;
    margin-left: 10px;
    background-image: url(/Images/Theme/guide_over.png);
    background-repeat: no-repeat;
}

div.news {
    width: 170px;
    height: 35px;
    background-image: url(/Images/Theme/news.png);
    background-repeat: no-repeat;
}

a:hover div.news {
    width: 170px;
    height: 35px;
    background-image: url(/Images/Theme/news_over.png);
    background-repeat: no-repeat;
}

div.rank {
    width: 155px;
    height: 35px;
    background-image: url(/Images/Theme/rank.png);
    background-repeat: no-repeat;
}

a:hover div.rank {
    width: 155px;
    height: 35px;
    background-image: url(/Images/Theme/rank_over.png);
    background-repeat: no-repeat;
}

div.store {
    width: 140px;
    height: 35px;
    background-image: url(/Images/Theme/store.png);
    background-repeat: no-repeat;
}

a:hover div.store {
    width: 140px;
    height: 35px;
    background-image: url(/Images/Theme/store_over.png);
    background-repeat: no-repeat;
}

div.download {
    width: 88px;
    height: 35px;
    background-image: url(/Images/Theme/download.png);
    display: block;
    background-repeat: no-repeat;
}

a:hover div.download {
    width: 88px;
    height: 35px;
    background-image: url(/Images/Theme/download_over.png);
    display: block;
    background-repeat: no-repeat;
}

div.community {
    width: 202px;
    height: 35px;
    background-image: url(/Images/Theme/community.png);
    background-repeat: no-repeat;
}

a:hover div.community {
    width: 202px;
    height: 35px;
    background-image: url(/Images/Theme/community_over.png);
    background-repeat: no-repeat;
}
/*button*/
div.event {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 46px;
    height: 16px;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #780000;
    padding: 3px 0 0 0;
    margin-right: 10px;
}

div.update {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 46px;
    height: 16px;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #742506;
    padding: 3px 0 0 0;
    margin-right: 10px;
}

div.notice {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 46px;
    height: 16px;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #b04402;
    padding: 3px 0 0 0;
    margin-right: 10px;
}

div.new {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 34px;
    height: 10px;
    font-weight: bold;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #a31308;
    padding: 1px 0 3px 0;
    margin-right: 10px;
}

div.login {
    background-image: url(/Images/Theme/login.png);
    width: 180px;
    height: 150px;
    padding: 0 0 15px 0;
    background-repeat: no-repeat;
    display: block;
}

a:hover div.login {
    background-image: url(/Images/Theme/login_over.png);
    width: 180px;
    height: 150px;
    background-repeat: no-repeat;
    display: block;
}

.loginInfo {
    background-image: url(/Images/Theme/logininfobg.png);
    width: 180px;
    height: 245px;
    padding: 15px 0 15px 0;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
}

    .loginInfo .infoitembg {
        background-image: url(/Images/Theme/infobg.png);
        width: 88px;
        height: 12px;
        padding: 3px;
        color: white;
        font-size: 12px;
        text-align: right;
        margin: 3px 0;
        background-repeat: no-repeat;
        display: inline;
        float: left;
    }

    .loginInfo .nickname {
        width: 180px;
        height: 15px;
        padding: 0 0 5px 0;
        margin: 0;
        color: white;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .loginInfo .LabelText {
        width: 65px;
        height: 12px;
        padding: 3px 0;
        margin: 3px 10px 3px 5px;
        color: #ff9000;
        font-size: 12px;
        text-align: right;
        display: inline;
        float: left;
    }

    .loginInfo .btnLogout {
        width: 88px;
        height: 34px;
        margin-top: 19px;
        background-image: url(/Images/Theme/btn_logout.png);
        background-repeat: no-repeat;
        display: inline;
        float: left;
    }

    .loginInfo .btnMyAccnt {
        width: 88px;
        height: 34px;
        margin-top: 19px;
        background-image: url(/Images/Theme/btn_myaccount.png);
        background-repeat: no-repeat;
        display: inline;
        float: right;
    }

    .loginInfo .accountProcess {
        width: 180px;
        height: 18px;
        padding: 0 0 18px 0;
        margin: 0;
        color: white;
        font-size: 13px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

div.recharge {
    background-image: url(/Images/Theme/recharge_2.png);
    width: 177px;
    height: 60px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

a:hover div.recharge {
    background-image: url(/Images/Theme/recharge_2_over.png);
    width: 177px;
    height: 60px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

div.free {
    background-image: url(/Images/Theme/free_2.png);
    width: 177px;
    height: 60px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

a:hover div.free {
    background-image: url(/Images/Theme/free_2_over.png);
    width: 177px;
    height: 60px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

div.promo {
    background-image: url(/Images/Theme/btn_Promo.png);
    width: 176px;
    height: 80px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

a:hover div.promo {
    background-image: url(/Images/Theme/btn_Promo_over.png);
    width: 176px;
    height: 80px;
    padding: 0 8px 9px 0;
    margin: 9px 0 0 0;
    background-repeat: no-repeat;
    display: block;
}

div.powerup {
    background-image: url(/Images/Theme/powerup.png);
    width: 180px;
    height: 114px;
    display: block;
    background-repeat: no-repeat;
}

a:hover div.powerup {
    background-image: url(/Images/Theme/powerup_over.png);
    width: 180px;
    height: 114px;
    display: block;
    background-repeat: no-repeat;
}

div.ics {
    background-image: url(/Images/Theme/ics.png);
    width: 180px;
    height: 118px;
    display: block;
    background-repeat: no-repeat;
}

a:hover div.ics {
    background-image: url(/Images/Theme/ics_over.png);
    width: 180px;
    height: 118px;
    background-repeat: no-repeat;
    display: block;
}

div.like {
    background-image: url(/Images/Theme/like.png);
    width: 45px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    margin: -10px 0 2px 28px;
}

a:hover div.like {
    background-image: url(/Images/Theme/like_over.png);
    width: 45px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
}

div.twitter {
    background-image: url(/Images/Theme/twitter.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 46px;
    display: block;
}

a:hover div.twitter {
    background-image: url(/Images/Theme/twitter_over.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 46px;
    display: block;
}

div.youtube {
    background-image: url(/Images/Theme/youtube.png);
    width: 38px;
    height: 46px;
    display: block;
    background-repeat: no-repeat;
}

a:hover div.youtube {
    background-image: url(/Images/Theme/youtube_over.png);
    width: 38px;
    height: 46px;
    display: block;
    background-repeat: no-repeat;
}

div.gamedownload {
    background-image: url(/Images/Theme/gamedownload.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 10px 0 9px 0;
    width: 190px;
    height: 32px;
}

a:hover div.gamedownload {
    background-image: url(/Images/Theme/gamedownload_over.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 10px 0 9px 0;
    width: 190px;
    height: 32px;
}

div.beginner_guide {
    background-image: url(/Images/Theme/beginner_guide.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 31px;
}

a:hover div.beginner_guide {
    background-image: url(/Images/Theme/beginner_guide_over.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 31px;
}

div.forum {
    background-image: url(/Images/Theme/forum.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

a:hover div.forum {
    background-image: url(/Images/Theme/forum_over.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

div.chracter {
    background-image: url(/Images/Theme/chracter.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

a:hover div.chracter {
    background-image: url(/Images/Theme/chracter_over.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

div.resellers {
    background-image: url(/Images/Theme/resellers.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

a:hover div.resellers {
    background-image: url(/Images/Theme/resellers_over.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 9px 0;
    width: 190px;
    height: 30px;
}

span.news_grey12 {
    color: #666666;
    font-size: 12px;
    padding-top: 5px;
}

/*blue button refer*/

div.button {
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    webkit-border-radius: 5px; /*rounded corner*/
    width: 50px;
    height: 22px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0 0 0;
    background: #0007ec; /* Old browsers */
    background: -moz-linear-gradient(top, #04aed6 1%, #0007ec 63%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #04aed6), color-stop(63%, #0007ec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #04aed6 1%, #0007ec 63%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #04aed6 1%, #0007ec 63%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #04aed6 1%, #0007ec 63%); /* IE10+ */
    background: linear-gradient(to bottom, #04aed6 1%, #0007ec 63%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #04aed6', endColorstr='#0007ec', GradientType=0 ); /* IE6-9 */
}

a:hover div.button {
    color: #fbad18;
}

div.more {
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    width: 38px;
    height: 10px;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 10px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0 3px 0;
    background: #666666;
    margin: 5px 0 0 0;
}

div.new {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 34px;
    height: 10px;
    font-weight: bold;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #a31308;
    padding: 1px 0 3px 0;
    margin-right: 10px;
}

div.new2 {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px; /*rounded corner*/
    color: #ffffff;
    width: 34px;
    height: 12px;
    font-weight: bold;
    font-family: "Tahoma", Verdana, Century Gothic, sans-serif;
    font-size: 10px;
    display: block;
    text-align: center;
    background: #a31308;
    padding: 1px 0 3px 0;
    margin: 1px 5px 0 0;
}


.UWhiteLink {
    font-family: lucida grande,tahoma,verdana,arial,sans-serif;
    color: #d4cea0;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    text-decoration: none;
}

    .UWhiteLink:hover {
        text-decoration: underline;
    }

.LoginMenu {
    width: 180px;
    height: 210px;
    padding: 0px 0 0px 0;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .LoginMenu .LabelText {
        height: 12px;
        padding: 3px 0;
        margin: 0px 10px 0px 0px;
        color: #ff9000;
        font-size: 12px;
        text-align: right;
        display: inline;
        float: left;
    }

    .LoginMenu .LabelError {
        height: 12px;
        padding: 3px 0;
        margin: 0px 10px 0px 0px;
        color: #ffffff;
        font-size: 12px;
        text-align: right;
        display: inline;
        float: left;
    }

.TextInput {
    font-family: "Century Gothic",Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #C2C2C2;
    padding: 0px 5px;
    border: 1px solid #666666;
    height: 26px;
    background: none repeat scroll 0% 0% #181710;
    margin-bottom: 6px;
    vertical-align: middle;
    line-height: 28px;
}

.RegisterForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .RegisterForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .RegisterForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .RegisterForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.PasswordChangeForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .PasswordChangeForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .PasswordChangeForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .PasswordChangeForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.ForgotPasswordForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .ForgotPasswordForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .ForgotPasswordForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .ForgotPasswordForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.EmailChangeForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .EmailChangeForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .EmailChangeForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .EmailChangeForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.SecurityKeyChangeForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .SecurityKeyChangeForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .SecurityKeyChangeForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .SecurityKeyChangeForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.UpdateAccountForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .UpdateAccountForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .UpdateAccountForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .UpdateAccountForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.GreenButton {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 190px;
    line-height: 25px;
    background: linear-gradient(to bottom, green 1%, green 63%) repeat scroll 0% 0% transparent;
    display: inline-block;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
}

.RedButton {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 190px;
    line-height: 25px;
    background: linear-gradient(to bottom, #780000 1%, #780000 63%) repeat scroll 0% 0% transparent;
    display: inline-block;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
}

.RedButtonSmall {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    line-height: 25px;
    background: linear-gradient(to bottom, #780000 1%, #780000 63%) repeat scroll 0% 0% transparent;
    display: inline-block;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
}

.GreenButtonSmall {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    line-height: 20px;
    background: linear-gradient(to bottom, green 1%, green 63%) repeat scroll 0% 0% transparent;
    display: inline-block;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
}

.MyAccountForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .MyAccountForm .LabelText {
        height: 28px;
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .MyAccountForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .MyAccountForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }

.OnlineUserCount2 {
    background-repeat: no-repeat;
    border: none;
}

    .OnlineUserCount2 .LabelText {
        color: #ff9000;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        display: inline;
    }


.OnlineUserCount {
    background-image: url(/Images/Theme/OnlineUserCount.png);
    width: 185px;
    height: 82px;
    background-repeat: no-repeat;
    border: none;
}

    .OnlineUserCount .LabelText {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        display: inline;
    }

.PremiumDeleteForm {
    width: 710px;
    background-repeat: no-repeat;
    display: block;
    line-height: 12px;
    border: none;
}

    .PremiumDeleteForm .LabelText {
        padding: 0px 0;
        color: #ff9000;
        font-weight: bold;
    }

    .PremiumDeleteForm .LabelError {
        height: 12px;
        color: #f00;
        font-size: 12px;
        font-weight: bold;
    }

    .PremiumDeleteForm .LabelInfo {
        height: 12px;
        color: #ffffff;
        font-size: 12px;
    }
