* {
    margin: 0;
    padding: 0;
}

html {
    background: #000;
    height: 100%;
    width: 100%
}

body {
    height: 100%;
    width: 100%;
    min-height: 1080px;
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#website {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    min-height: 800px;
}

#cycler {
    height: 1080px;
    left: 50%;
    margin: auto auto auto -960px;
    min-width: 1920px !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}

#login {
    text-align: center;
    background: url("../images/uptasia/bar_login.png") center 0 no-repeat;
    width: 1000px;
    height: 49px;
    margin: auto 0;
}

#login legend {
    font-size: 14px;
    font-weight: bold;
}

#login ul {
    display: inline;
    margin-left: 140px;
}

#login ul li {
    display: inline-block;
    margin: 11px;
}

#login select, #login input {
    width: 125px;
}

#login .login_button {
    background: url("../images/uptasia/bar_button_login.png") center 0 no-repeat;
}

#login a {
    color: #000;
    text-decoration: none;
    vertical-align: top;
    margin-left: 40px;
}

#betaStamp {
    position: absolute;
    top: 110px;
    right: 0px;
}

#betaStamp img {
    width: 200px;
    height: 145px;
}

#serverlist {
    width: 334px;
    margin: 50px auto;
}

#serverlist p {
    font-size: 12px;
    text-align: center;
    color: #5c4f2d;
    font-weight: normal;
}

#serverlist .list-head {
    background: url("../images/uptasia/box_top.png") center 0 no-repeat;
    height: 171px;
}

#serverlist .list-body {
    background: url("../images/uptasia/box_middle.png") center 0 repeat;
    padding: 0px 35px;
}

#serverlist .list-body a {
    background: url("../images/uptasia/button_srv.png") center 0 no-repeat;
    width: 218px;
    height: 38px;
    display: block;
    cursor: pointer;
    color: #0b5c00;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#serverlist .list-body a:hover {
    background: url("../images/uptasia/button_srv_hover.png") center 0 no-repeat;
    width: 218px;
    height: 38px;
    display: block;
    cursor: pointer;
}

#serverlist .list-foot {
    background: url("../images/uptasia/box_bottom.png") center 0 no-repeat;
    height: 115px;
    padding: 30px 35px;
}

#serverlist .list-foot .desc {
    min-height: 47px;
}

#serverlist .list-foot a {
    color: #5c4f2d;
    text-decoration: none;
    font-size: 12pt;
    font-variant: small-caps;
    float: right;
    margin-right: 10px;
    margin-top: 23px;
}

#serverlist .list-foot a:hover {
    text-decoration: underline;
}

#maintenance {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -192px;
    padding: 10px 0;
    text-align: center;
    width: 335px;
    height: 190px;
    top: 65px;
}

#maintenance .list-head {
    background: url("../images/uptasia/box_top.png") center 0 no-repeat;
    height: 171px;
}

#maintenance .list-body {
    background: url("../images/uptasia/box_middle.png") center 0 repeat;
}

#maintenance .list-body div, #maintenance .list-foot div {
    font-size: 12px;
    text-align: center;
    color: #5c4f2d;
    font-weight: normal;
    width: 260px;
    margin: 0 auto;
    padding: 10px 0px;
}

#maintenance .list-body span {
    font-weight: normal;
}

#maintenance .list-body ul {
    display: block;
    margin: 0 auto;
    width: 218px;
}

#maintenance .list-body ul li {
    display: block;
    line-height: 30px;
    padding: 8px 0px;
}

#maintenance .list-body a {
    background: url("../images/uptasia/button_srv.png") center 0 no-repeat;
    width: 218px;
    height: 38px;
    display: block;
    cursor: pointer;
    color: #0b5c00;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#maintenance .list-body a:hover {
    background: url("../images/uptasia/button_srv_hover.png") center 0 no-repeat;
    width: 218px;
    height: 38px;
    display: block;
    cursor: pointer;
}

#maintenance .list-foot {
    background: url("../images/uptasia/box_bottom.png") center 0 no-repeat;
    height: 115px;
}

#maintenance .list-foot a {
    color: #5c4f2d;
    text-decoration: none;
    font-size: 12pt;
    font-variant: small-caps;
    float: right;
    margin-right: 50px;
    margin-top: 33px;
}

#maintenance .list-foot a:hover {
    text-decoration: underline;
}

#relog {
    text-align: center;
    position: absolute;
    width: 290px;
    height: 165px;
    top: 60px;
    right: 25px;
}

#relog form {
    padding: 10px;
    width: 250px;
}

#relog legend {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 190px;
    margin: 0 0 5px 0;
}

#relog ul {
    display: inline;
}

#relog ul li {
    clear: both;
    display: inline-block;
    padding: 3px 0;
    text-align: left;
}

#relog ul li label {
    float: left;
    width: 60px;
    text-align: left;
}

#relog ul li input {
    float: right;
    width: 125px;
}

#relog ul li select {
    float: right;
    width: 130px;
    cursor: pointer;
}

#relog ul li .submit {
    float: right;
    font-variant: small-caps;
    cursor: pointer;
    width: 157px;
    height: 40px;
    margin: -3px 0 0 -5px;
    border: 0;
    background: url("../images/uptasia/button_login.png") center 0 no-repeat;
    font-variant: small-caps;
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    line-height: 29px;
    padding-bottom: 2px;
}

#relog ul li .hover {
    background: url("../images/uptasia/button_login_hover.png")
}

#register {
    z-index: 900;
    margin: 0px auto;
    text-align: center;
    position: relative;
    width: 340px;
    height: 526px;
    top: 30px;
    background: url("../images/uptasia/register.png") center 0 no-repeat;
}

#register form {
    width: 310px;
    padding-top: 165px;
}

#register legend {
    font-variant: small-caps;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    width: 261px;
    margin: 10px auto;
}

#register ul {
    display: inline;
}

#register ul li {
    clear: both;
    display: inline-block;
    padding: 3px 0;
    text-align: left;
}

#register ul li label {
    float: left;
    width: 75px;
    text-align: left;
    margin-left: 10px;
}

#register ul li input {
    float: right;
    width: 140px;
    height: 30px;
    margin-left: 30px;
    width: 230px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px grey solid;
    padding-left: 5px;
    color: #5C4F2D;
    text-align: center;
}

#register ul li select {
    float: right;
    width: 145px;
    cursor: pointer;
}

#register ul li .checkbox {
    float: left;
    width: 10px;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
}

#register ul li .agb {
    float: left;
    margin: 7px 0px 0px 10px;
    width: 185px;
    text-align: left;
    color: #5C4F2D;
}

#register ul li .agb a {
    color: #5C4F2D;
}

#register_submit {
    margin: 5px 0 0 40px;
    color: #166d00;
    cursor: pointer;
    width: 266px;
    height: 113px;
    border: 0;
    line-height: 20px;
    padding-bottom: 7px;
    font-variant: small-caps;
    font-size: 20px;
    font-weight: bolder;
    background: url(../images/uptasia/button_play.png) no-repeat;
}

#register_submit > p {
    font-size: 35px;
    line-height: 27px;
    margin: 0;
    padding: 27px 0 0;
    font-variant: small-caps;
}

#squirrel {
    height: 98px;
    left: 565px;
    position: absolute;
    top: 375px; /*top:375px;*/
    width: 92px;
    z-index: 1500;
}

#menu {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -192px;
    padding: 10px 0;
    text-align: center;
    width: 345px;
    height: 190px;
    top: 255px;
}

#menu ul {
    display: inline;
}

#menu ul li {
    display: block;
    margin: 20px;
    line-height: 30px;
}

#menu a {
    color: #0b5c00;
    font-variant: small-caps;
    font-size: 30px;
    font-weight: bold;
    height: 189px;
    display: block;
    text-decoration: none;
    width: 345px;
    cursor: pointer;
    background: url("../images/uptasia/button_play.png") center 0 no-repeat;
    text-decoration: none;
    line-height: 180px;
}

#menu a:hover {
    background: url("../images/uptasia/button_play_hover.png") center 0 no-repeat;
    color: #dcfec5;
}

#menu div.subscribe {
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 70px;
}

#menu div.booking {
    text-align: center;
    line-height: 23px;
    position: relative;
    top: 20px;
    font-size: 25px;
}

#error {
    display: none;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 285px;
    height: 340px;
    top: 190px;
    left: 66.9%;
    background: url("../images/uptasia/box.png") center 0 no-repeat;
    z-index: 9999;
    color: #5C4F2D;
}

#error .close {
    position: absolute;
    right: -5px;
    top: -10px;
}

#error .close a {
    background: url("../images/uptasia/button_close.png");
    width: 35px;
    height: 35px;
    display: block;
}

#error .title {
    font-weight: bold;
    text-align: center;
    width: 285px;
    margin-top: 30px;
    font-variant: small-caps;
    font-size: 20px;
}

#error .message {
    margin: 10px auto;
    width: 220px;
    text-align: justify;
}

#sliderbox {
    margin: 0 auto;
    position: absolute;
    top: 640px;
    width: 820px;
    left: 50%;
    margin-left: -410px;
    color: #5C4F2D;
}

#sliderbox .slider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    min-height: 205px;
}

#sliderbox .slider .slides {
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    height: 1%;
}

#sliderbox .slider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#sliderbox .slider .slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

#sliderbox .slider .slides > li:first-child {
    display: block;
}

#sliderbox .slider .slides > li > div {
    padding: 10px 20px;
}

#sliderbox .slider .slides h1,
#sliderbox .slider .slides h2,
#sliderbox .slider .slides h3,
#sliderbox .slider .slides h4,
#sliderbox .slider .slides h5,
#sliderbox .slider .slides h6,
#sliderbox .slider .slides h7,
#sliderbox .slider .slides h8,
#sliderbox .slider .slides h9 {
    text-align: left;
    font-size: 12px;
    margin: 0 0 10px 0;
}

#sliderbox .slider .slides img {
    float: left;
    margin-left: 23px;
    max-width: 100%;
    display: block;
    height: 155px;
    width: 155px;
}

#sliderbox .slider .slides article {
    float: left;
    width: 600px;
    text-align: justify;
    padding-bottom: 10px;
}

#sliderbox .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0;
}

#sliderbox .flex-direction-nav li a:link {
    width: 58px;
    height: 58px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/uptasia/slider/arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
    text-indent: -999em;
    outline: medium none;
}

#sliderbox .flex-direction-nav li a:visited {
    width: 58px;
    height: 58px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/uptasia/slider/arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
    text-indent: -999em;
    outline: medium none;
}

#sliderbox .flex-direction-nav li a:focus {
    width: 58px;
    height: 58px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/uptasia/slider/arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
    text-indent: -999em;
    outline: medium none;
}

#sliderbox .flex-direction-nav li a:hover {
    width: 58px;
    height: 58px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/uptasia/slider/arrow_hover.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
    text-indent: -999em;
    outline: medium none;
}

#sliderbox .flex-direction-nav li a:active {
    width: 58px;
    height: 58px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/uptasia/slider/arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
    text-indent: -999em;
    outline: medium none;
}

#sliderbox .flex-direction-nav li a.next {
    background-position: -58px 0;
    right: -70px;
}

#sliderbox .flex-direction-nav li a.prev {
    left: -70px;
}

#sliderbox .flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

#sliderbox a {
    color: #5C4F2D;
}

#sliderbox .slider ul.slides li div article ul.tags {
    margin: 0px;
    padding: 0px;
    list-style-type: circle;
}

#sliderbox .slider ul.slides li div article ul.tags li {
    display: block;
    float: left;
    list-style: none;
    margin: 5px 3px 0px 0px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #445660;
}

#sliderbox .slider ul.slides li div article ul.tags a {
    text-decoration: none;
    color: #F9E2AE;
}

#minibanner_login {
    position: absolute;
    top: 835px;
    padding: 10px 0;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    min-height: 55px;
}

#minibanner_login > table {
    width: 100%;
}

#minibanner_login a {
    cursor: pointer;
}

#minibanner_logout {
    position: absolute;
    top: 710px;
    padding: 10px 0;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    min-height: 55px;
}

#minibanner_logout > table {
    width: 100%;
}

#minibanner_logout a {
    cursor: pointer;
}

#logoutButton {
    position: absolute;
    right: 23px;
    text-align: center;
    top: 19px;
}

#logoutButton a {
    background: url("../images/uptasia/button_logout.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bolder;
    height: 28px;
    line-height: 20px;
    text-decoration: none;
    width: 28px;
}

#logoutButton a:hover {
    background: url("../images/uptasia/button_logout_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bolder;
    height: 28px;
    line-height: 20px;
    text-decoration: none;
    width: 28px;
}

#logoutHint {
    position: absolute;
    height: 145px;
    width: 350px;
    top: 55px;
    right: 295px;
    padding: 10px;
}

#logoutHint .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#logoutHint .text {
    text-align: justify;
}

#logoutBackButton {
    position: absolute;
    top: 192px;
    left: 40px;
    text-align: center;
}

#logoutBackButton a {
    cursor: pointer;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    width: 224px;
    height: 23px;
    line-height: 23px;
    font-variant: small-caps;
    color: #000;
    font-size: 16px;
    font-weight: bolder;
}

#logoutBackButton a:link {
    background: url(../images/uptasia/button_back.png) no-repeat;
}

#logoutBackButton a:visited {
    background: url(../images/uptasia/button_back.png) no-repeat;
}

#logoutBackButton a:focus {
    background: url(../images/uptasia/button_back.png) no-repeat;
}

#logoutBackButton a:hover {
    background: url(../images/uptasia/button_back_hover.png) no-repeat;
}

#logoutBackButton a:active {
    background: url(../images/uptasia/button_back.png) no-repeat;
}

#logoutBanner {
    position: absolute;
    top: 325px;
    right: -85px;
    padding: 9px 5px 6px 9px;
    text-align: center;
}

#links_login {
    position: absolute;
    top: 878px;
    text-align: center;
    width: 1000px;
}

#links_login ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-variant: small-caps;
    font-size: 14pt;
}

#links_login li {
    display: inline-block;
    margin: 0px 5px;
}

#links_login li a:link {
    color: #5c4f2d;
    text-decoration: none;
}

#links_login li a:visited {
    color: #5c4f2d;
    text-decoration: none;
}

#links_login li a:focus {
    color: #5c4f2d;
    text-decoration: underline;
}

#links_login li a:hover {
    color: #5c4f2d;
    text-decoration: underline;
}

#links_login li a:active {
    color: #5c4f2d;
    text-decoration: underline;
}

#links_game {
    position: absolute;
    top: 695px;
    text-align: center;
    width: 1000px;
}

#links_game ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-variant: small-caps;
    font-size: 14pt;
}

#links_game li {
    display: inline-block;
    margin: 0px 10px;
}

#links_game li a:link {
    color: #addff6;
    text-decoration: none;
}

#links_game li a:visited {
    color: #addff6;
    text-decoration: none;
}

#links_game li a:focus {
    color: #addff6;
    text-decoration: underline;
}

#links_game li a:hover {
    color: #addff6;
    text-decoration: underline;
}

#links_game li a:active {
    color: #addff6;
    text-decoration: underline;
}

#links_logout {
    position: absolute;
    top: 760px;
    text-align: center;
    width: 1000px;
}

#links_logout ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-variant: small-caps;
    font-size: 14pt;
}

#links_logout li {
    display: inline-block;
    margin: 0px 10px;
}

#links_logout li a:link {
    color: #C0E3F6;
    text-decoration: none;
}

#links_logout li a:visited {
    color: #C0E3F6;
    text-decoration: none;
}

#links_logout li a:focus {
    color: #C0E3F6;
    text-decoration: underline;
}

#links_logout li a:hover {
    color: #C0E3F6;
    text-decoration: underline;
}

#links_logout li a:active {
    color: #C0E3F6;
    text-decoration: underline;
}

#game {
    position: absolute;
    top: 71px;
    width: 980px;
    min-height: 600px;
    float: left;
    margin-left: 9px;
}

#flash_msg {
    font-family: Arial, Helvetica, sans-serif;
    width: 440px;
    height: 350px;
    margin: 120px 270px auto;
    position: absolute;
}

#flash_msg a {
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: 274px;
    padding-right: 30px;
}

#flash_msg_bg {
    width: 980px;
    height: 600px;
    background: url(../images/uptasia/flash/bg_flash_missing.jpg) no-repeat;
}

#flash_msg_headline {
    color: #079ee7;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 16px;
}

#flash_msg_text, #flash_msg_text_playground {
    font-size: 14px;
}

#flash_msg_btn, #flash_msg_btn_playground, #flash_msg_btn_i {
    width: 274px;
    height: 38px;
    background: url(../images/uptasia/flash/btn_green_arrow.png) no-repeat;
    margin-left: 75px;
    cursor: pointer;
    line-height: 35px;
}

#flash_msg_btn_playground {
    background: url(../images/uptasia/flash/btn_blue_arrow.png) no-repeat;
}

#flash_msg_btn_i {
    background: url(../images/uptasia/flash/btn_green_checkmark.png) no-repeat;
    margin-top: 7px;
}

.flash_msg_link_container {
    width: 274px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#flash_activate_chrome {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    width: 970px;
    height: 590px;
    background-color: whitesmoke;
}

#flash_chrome_table td {
    padding: 10px;
    font-size: 14px;
}

#flash_chrome_table a {
    color: white;
    font-size: 14px;
}

.flash_chrome_headline {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 0!important;
}

.flash_msg_btn_i_chrome {
    margin-top: 10px!important;
    margin-left: 70px!important;
}

#skyscraper {
    position: absolute;
    top: 70px;
    right: -10px;
    height: 1px;
    width: 0;
}

#speaker {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 940px;
    font-size: 16pt;
    color: #addff6;
    font-variant: small-caps;
}

html body section#website footer.nickpage {
    position: absolute;
    top: 750px;
    text-align: center;
    width: 1000px;
}

html body section#website footer.nickpage section.guidelines {
    margin: 10px 0px;
}

html body section#website footer.nickpage nav.links {
}

html body section#website footer.nickpage nav.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html body section#website footer.nickpage nav.links ul li {
    display: inline-block;
    margin: 0px 10px;
}

#node_name {
    color: #addff6;
    position: absolute;
    text-align: right;
    top: 725px;
    width: 975px;
    text-decoration: none;
    font-variant: small-caps;
}

.register-submit {
    background: url(../images/uptasia/button_download_green.png) no-repeat !important;
    border: medium none !important;
    cursor: pointer !important;
    font-size: 20px !important;
    height: 113px !important;
    width: 266px !important;
    padding-top: 21px;
}

.register-submit:hover {
    background: url(../images/uptasia/button_download_green.png) no-repeat !important;
}

.register-forward {
    background: none !important;
    color: #18374b !important;
    width: 272px !important;
}