#bgbattle_container {
    width: 852px;
    margin: 0 auto;
    color: white;
}

#bgbattle_container .header { 
    height: 0px;    
}

#bgbattle_container .body {
    background: url(images/bgbattle_body_bg) repeat-y;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 970px;
}

#bgbattle_container .footer {
    background: url(images/bgbattle_footer) no-repeat;
    height: 17px;
}

#bgbattle_leftpanel{
    float: left;
    background: #242424;
    height: 490px;
    width: 190px;
    border: 1px solid #000; 
}

#bgbattle_rightpanel{
    float: right;
    background: #242424;
    height: 490px;
    width: 625px;
    border: 1px solid #000; 

}

#bgbattle_topbar{
    background: #000;
    height: 65px;
    overflow: auto;
    padding-left: 15px;
    padding-top: 5px;
}

#bgbattle_menubar{
    background: #333333;
    height: 35px;
    border-bottom: 1px solid #000;        
}

#bgbattle_menubar ul{
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
}

#bgbattle_menubar li{
    list-style: none;
    float: left;
    display: inline;
    padding: 9px 15px;
    color: #FF9900;
    font-weight: bold;
    margin-left: 1px;
    margin-top: 3px;
    cursor: pointer;

}

#bgbattle_menubar li:hover{


}

#bgbattle_menubar .selected{
    background: #242424;
    border: 1px solid #000;
    border-bottom: none;
    padding: 10px 14px;
    padding-top: 8px;
}

#bgbattle_avatar img {
    width: 180px;
}

#bgbattle_statistic, #bgbattle_statistic_battle {
    border-top: 1px solid #333;
    margin: 5px;
    padding: 4px;
}

#bgbattle_statistic ul, #bgbattle_statistic_battle ul{
    padding: 0px;
    margin: 0px;
}

#bgbattle_statistic li{
    list-style: none;
    margin-bottom: 8px;
    overflow: auto;
}

#bgbattle_statistic li .left{       
    float: left; 
}

#bgbattle_statistic li .right{  
    float: right;
    color: #66CC00;
    font-weight: bold;     
}

#bgbattle_statistic_battle li{
    list-style: none;
    color: #FF9900;
    margin-bottom: 5px;
    overflow: auto;
}

#bgbattle_statistic_battle li .left{
    float: left;
}

#bgbattle_statistic_battle li .right{
    float: right;
    color: #66CC00;
    font-weight: bold;
}

.smallbar {
    background: url(images/smallbar.png);
    width: 95px;
    height: 10px;
    border: 1px solid white;
}

.smallbarcover{
    background: black;
    float: right;
    width: 40px;
    height: 10px;
}

.mediumbar{
    background: url(images/mediumbar.png);
    width: 200px;
    height: 14px;
    border: 1px solid white;
}

.mediumbarcover{
    background: black;
    float: right;
    height: 14px;
}

#expbarinterface{
    width: 202px;
    float: left;
    margin-right: 30px;
}

#expbarinterface_top{
    overflow: auto;
    line-height: 16px;
    margin-bottom: 5px;
}

.left{
    float: left;
    text-align: left; 
}

.right{
    float: right;
    text-align: right;
}

#expbarinterface_top strong{
    color: #FF6600;
}

/* Gold Interface */
#goldinterface {
    float: left;
    width: 300px;

}

.goldcontainer{
    float: left;
    width: 135px;
    margin-left: 5px;

}

#goldinterface h1{
    font-size: 15px;
}

#goldinterface a{
    color: #66ff00;
    cursor: pointer;
    font-size: 10px;
}



/* Screen */

#bgbattle_screen{
    padding: 5px; 
}

/* Battle Arena */

#battlearena_container h3{
    color: green;
    text-transform: uppercase;
    margin-bottom:  15px;

}

#battlearena_players{
    float: left;
    background: #151515;
    width: 360px;
    padding: 3px;
    border: 1px solid black;
    height: 365px;
    overflow: auto; 
}

#battlearena_players ul{
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

#battlearena_players li{
    list-style: none;
    padding: 6px;
    border-bottom: 1px dotted #333;
    overflow: auto;   
    color: #FFCC00;
}

#battlearena_players li small {
    color: #66FF00;
}

#battlearena_container .button{
    background: #333;
    background-image: none !important;
    padding: 3px;
    border: 1px solid #555;
    font-size: 11px;
    cursor: pointer;
    color: white;
}

#battlearena_container .button:hover{ 
    background: #555;
}                  

#battlearena_battlelog{
    float: right;
    background: #111;
    width: 235px;
    padding: 3px; 
    border: 1px solid black;
    height: 365px;
    overflow: auto;
}

/* Battle Window */

#commonwindow, #commonwindow_mission, #window_playerinfo,#window_inbox{
    position: absolute;
    width: 822px;
    height: 492px;
    background: rgba(0,0,0,0.80);
    display: none;  
    z-index: 100;
}

#commonwindow2{
    position: absolute;
    width: 822px;
    height: 492px;

    display: none;  
    z-index: 101;   
}

#windowconfirm, #windowconfirm_mission, #window_playerinfo_container, #window_inbox_container{
    margin: 0 auto;
    margin-top: 30px;
    background: #333;
    width: 600px;
    height: 350px;
    border: 1px solid #666;
    display: none;
    overflow: auto;
}

#window_inbox_container{
    height: 380px;
}

/*  */
#window_playerinfo{
    display: block;
}

#window_playerinfo_container{
    display: block;
    height: 420px;
} 

/* Battle Progress */

#player1avatar{
    position: absolute;

    width: 200px;
    height: 300px;
    left: 10px;
    top: 40px;
}

#player2avatar{
    position: absolute;
    width: 200px;
    height: 300px;
    left: 560px;
    top: 40px;
}

#winnerbanner{
    position: absolute;
    width: 540px;
    height: 50px;
    top: 60px;
    left: 140px;
    background: url(images/winnerbar.png) no-repeat;
    text-align: center;
    padding-top: 5px;
    font-size: 11px;
}

#battlelog{
    margin: 0 auto;
    margin-top: 50px;
    border-left: 1px solid #666;
    width: 310px;
    height: 260px;
    overflow: auto;
    padding: 3px;
    font-size: 10px;
    background: #000;
}

#battlelog ul{
    padding: 0px;
    margin: 0px;
}

#battlelog li{
    list-style: none;
}

#battlelog h3{
    border-top: 1px dotted #222;
    margin-top: 10px;  
}

#bgbattle_inventori ul{
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

#inventoriitem{
    height: 250px; 
}

#inventoriitem li{
    height: 100px !important;  
}

#bgbattle_inventori li{
    float: left;
    list-style: none;
    width: 80px;
    height: 80px;
    background: #000; 
    margin: 1px;
    border: 1px solid #555;

}

#bgbattle_inventori #bar{
    border: 1px solid #555;
    margin: 5px 0px;

    background: #111;
    overflow: auto;
}

#inventorifill{
    float: left;
    background: #555; 
    padding: 5px;    
}

#bgbattle_inventori li img{
    width: 80px;
    height: 80px;
}

#bgbattle_shop {
    overflow: auto;
    height: 365px;
}

#bgbattle_shop h1{
    margin-top: 5px;
    color: #66FF00;

}
#bgbattle_shop ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}


#bgbattle_shop li{
    float: left;
    list-style: none;
    width: 55px;
    height: 55px;
    background: #000; 
    margin: 1px;
    border: 1px solid #555;
    cursor: pointer;
}

#bgbattle_shop li:hover{
    background: #111111;
}

#bgbattle_shop li img{
    width: 55px;
    height: 55px;
}

#specialoffer li {
    width: 80px;
    height: 110px; 
}

.quantityspesialoffer{
    text-align: center;
    background: #333;
    height: 29px;
    padding-top: 1px;
}

#specialoffer li img {
    width: 80px;
    height: 80px; 
}


.itemtooltips li{
    list-style: none;    
}

.usesell{
    position: relative;
    background: #333;
    top: -80px;
    display: none;
    text-align: center;
    z-index: 4;
    height: 0px;

}

.usesell a{
    cursor: pointer;
}

.usesellcontainer{
    background: #555;
    padding: 3px;
}
.addvalue{
    font-weight: normal;
    color: #FFF;
    font-size: 11px;
}
.addvaluebonus{
    font-weight: normal;
    color: #FFCC00;
    font-size: 11px;
}

.quantity{
    background: #333;
    padding: 3px;
    text-align: center;
}

.player{
    cursor: pointer;
}

.white {
    color: white;
}

#leftpanel_expand{
    padding: 5px;
    position: absolute;
    background: #222;
    height: 430px;
    width: 200px;
    left: 235px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: none;
    z-index: 100;

}

#expandpanelbutton{
    cursor: pointer;
}

.abilitydesc strong {
    color: #66FF00;
}

#battlelogshow{
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}

#battlelogshow li{
    list-style: none;
    padding: 2px;
    border-bottom: 1px dotted #555;
}

#battlelogshow .name{
    color: #FFCC00;
}

#battlelogshow strong {
    font-size: 11px;
}

#mission{
    padding: 0px;
    margin: 0px;
}

#mission li{
    list-style: none;
    padding: 15px;
    border-bottom: 1px dotted #666;
    overflow: auto;
}

#mission li .button{
    background: #333;
    background-image: none !important;
    padding: 3px;
    border: 1px solid #555;
    font-size: 11px;
    cursor: pointer;
    color: white;
}

#mission li .button:hover{ 
    background: #555;
}                  


#mission li strong{
    color: #66CC00;
}


.missiontitle{
    float: left;
    width: 200px;   

}

.missionreward{
    float: left;
    width: 100px; 
    text-align:right; 
}

.rewardtext{
    color: #66FF00;   
}

.missiontake{
    float: right;
}

.missiondescription{
    color: green;
    font-size: 10px;
}

#mission_leftpanel{
    float: left;
    width: 405px;
    background: #111;
    padding: 3px;
    border: 1px solid #000;
    height: 360px; 
    overflow: auto;
}

#mission_rightpanel{
    float: right;
    width: 192px;
    background: #111;
    padding: 3px;
    border: 1px solid #000; 
    height: 360px; 
    overflow: auto;    
}

#mission_rightpanel ul{
    padding: 0px;
    margin: 0px;
}

#mission_rightpanel li{
    list-style: none;
    padding: 3px;
    border-bottom: 1px dotted #333;
    font-size: 10px;
    color: #999;
}

#mission_rightpanel li strong{
    color: #EEE;
}

.missionpropery{
    font-size: 9px;
    color: #FFCc00;
    font-weight: bold;
}

#regenerate{
    font-size: 10px;
    color: #999;
}

.requirment{
    font-size: 10px;
}

.number {
    font-weight: normal;
    color: red;
}

.statval {
    color: green;
    font-size: 11px;
    font-weight: bold;
}

.playerdead{
    font-weight: bold;
    color: #666;
}

/* Inventori Bar In Use */
#inveninuse{
    position: absolute;
    height: 225px;
    width: 60px;
    left: 168px;
}

#inveninuse ul{
    padding: 0px;
    margin: 0px;
}

#inveninuse li{
    width: 55px;
    list-style: none;
    background: #111;
    height: 50px;
    margin-bottom: 5px;
    border: 1px solid #333;
    text-align: center;
    padding: 5px;
}

#inveninuse li:hover{
    background: #000;
    cursor: pointer;
}

.itemused{
    font-size: 11px;
    text-align: center;
    color: #555;
    position: absolute;
}

#bgbattlecover{
    background: black;
    height: 700px;
}

#bgbattlecover #body{
    margin: 10px;
}

#bgbattlecover h1{
    text-transform: uppercase;
    margin-top: 20px;
}

#bgbattlecover p{
    font-size: 12px;
    line-height: 20px;
}

#bgbattlechooser{
    background: #000;
    color: white;
    height: 400px; 

}

#bgbattlechooser ul{
    padding: 0px;
    margin: 0px;
    overflow:hidden;   
}

#bgbattlechooser li{
    display: inline; 
    float: left;
    list-style: none;
    width: 263px;
    height: 400px;
    background: #111111;
    margin-left: 1px;
    text-align: center;

    padding: 10px;
}

#bgbattlechooser img{
    width: 220px;
}

#bgbattlechooser li:hover{
    background: #222222;
}

#bgbattlechooserheader{
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #333;
    background: #000;
}

#bgbattlechooserheader h1{
    text-transform: uppercase;
}

#bgbattlechooser h2{
    color: #66CC00;
    margin: 4px;
}

#halloffamecontainer h1{
    margin-bottom: 10px;  
}

#halloffamecontainer h2{
    color: #66CC00;
}

.chooser{
    position: relative;
    background: black;
    top: -310px;
}

#fcchooser{
    top: -297px; 
}

.chooser img{
    width: 75px !important;
}

.subchooser:hover{
    background: #111;
    cursor: pointer;   
}

.subchooser{
    overflow: hidden;
}

.subchooser .left{
    width: 80px;

}

.subchooser .right{
    width: 170px;
    text-align: left;
    padding: 5px;


}

.subchooser strong {
    color: #FFCC00;
}

/* Battle Log */
.miss{
    color: #333;
}

#loading{
    text-align: center;
    margin-left: 730px;
    margin-top: 10px;
}


.missioninprogress{
    float: right
}

.food{
    color:aqua;
}

#bgchatnews, #gamenews{
    color: red;
    height: 150px;
    background: #111;
    float: left;
    width: 810px;
    margin-top: 2px;
    border: 1px solid black;
    padding: 5px;
}

#bgchatnews h5{
    font-weight: bold;
}

#chatinputbgbattle{
    width: 600px;
    background: #000;
    color: white;
    border: 1px solid #222;
    font-size: 11px;
}
#chatscreen{
    height: 100px;
    overflow: auto;
    background: black;
    margin: 5px 0px;
    padding: 3px;
    border: 1px solid #333;
}

#gamenews {
    color: #66ff00;

}

#gamenews p{
    color: #999;
}

#gamenews h5{
    font-weight: bold;
} 

#gamenews ul{   
    overflow: auto;
    height: 115px;
}

#gamenews li{
    padding: 5px 0px;
    border-bottom: 1px dotted #222;
}

#gamenews small {
    color: #ffcc00;
}

.criticalhit {
    color: #FF6600;
    font-size: 11px;
}

.playerarmor img{
    width: 30px;
    height: 30px;
    border: 1px solid #333;  
}

#showattackmessagecontainer{
    position: relative;
    height: 0px;
    top: 160px;
    font-size: 11px;

}

#showattackmessagecontainer strong {
    color: #FF3300;
}

#showattackmessage{
    background: #111;
    border: 1px solid #333;
    padding: 5px;
}

#bgevents{
    color: #fff;
    height: 120px;
    background: #111;
    float: left;
    width: 790px;
    margin-top: 2px;
    border: 1px solid black;
    padding: 15px;

}

#bgevents .left {

    overflow: auto;
    height: 120px;
    width: 480px;

}

.bgeventsleft{
    float: left;
    width: 180px;
}

.bgeventsright{
    float: right;
    text-align: right;
}

#evenlog ul{
    margin: 0px;
    padding: 0px;
}

#evenlog li{
    list-style: none;
    border-bottom: 1px dotted #333;

}

#evenlog strong {
    color: #FFCC00;
    font-size: 11px;
}

#bgevents .right {
    border-left: 1px solid #444;
    overflow: auto;
    height: 120px;
    width: 300px;
    text-align: left; 
    padding-left: 5px;  
}

#bgevents ul{
    margin: 0px;
    padding: 0px;
    padding-right: 10px; 
}

#bgevents li {
    overflow: auto;  
    margin: 10px 0px;
    list-style: none;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;  
}

#bgevents h5{
    font-weight: bold;
}

#bgevents strong {
    color: #FFCC00;
}

.date {
    color: green;
}

.eventtimer{
    font-weight: bold;
    color: #FF6600;
}

.bgeventavatar{
    float: left;
}

.bgeventavatar img{
    width: 120px;
    margin-right: 10px;

}

#npclist img{
    width: 100px;
}

.imagenpc{
    float: left;
    margin-right: 5px;
}

#npclist .left{
    width: 170px;
}

.descnpc{
    color: white;
    font-size: 10px;
}
.withnpc{

}

.rewarditem{
    color: #66FF00;
    font-weight: bold;
}

.abilityname{
    color: #FFCC00;
    font-size: 12px;
}

#battlelist li{
    padding: 5px 0px;
    border-bottom: 1px dotted #222;
    color: #888;
}

#battlelist li .damagepoint{
    color: white;
}

.getenchacement{
    color: maroon;
}

.nameofnpc{
    color: #FF6600;
}

#bgbattle_profileleft{
    float: left;

    width: 210px;
    overflow: auto;
    height: 400px     
}

#bgbattle_profileright{
    float: right;
    background: #222;
    width: 364px;
    overflow: auto;
    height: 400px
}

#avatarprofile{
    background: black;
    border: 1px solid #222;
    cursor:pointer;
}

#avatarprofile img {
    width: 200px;
}

#bgbattle_profilecontainer{
    padding: 10px;
} 

#profilemenu ul{
    margin: 0px;
    padding: 0px;
}

#profilemenu li{
    list-style: none;
    display: block;
    background: #555;
    padding: 5px;
    text-align: center;
    margin-bottom: 1px;
    border-bottom: 1px #666 solid;
}

#profilemenu li:hover{
    background: #444;
    border-bottom: 1px #444 solid;
    cursor:pointer; 
}

#profileitem{
    overflow: hidden;
    margin-bottom: 10px;
}

#profileitem ul, #senditemlist ul{
    margin: 0px;
    padding: 0px;
}

#profileitem li, #senditemlist li{
    float: left;
    display: inline;
    list-style: none;
    width: 70px;
    height: 70px;
    border: 1px solid #444;
}

#profileitem li img {
    width: 70px;
}

#profiledetail_left {
    float: left;
    width: 220px;
    height: 280px;

}

#profiledetail_right{
    float: right;
    width: 135px;
    padding-left: 4px;
    border-left: 1px dotted #444;
    height: 280px; 
}

#profiledetailcontainer{
    padding-left: 4px;
}

#profiledetailcontainer h1{
    margin-bottom: 10px;
}

#profiledetailcontainer h2{
    color: #66ff00;
}

#profiledetail_left ul{
    margin: 0px 4px;
    padding: 0px;
}

#profiledetail_left li{
    list-style: none;
    border-bottom: 1px dotted #333;
    font-size: 11px;
    padding: 5px 0px;
    overflow: auto;
}

#profiledetail_left .right{
    font-weight: bold;
    color: #ffcc00;
}

#profiledetail_right h2{
    margin-bottom: 5px;
}

#profiledetail_right ul{
    margin: 0px;
    padding: 0px;
}

#profiledetail_right li{
    list-style: none;
    color: #ff6600;
    padding: 5px;
    border-bottom: 1px dotted #333;
    background: #333;
    margin-bottom: 1px;
}


#sendpm #pmtitle {
    width: 345px;
    background: black;
    color: #ffcc00;
    border: 1px solid #444;
}
#sendpm textarea{
    background: black;
    color: #ffcc00;
    border: 1px solid #444;
    width: 350px;
    height: 160px;
    font-size: 12px;
    font-family: verdana;

}

#senditemlist{
    margin-top: 20px;
}

#senditemlist li{
    height: 120px;
    width: 60px;
    text-align: center;
}
#senditemlist img{
    width: 60px;
}
#senditemlist input{
    width: 50px;
}

#senditemlist{
    overflow: auto;
    height: 205px;
}

#inboxcontainer h1{
    margin-bottom: 10px;
    background: #111;
    width: 140px;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
}

#inboxcontainer h1:hover{
    background: #222;
    cursor: pointer;
}

#inboxcontainer{
    padding: 10px;
}

#inboxcontainer ul{
    margin: 0px;
    padding: 0px;
}

#inboxcontainer li{
    padding: 0px;
    background: #000;
    list-style: none;
    border-bottom: 1px dotted #222;
    cursor: pointer;
}

#inboxcontainer li:hover{
    background: #111;
}

#inboxcontainer strong{
    color: #FF6600;
}


.messagedetail{
    padding: 10px;
    background: black;
    height: 260px;
    overflow: auto;
}
.messagedetail h3{
    color: #66ff00;
}

.messagedetail p{
    font-size: 12px;
}

.messagedetail .date{
    color: #999;
    font-size: 11px;
    letter-spacing: -1px;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
}

#replymessage{
    margin-top: 10px;
    line-height: 20px;
    border-top: 1px dotted #333;
}

#replymessage textarea {
    width: 550px;
    height: 100px;
    background: #111;
    color: #ffcc00;
    border: 1px solid #222;
    margin: 5px 0px;
    font-family: verdana;
    font-size: 11px;
}

#replythismessage{
    margin: 10px 0px;
}

.readmessage{
    padding: 5px;
    color: #666;
}
.unreadmessage{
    padding: 5px;
    color: #fff;  
    font-weight: bold;
}

#messagecontainer{
    border: 1px solid #666;
    height: 280px;
    overflow: auto;

}

#battlearenamenu{
    background: #000;
    padding: 8px 5px;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 2px solid #222;

}

#battlearenamenu input, #battlearenamenu select {
    background: #111;
    border: 1px solid #333;
    color: #ffCC00;
    font-size: 11px;
    padding: 4px;
}

#battlearenamenu select {  
    font-size: 12px;
    padding: 2px;   
}

#alienshop,#humanshop,#zombieshop{
    float: left;
    width: 199px;
}

#alltribeshop{
    margin-top: 10px;
}

#shoptribe{
    overflow: auto;
}

