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

body {
    background-image: url('img/page_bg.png?v=###BUILD###');
    background-repeat: repeat-x;
    background-color: #ffffff;
    text-align: center;
    font-family: 'FrutigerO2', sans-serif;
}

#snowCenter {
    position: relative;
    width: 1326px;
    text-align: left;
    margin: auto;
    padding-top: 60px;
    margin-top: 100px;

    -webkit-user-select: none;
    -moz-user-select: none;
}

#snowVersions {
    position: absolute;
    top:5px;
    left:5px;
}

#snowVersions .link{
    cursor: pointer;
    display: block;
    padding: 10px;
    background-color: #fff;
    border:1px #0086ba solid;
    text-decoration: none;
    color: #0086ba;
    margin-bottom: 5px;
}

/*
darkBlue:  #0086ba
lightBlue: #4cbdd4
*/

/*---------------------------- HUD ----------------------------*/

#snowCenter #snowHUD {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;

    -webkit-user-select: none;
    -moz-user-select: none;
}

#snowCenter #snowHUD .header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1326px;
    height: 77px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: 0px 0px;
}

#snowCenter #snowHUD .header .debug{
    display: none;
}

#snowCenter #snowHUD .leftBorder {
    position: absolute;
    top: 77px;
    left: 0px;
    width: 240px;
    height: 460px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: 0px -77px;
}

#snowCenter #snowHUD .rightBorder {
    position: absolute;
    top: 77px;
    left: 1100px;
    width: 228px;
    height: 460px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: -1100px -77px;
}

#snowCenter #snowHUD .rightBorder a{
    position: absolute;
    top: 337px;
    left: 84px;
    width: 110px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-family: 'FrutigerO2',sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}

#snowCenter #snowHUD .rightTreeTop {
    position: absolute;
    top: 356px;
    left: 1057px;
    width: 43px;
    height: 182px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: -1056px -356px;
}

#snowCenter #snowHUD .rightSnowCap {
    position: absolute;
    top: 504px;
    left: 1003px;
    width: 64px;
    height: 33px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: -1002px -504px;
}

#snowCenter #snowHUD .footer {
    position: absolute;
    top: 537px;
    left: 0;
    width: 1326px;
    height: 175px;
    background-image: url('img/hud_frame.png?v=###BUILD###');
    background-position: 0px -537px;
}

#snowCenter #snowHUD .footer .signLeft{
    position: absolute;
    top: 75px;
    left:470px;
    width: 171px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color:#7f7f7f;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -200px -500px;
}
#snowCenter #snowHUD .footer .signRight{
    position: absolute;
    top: 75px;
    left:680px;
    width: 171px;
    height: 75px;
    font-size: 16px;
    line-height: 75px;
    text-align: center;
    color:#7f7f7f;
    cursor: pointer;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -200px -600px;
}


#snowCenter #snowHUD .woodenSign {
    position: absolute;
    top: 10px;
    left: 120px;
    width: 230px;
    height: 130px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -600px -260px;
}

#snowCenter #snowHUD .woodenSign.chain {
    background-position: -600px 0px;
}

#snowCenter #snowHUD .woodenSign.lightChain {
    background-position: -600px -130px;
}

#snowCenter #snowHUD .woodenSign.blank {
    background-position: -600px -260px;
}

#snowCenter #snowHUD .woodenSign .label {
    position: absolute;
    top: 55px;
    left: 55px;
    width: 130px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

#snowCenter #snowHUD .loginSign {
    position: absolute;
    top: 35px;
    left: 960px;
    width: 200px;
    height: 35px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -200px -400px;
}

#snowCenter #snowHUD .loginSign .btn{
    position: absolute;
    top: 10px;
    left: 133px;
    width: 60px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    font-family: 'FrutigerO2',sans-serif;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#snowCenter #snowHUD .loginSign .register{
    position: absolute;
    top: 9px;
    left: 23px;
    width: 105px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding-left: 23px;
    font-family: 'FrutigerO2',sans-serif;
    text-align: left;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -200px -450px;
}
#snowCenter #snowHUD .loginSign .username{
    display: none;
    position: absolute;
    top: 9px;
    left: 23px;
    width: 105px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-family: 'FrutigerO2',sans-serif;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}

#snowCenter #snowHUD .menuSign {
    position: absolute;
    top: 390px;
    left: 197px;
    width: 175px;
    height: 160px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -200px -200px;
}

#snowCenter #snowHUD .menuSign .label {
    position: absolute;
    top: 25px;
    left: 17px;
    width: 135px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #4694bc;
    text-align: center;
    cursor: pointer;
}

#snowCenter #snowHUD .menuSign .label:hover {
    font-weight: bold;
}

#snowCenter #snowHUD .menuSign .label.top {
    top: 25px;
    left: 17px;
}

#snowCenter #snowHUD .menuSign .label.bottom {
    top: 87px;
    left: 20px;
}

/*---------------------------- GAME ----------------------------*/

#snowCenter #flashGame{
    position: relative;
    width: 1327px;
    height: 724px;
    text-align: center;
    color: #fff;
}
#snowCenter #flashGame p{
    margin-bottom: 20px;
}

#snowCenter #snowGame {
    position: relative;
    left: 200px;
    width: 940px;
    height: 724px;
    display: none;
}

#snowCenter #snowGame #snowCanvas {
    position: relative;
    width: 940px;
    height: 490px;
    background-image: url('img/game_bg.png?v=###BUILD###');
    cursor: none;
}

#snowCenter #snowGame .ballCounter {
    position: absolute;
    bottom: 30px;
    left: 200px;
    width: 108px;
    height: 74px;
    background-image: url('img/ball_counter.png?v=###BUILD###');

    -webkit-user-select: none;
    -moz-user-select: none;
}

#snowCenter #snowGame .ballCounter .label {
    position: absolute;
    top: 23px;
    left: 23px;
    text-align: center;
    width: 55px;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    color: #2377ac;
}

/*---------------------------- DIALOG ----------------------------*/
#snowCenter .snowDialog {
    position: absolute;
    top: -50px;
    left: 300px;
    /*padding: 0px 84px 0px 96px;*/
    width: 740px;
    display: none;

    -webkit-user-select: text;
    -moz-user-select: text;
}

#snowCenter .snowDialog .headerBg{
    position: absolute;
    left: 0px;
    top:-94px;
    background-image: url('img/dialog_header_bg.png?v=###BUILD###');
    width: 740px;
    height: 200px;
}

#snowCenter .snowDialog .content{
    position: relative;
    left: 0px;
    margin-top:94px;
    padding: 0px 84px 0px 96px;
    background-image: url('img/dialog_repeat_bg.png?v=###BUILD###');
    width: 560px;
}

#snowCenter .snowDialog.toolTip {
    position: absolute;
    top: 120px;
    left: 470px;
    padding: 125px 80px 0px 65px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -600px -400px;
    width: 270px;
    height: 300px;
    display: none;

    -webkit-user-select: text;
    -moz-user-select: text;
}

#snowCenter #snowLayerToolTip{
    top:140px;
}
#snowCenter #snowLayerHowTo{
    top:20px;
}
#snowCenter #snowLayerWinnings{
    top:-50px;
}
#snowCenter #snowLayerLogin{
    top:80px;
}
#snowCenter #snowLayerGameEnd{
    top:140px;
}


#snowCenter .snowDialog iframe {
     position: relative;
     margin-bottom: 20px;
     width: 560px;
     height: 400px;
     overflow:hidden;
 }

#snowCenter .snowDialog iframe.register {
    height: 500px;
}
#snowCenter .snowDialog iframe.login {
    height: 310px;
}

#snowCenter .snowDialog .itemRow {
    position: relative;
    margin-bottom: 20px;
}


#snowCenter .snowDialog.toolTip .itemRow{
    margin-bottom: 10px;
}

#snowCenter .snowDialog  .itemRow h1 {
    position: relative;
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    color: #0086ba;
}

#snowCenter .snowDialog  .itemRow h2 {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #4cbdd4;
    font-weight: bold;
}

#snowCenter .snowDialog  .itemRow .centerText {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #4cbdd4;
    font-weight: bold;
}

#snowCenter .snowDialog.toolTip .itemRow .centerText {
    font-size: 12px;
    line-height: 14px;
}

#snowCenter .snowDialog  .itemRow h3 {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #4cbdd4;
}

#snowCenter .snowDialog .btnCube {
    position: absolute;
    display: block;
    outline: none;
    cursor: pointer;
    top: 0px;
    right: -55px;
    width: 145px;
    height: 75px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -100px -100px;
    font-weight: 300;
}

#snowCenter .snowDialog .btnCube.mini {
    position: relative;
    display: block;
    outline: none;
    cursor: pointer;
    width: 72px;
    height: 62px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -400px -300px;
    font-weight: 300;
}

#snowCenter .snowDialog .btnCube.inline {
    position: relative;
    display: block;
    float: left;
    margin: 0 20px 0 20px;
    top: auto;
    right: auto;
}

#snowCenter .snowDialog .btnCube:hover {
    font-weight: 600;
}

#snowCenter .snowDialog .btnCube .label {
     position: absolute;
     top: 34px;
     width: 145px;
     text-align: center;
     font-size: 14px;
     line-height: 14px;
     color: #0086ba;
}
#snowCenter .snowDialog .btnCube a {
    text-decoration: none;
}
#snowCenter .snowDialog .btnCube.mini .label {
    top: 26px;
    width: 70px;
}
#snowCenter .snowDialog .btnCube .label.multiline {
    top: 22px;
    line-height: 18px;
}
#snowCenter .snowDialog .btnCube.mini .label.multiline {
    top: 19px;
    line-height: 14px;
    font-size: 12px;
}

#snowCenter .snowDialog .itemRow .snowball {
    position: absolute;
    width: 88px;
    height: 85px;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: 0px -25px;
}

#snowCenter .snowDialog .itemRow .snowball .label {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 88px;
    color: #0086ba;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

#snowCenter .snowDialog .itemRow .closeRow {
    position: relative;
    height: 40px;
    background-color: #ff0;
}

#snowCenter .snowDialog .itemRow .closeRow .btnCube {
    top: 0px;
    right: auto;
    left: 150px;
}



#snowCenter .snowDialog .itemRow .taskRow {
    position: relative;
}

#snowCenter .snowDialog .itemRow .taskRow h3 {
    padding-left: 90px;
    padding-right: 100px;
    margin-bottom: 10px;
}
#snowCenter .snowDialog .itemRow .taskRow.inaktive h3 {
    color:#c7c7c7;
}

#snowCenter .snowDialog .itemRow .taskRow p {
    padding-left: 90px;
    padding-right: 100px;
    font-size: 12px;
    line-height: 16px;
    color: #0086ba;
}

#snowCenter .snowDialog .itemRow .taskRow a {
    color: #0086ba;
}

#snowCenter .snowDialog .itemRow .taskRow.inaktive a {
    color: #adadad;
}

#snowCenter .snowDialog .itemRow .taskRow.inaktive p {
    color:#adadad;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox{
    position: relative;
    margin-left: 90px;
    margin-top: 10px;
    display: none;
}
#snowCenter .snowDialog .itemRow .taskRow .subBox h3{
    padding-left: 0px;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox p{
    padding-left: 0px;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox p.error{
    color: #b40508;
    display: none;
}
#snowCenter .snowDialog .itemRow .taskRow .subBox p.success{
    color: #03ad37;
    display: none;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox input{
    border:1px solid #1f73ab;
    padding: 2px;
    color: #1f73ab;
    width: 245px;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox .btnCube.mini{
    position: absolute;
    top:10px;
    left: 280px;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox .ajax{
    position: absolute;
    top:25px;
    left: 365px;
    width: 32px;
    height: 32px;
    background-image: url('img/ajax-loader.gif');
    display: none;
}

#snowCenter .snowDialog .itemRow .taskRow .subBox .info{
    position: absolute;
    left:90px;
    top:12px;
    width: 100px;
    color: #1f73ab;
    font-size: 10px;
    line-height: 12px;
}


#snowCenter .snowDialog .itemRow.taskLogin {
    margin-left: 100px;
}

#snowCenter .snowDialog .itemRow .taskRow .snowball {
    position: absolute;
    top: 0px;
    left: -33px;
}
#snowCenter .snowDialog .itemRow .taskRow.inaktive .snowball {
    background-position: 0px -108px;
}
#snowCenter .snowDialog .itemRow .taskRow.inaktive .snowball .label {
    color:#adadad;
}
#snowCenter .snowDialog .itemRow .taskRow.inaktive .btnCube {
    background-position: -400px -200px;
    cursor: auto;
}
#snowCenter .snowDialog .itemRow .taskRow.inaktive .btnCube .label {
    color:#adadad;
}

#snowCenter .snowDialog .itemRow .prizeRow {
    position: relative;
    margin-bottom: 40px;
}

#snowCenter .snowDialog .itemRow .prizeRow h3 {
    padding-left: 140px;
    padding-right: 0px;
    margin-bottom: 10px;
}
#snowCenter .snowDialog .itemRow .prizeRow.inverse h3 {
    padding-left: 0px;
    padding-right: 140px;
}

#snowCenter .snowDialog .itemRow .prizeRow p {
    padding-left: 140px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #0086ba;
}
#snowCenter .snowDialog .itemRow .prizeRow.inverse p {
    padding-left: 0px;
    padding-right: 140px;
}

#snowCenter .snowDialog .itemRow .prizeRow p.full {
    padding-left: 0px;
    padding-right: 0px;
}


#snowCenter .snowDialog .itemRow .prizeRow ul {
    padding-left: 140px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #0086ba;
    list-style-type: circle;
}

#snowCenter .snowDialog .itemRow .prizeRow li {
    margin-left: 15px;
}

#snowCenter .snowDialog .itemRow .prizeRow .monster {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    background-image: url('img/sprite.png?v=###BUILD###');
}
#snowCenter .snowDialog .itemRow .prizeRow.inverse .monster {
    left:auto;
    right: 0px;
}

#snowCenter .snowDialog .itemRow .scoreRow {
    position: relative;
    height: 100px;
    background-image: url('img/equalIcon.png?v=###BUILD###');
    background-position: center center;
    background-repeat: no-repeat;
}

#snowCenter .snowDialog .itemRow .scoreRow .snowball {
    position: absolute;
    top: 6px;
    left: 315px;
}

#snowCenter .snowDialog .itemRow .scoreRow .monster {
    position: absolute;
    top: 0px;
    right: 300px;
    height: 100px;
    background-image: url('img/sprite.png?v=###BUILD###');
}

#snowCenter .snowDialog .itemRow .emptyBallsRow {
    position: relative;
    background-image: url('img/equalIcon.png?v=###BUILD###');
    background-position: 210px 35px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#snowCenter .snowDialog .itemRow .emptyBallsRow .snowball {
    position: absolute;
    top: 6px;
    left: 120px;
}

#snowCenter .snowDialog .itemRow .emptyBallsRow .monster {
    position: absolute;
    top: 0px;
    left:0px;
    height: 100px;
    background-image: url('img/sprite.png?v=###BUILD###');
}

#snowCenter .snowDialog .itemRow .emptyBallsRow h3 {
    padding-left: 265px;
    padding-right: 0px;
    margin-bottom: 10px;
}

#snowCenter .snowDialog .itemRow .emptyBallsRow p {
    padding-left: 265px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #0086ba;
}


#snowCenter .snowDialog .itemRow .monster.gift {
    width: 125px;
    background-position: 0px -200px;
}

#snowCenter .snowDialog .itemRow .monster.cap {
    width: 125px;
    background-position: 0px -300px;
}

#snowCenter .snowDialog .itemRow .monster.snowman {
    width: 125px;
    background-position: 0px -400px;
}

#snowCenter .snowDialog .itemRow .monster.capBrown {
    width: 100px;
    background-position: 0px -800px;
}

#snowCenter .snowDialog .itemRow .monster.sock {
    width: 110px;
    background-position: -200px -900px;
}

#snowCenter .snowDialog .itemRow .monster.gingerbread {
    width: 100px;
    background-position: -400px -800px;
}

#snowCenter .snowDialog .itemRow .monster.tree {
    width: 135px;
    background-position: -200px -700px;
}

#snowCenter .snowDialog .itemRow .monster.candy {
    width: 100px;
    background-position: -200px -800px;
}

#snowCenter .snowDialog .itemRow .monster.candle {
    width: 125px;
    background-position: 0px -900px;
}


#snowCenter .snowDialog .itemRow .monster.mainWin {
    width: 140px;
    background-position: 0px -500px;
}

#snowCenter .snowDialog .itemRow .monster.elk {
    width: 125px;
    background-position: 0px -600px;
}

#snowCenter .snowDialog .itemRow .monster.xmasball {
    width: 125px;
    background-position: 0px -700px;
}

#snowCenter .snowDialog .seperatorBlank {
    position: relative;
    height: 40px;
}
#snowCenter .snowDialog .seperatorBlankSmall {
    position: relative;
    height: 10px;
}

#snowCenter .snowDialog .seperator {
    position: relative;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: 0px 0px;
    height: 10px;
    margin-bottom: 20px;
}

#snowCenter .snowDialog .seperator.inverse {
    background-position: 0px -11px;
}

#snowCenter .snowDialog .close {
    position: absolute;
    cursor: pointer;
    background-image: url('img/sprite.png?v=###BUILD###');
    background-position: -300px -100px;
    top: 10px;
    left: 550px;
    width: 160px;
    height: 75px;
}

#snowCenter .snowDialog.toolTip .close{
    left: 225px;
    top: 60px;
}

#snowCenter .snowDialog .close:hover {
    font-weight: bold;
}

#snowCenter .snowDialog .close .label {
    position: absolute;
    top: 28px;
    left: 30px;
    width: 88px;
    color: #0086ba;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

#snowCenter .snowDialog .footer {
    position: absolute;
    background-image: url('img/dialog_footer_bg.png?v=###BUILD###');
    bottom: -48px;
    left: 0px;
    width: 740px;
    height: 48px;
}

#snowCenter .snowDialog .footer .btnCube {
    position: absolute;
    left: 300px;
    right: auto;
    top: -40px;
}

#snowCenter .snowDialog .footer .btnCube.left {
    left: 200px;
}
#snowCenter .snowDialog .footer .btnCube.right {
    left: 400px;
}