﻿body {
    background-image: url(/maze/images/bg-stone.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

BODY, TD, DIV {
    font-family: Helvetica;
    font-size: 14px;
    font-family: 'El Messiri', sans-serif;
}
input, textarea, select {
    font-size: 22px;
    background: linear-gradient(#EEE,#CCC);
    border-radius: 6px;
    border: 1px solid #333333;
    margin-top: 3px;
    padding-left: 6px;
}

input[type="text"] {
        background: linear-gradient(#000,#333);
        color: #FFFFFF;
    }
input[type="password"] {
        background: linear-gradient(#000,#333);
        color: #FFFFFF;
    }
.mazeIcon {
    width: 120px;
    height: 120px;
    background-color: #EEEEEE;
    margin: 4px;
    display: inline-block;
    vertical-align:top;
    text-shadow:1px 1px 1px #FFFFFF;
    color:#333333;
    border-radius:6px;
    padding:3px;
    cursor:pointer;
}
.mazeIconBg {
    width: 114px;
    height: 114px;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 3px;
}
.coinCost {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    border: 2px solid #000000;
    background-color: yellow;
    font-weight: bold;
    text-align: center;
}
.divQuan {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #666666;
    text-align: center;
}
.counterCell {
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
    font-size: 10px;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.repeatRune {
width:100px;
height:100px;
}
.testBut {
    font-size: 12px;
    border-radius: 4px;
    border: 0px;
    background-color: #CCCCCC;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}
.repeaterBut {
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    margin: auto;
}
.repeaterFlash {
    
    opacity: 0;
    width: 100px;
    height: 100px;
}
.butClose {
    width: 50px;
    font-size: 24px;
    border-radius: 10px;
    border: 0px;
    background-color: #CCCCCC;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

.butOpenSell {
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    border: 0px;
    background-color: #CCCCCC;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

.actBut {
    font-size: 24px;
}

.chooseClan {
    cursor: pointer;
}

.attackBut {
    width: 180px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#FF0000,#CC0000);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}
.killBut {
    width: 50px;
    border-radius: 10px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    cursor: pointer;
}
    .killBut img {
        width:40px;
    }
.useBut {
    width: 180px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background-color: #9933AA;
    background: linear-gradient(#BB55CC,#9933AA);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}
.lootBut {
    width: 220px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#0000FF,#0033CC);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}
.pickIcon {
    opacity:0.5
}
.jumpBut {
    width: 220px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#9933AA,#771199);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}

.ropeBut {
    width: 220px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#00FF00,#00CC00);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}

.leaveBut {
    width: 220px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#CCCCCC,#AAAAAA);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}

.runBut {
    width: 180px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid black;
    background: linear-gradient(#FFCC00,#FFFF00);
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer;
}

.moveBut {
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: 0px;
    background-color: #CCCCCC;
    cursor: pointer;
    vertical-align: middle;
}

.zoomBut {
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    border: 0px;
    background-color: #AAAAAA;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.loot {
    overflow: hidden;
    display:inline-block;
    width: 100px;
    height: 120px;
    margin: 10px;
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
#activeItemList {
    background-color: rgba(0,0,0,.2);
    border-radius:6px;
}
.lootActive {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin: 5px;
    border: 1px solid black;
    font-size: 10px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #FFFFFF;
}

.sellItem {
    display: none;
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    border-radius: 10px;
    border: 0px;
    background-color: #CCCCCC;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

.rewardBut {
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    border-radius: 10px;
    border: 0px;
    background-color: #CCCCCC;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    margin: 2px;
}

.lootAbility {
    background-color: #FFCCCC;
    width:300px;
}

.lootWeapon {
    background-color: #FFFFCC
}

.lootItem {
    background-color: #CCCCFF
}

.lootSpell {
    background-color: #CCFFFF
}

.lootFood {
    background-color: #FFCCFF
}

#divEquipped {
    color: #FFFFFF;
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 48%, #0a77d5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 48%,#0a77d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 48%,#0a77d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ); /* IE6-9 */
}

.battleScene {
    background-color: #000000;
    border-radius: 12px;
    position: relative;
    box-shadow: 10px 10px 5px #888888;
    text-align: center;
    border: 2px solid black;
    width: 580px;
    height: 400px;
    overflow: hidden;
}

.battleSky {
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 7001;
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 48%, #0a77d5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 48%,#0a77d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 48%,#0a77d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ); /* IE6-9 */
}

.healCaption {
    display: none;
    position: absolute;
    top: 160px;
    left: 100px;
    z-index: 7200;
    color: #FFFFFF;
    padding: 10px;
    background-color: #33FF00;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #333333;
}

.magicCaption {
    display: none;
    position: absolute;
    top: 160px;
    left: 350px;
    z-index: 7200;
    color: #FFFFFF;
    padding: 10px;
    background-color: #660099;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #333333;
}

.damageCaption {
    display: none;
    position: absolute;
    top: 160px;
    left: 50px;
    z-index: 7200;
    color: #FFFFFF;
    padding: 10px;
    background-color: #FF0000;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #333333;
}

.attackCaption {
    display: none;
    position: absolute;
    top: 160px;
    left: 300px;
    z-index: 7200;
    color: #FFFFFF;
    padding: 10px;
    background-color: #FF0000;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #333333;
}

.spellAnim {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 160px;
    left: 50px;
    z-index: 7300;
}

.boomAnim {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 160px;
    left: 300px;
    z-index: 7300;
}

.battleWall {
    background-image: url(/maze/images/wall-stone.png);
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 7005;
    background-size: 100% 100%;
}

.battleFloor {
    position: absolute;
    top: 320px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 7010;
}

.focalGroup {
    max-width: 420px;
    max-height: 220px;
    position: absolute;
    top: 100px;
    left: 25%;
    z-index: 7020;
}

.focusSpecial {
}

.focusSpecialSide {
    top: 320px;
}
#actorSituPic {
z-index:1004;
}
.divArmed {
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    padding: 3px;
    z-index: 1005;
    cursor:pointer;
}

.divEffects {
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    padding: 3px;
    z-index: 1005;
}

.focusSpellBG {
    cursor: pointer;
}
.focusSpell {
    cursor: pointer;
}
.focusWeaponBG {
    cursor: pointer;
}
.focusWeapon {
    cursor: pointer;
}
.focusSpellFG:hover {
    box-shadow: 0px 0px 10px #FFCCCC;
}

.focusWeaponFG:hover {
    box-shadow: 0px 0px 10px #CCCCFF;
}
.tabContent {
    background-color: #DDDDDD;
    border-top-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px;
    font-size: 14px;
    display: block;
    margin-left: 6px;
    background-image: url('/maze/images/bg-paper.jpg');
    height:520px;
}
#divInventoryScroll {
    background-color: rgba(255,255,255,.5);
    border-top-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px;
    font-size: 14px;
    display: block;
    margin-left: 6px;
    
}

.tabContent2 {
    display: none;
   
}
.tabDiv {
    background-color:#FFFFFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 12px;
    font-size: 22px;
    display: inline-block;
    margin-left: 6px;
    cursor:pointer;
}
.tabDiv2 {
    background-color: #FFFFFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 8px;
    font-size: 16px;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
}
    .tabDiv:hover {
        background-color: #FFFFEE;
    }
.tabDiv2:hover {
    background-color: #FFFFEE;
} 
    
    .popTitle {
        font-size: 20px;
        color: #FFFFFF;
    }

#mazeContainer {
    position: absolute;
    width: 800px;
    height: 800px;
    overflow: hidden;
}

#mazeLayers {
    position: relative;
}
#divArmedItem, #divArmedWeapon, #divArmedSpell {
    width:90px;
    height:120px;
}
#divOverlay {
   position:absolute;
   top:0px;
   left:0px;
   z-index:6000;
   opacity:.5;
   background-color:#000000;
}

#divConfig {
    display: none;
    border-radius: 12px;
    background-color: rgba(255,255,255,.5);
    padding: 6px;
    border: 3px solid #333333;
    position: absolute;
    z-index: 7000;
    background-color: #FFFFFF;
    width: 600px;
    height: 650px;
    
}

#divInventory {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 7000;
    background-color: #FFFFFF;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

#divVendor {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 7000;
    background-color: #FFFFFF;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

#divDrawObjects {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 8000;
    background-color: #FFFFFF;
    width: 300px;
    height: 800px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.8);
    padding: 6px;
    border: 3px solid #333333;
    display: none;
}
#divMessage {
    position: absolute;
    top: 100px;
    margin-left:auto;
    margin-right:auto;
    z-index: 9000;
    background-color: #FFFFFF;
    width: 400px;
    height: 400px;
    border-radius: 12px;
    background-color: rgba(255,255,255,1);
    padding: 6px;
    border: 3px solid #333333;
    display: none;
}
#divMaze {
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 800px;
    height: 800px;
    padding: 0px;
    margin: 0px;
}

#divNavigation {
    vertical-align:top;
    display: inline-block;
    position: relative;
    z-index: 2;
    min-width: 400px;
    padding: 0px;
}

#divInstructions {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 8000;
    background-color: #FFFFFF;
    width: 500px;
    height: 500px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.8);
    padding: 6px;
    border: 3px solid #333333;
}

#divRepeatGame {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 18000;
    background-color: #FFFFFF;
    width: 500px;
    height: 550px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.8);
    padding: 6px;
    border: 3px solid #333333;
    display: none;
    overflow: hidden;
}
#divTriviaGame {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 18000;
    background-color: #FFFFFF;
    width: 500px;
    height: 550px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.8);
    padding: 6px;
    border: 3px solid #333333;
    display: none;
    overflow: hidden;
}
#divPickReward {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 18000;
    background-color: #FFFFFF;
    width: 500px;
    height: 500px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.8);
    padding: 6px;
    border: 3px solid #333333;
    display: none;
    overflow: hidden;
}

#divInstructText {
    overflow: auto;
    height: 420px;
    width: 100%;
}

#divMain {
    min-height: 800px;
}

