/* Common */
body{
	background-color: #000000;
}

.container{
	background: #000000 url(../images/background.png) no-repeat fixed top center;
	text-align: center;
}

.body{
   color: #FFFFFF;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   margin: auto;
   width: 730px;
}
.footer{
	font-size: 10px; 
	color: #999999;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.userTable{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 730px;
}

.userTable tr{
	height: 35px;
}

.userTable td{
	color: #999999;
	font-size: 14px;
}

.loginBody{
	background: #000000 url(../images/background.png) no-repeat top center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 800px;
}

.title{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	margin-top: 10px;
}

.tabCenter{
	background: url(../images/tabcenter.png) repeat-x;
	height: 27px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


.center{
	left: 200px;
}
.functionLink{
	text-decoration: none;
	color: #ffff99;
}

.functionLink:hover{
	text-decoration: underline;
	color: #ffff99;
}

.block{
	min-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.red{
	color: #ff3333;	
}

.yellow{
	color: #ffff33;
}

.green{
	color: #33ff33;
}
.bold{
	font-weight: bold;
}
.hidden{
	display:none;
}

#clientScript{
	display:none;
}

option{
	font-size: 12px;
}

.userInput {
	font-size: 12px;
	width: 150px;
}

.large{
	font-size: 14px;
	font-weight: bold;
}
.small{
	font-size: 10px;
}
.noBorder{
	border: 0px;
}

#loading{
	z-index: 10;
	position: absolute;
	top: 200px;
	left: 45%;
}

#content{
	max-width: 730px;
	min-height: 400px;
	text-align:left;
}
#response{
	margin-top: 10px;
	max-width: 730px;
	text-align:left;
}

.responseDiv{
	border: 1px #FFFFFF solid;
	padding-top: 5px;
	margin-bottom: 3px;
	width: 730px;
}

.responseTable {
	width: 730px;
}

.responseTable td{
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
}

.box{
	margin-bottom: 10px;
	border: 1px #999999 solid;
	padding-left: 5px;
	color: #FFFFFF;
}

.thumbsize{
	width:40px;
	height:40px;
	border: 0px;
}


.button:hover{
	text-decoration: none;
	border: 1px #FFFFFF solid;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	background: url(../images/buttonbg.png) repeat-x;
	padding: 5px 3px;
	margin: 7px 7px 7px 7px;
}

.button{
	text-decoration: none;
	border: 1px #FFFFFF solid;
	color: #ffff00;
	background: url(../images/buttonbg.png) repeat-x;
	vertical-align: middle;
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	padding: 5px 3px;
	margin: 7px 7px 7px 7px;
}

.icon{
	width: 16px;
	height: 16px;
	border: 0px;
}
.item{
	width: 75px;
	height: 75px;
	border: 0px;
}
.inlineBlock{
	display: inline-block;
	float: left;
}

.profilePic{
	width: 50px;
	height: 50px;
	border: 1px #666666 solid;
}

.minIcon{
	width: 12px;
	height: 12px;
	border: 0px;
}

.mediumIcon{
	width: 20px;
	height: 20px;
	border: 0px;
}

.largeIcon{
	width: 32px;
	height: 32px;
	border: 0px;
}

.padding{
	width: 600px;
	height: 200px;
}

/* Title Bar*/

#titleTable tr{
	height: 50px;
	vertical-align: top;
}

#titleTable{
	width: 730px;
	border-bottom: 1px #999999 solid;
}

/* Status Bar */

#levelBar{
	width: 200px;
	height: 6px;
	border: 1px #FFFFFF solid;
	background-color: #000000;
	display: inline;
	float: left;
}


#statusTable{
	height: 55px;
	margin-bottom: 10px;
}

#statusTable td{
	font-size: 14px;
	color: #FFFFFF;
}

.statusValue{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#energyCounter{
	font-size: 12px;
	color: #FFFFFF;
}

#staminaCounter{
	font-size: 12px;
	color: #FFFFFF;
}

#moreEnergy{
	font-size: 12px;
	color: #cccccc;
}

#moreStamina{
	font-size: 12px;
	color: #FFFFFF;
}

/* Menu */

#menu{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.menuLongCell{
	height: 30px;
	background: url(../images/menuback.png) no-repeat;
}

.menuShortCell{
	height: 30px;
	background: url(../images/menubackshort.png) no-repeat;
}
	
.menuLink{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	margin: 0px 0px 0px 0px;
}

.menuLink:hover{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
}

/* Home */

.favorItemTable td{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}


/* Shelter */


#shelterTable{
	margin-top: 10px;
	width: 730px;
}

#shelterTable td{
	color: #999999;
	font-size: 12px;
}

#shelterTable tr{
	height: 30px;
}	


#shelterStore{
	color: #33ff33;
	font-weight: bold;
}
/* Inventory */
.collectionName{
	height:40px;
}

.collectionBox{
	margin: 5px 0px 5px 0px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}

.itemName{
	font-weight: bold;
}

.itemPrice{
	color: #33ff33;
}

.itemTable{
	width: 730px;
}

.itemTable tr{
	height: 80px;
}
.itemTable td{
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #999999;	
	border-top: 1px #777777 solid;
}

.itemPhotoCell{
	padding-left: 5px;
}

.itemTable td div{
	height: 30px;
	vertical-align: top;
}

#typeTable{
	width: 720px;
	height: 50px;
}
.typeName{
	font-size: 12px;
	font-weight: bold;
}

.typeCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	padding-top: 18px;
	padding-left: 10px;
	background: url(../images/tabback.png) no-repeat;
}
.selectedTypeCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	padding-top: 18px;
	padding-left: 10px;
	background: url(../images/tabbackred.png) no-repeat;
}

.typeLink{
	color: #ffff99;
	text-decoration: none;
}

.typeLink:hover{
	color: #ffffcc;
	text-decoration: none;
}


/* Job */
.jobProgressBar{
	width: 120px;
	height: 10px;
	border: 1px #FFFFFF solid;
	background-color: #000000;
	display: inline;
	float: left;
}


.jobResult{
	border: 1px #99ff99 solid;
	background-color:#ffff99;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	width: 640px;
}


.jobListHeader{
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	vertical-align: middle;
}

.jobRewardValue{
	font-size:14px;
	font-weight: bold;
	color: #66ff66;
}

.jobEnergyValue{
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;	
}

.jobEnergy{
	font-size:14px;
	color: #cccccc;	
}

.jobExperience{
	font-size:14px;
	color: #cccccc;
}

.jobChance{
	font-size:12px;
	color: #33ff33;
}


.jobExperienceValue{
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;		
}

.jobDescription{
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}

.jobMastery{
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	margin-bottom: 5px;
}

.tierCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
	margin-right: 3px;
	background: url(../images/tabback.png) no-repeat;
	color: #ffff99;
	font-size: 12px;
}

.selectedTierCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
	margin-right: 3px;
	background: url(../images/tabbackred.png) no-repeat;
	color: #ffff99;
	font-size: 12px;
}

.tierLink{
	color: #ffff99;
	text-decoration: none;
}

.tierLink:hover{
	color: #ffffcc;
	text-decoration: none;
}

.tierName{
	font-size: 12px;
	font-weight: bold;
}
.tierLevel{
	font-size: 10px;
}

#tierTable{
	vertical-align: top;
	height: 60px;
}

.jobTable{
	margin-top: 10px;
	width: 730px;
}

.jobUnlock{
	text-align: center;
}


.jobHeading{
	height: 30px;
}

.jobRequirementRed {
	background-color: #cc0000;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #000000;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px 2px 2px 2px;
	float: left;
}

.jobRequirement{
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #999999;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	float: left;
}

.jobRequirementRedImg{
	background-color: #000000;
}

.jobHeading td{
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

.jobListing{
	height: 80px;
	vertical-align: middle;
}

.jobListing td{
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #FFFFFF solid;
}

/* Favor */

#favorTable{
	width: 730px;
}

#favorTable tr{
	height: 60px;
}

#favorTable td{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px #777777 solid;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #FFFFFF;	
}

/* Fight */

#fightSkill td{
	color: #999999;
	font-size: 14px;
}

#fightSkill tr{
	vertical-align: top;
}


.fightResultRight{
	padding-left: 10px;
}

.fightResultSeparator{
	border-left: 1px #999999 dotted;
}

.fightResultLeft{
	text-align: right;
	float: right;
}

.bottomBorder{
	border-bottom: 1px #999999 solid;
}


/* Biz */
.bizButton{
	text-decoration: none;
	border: 1px #FFFFFF solid;
	color: #ffff00;
	width: 250px;
	background: url(../images/buttonbg.png) repeat-x;
	vertical-align: middle;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	padding: 5px 3px;
	margin: 1px 1px 1px 1px;
}

.bizButton:hover{
	text-decoration: none;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	width: 280px;
	background: url(../images/buttonbg.png) repeat-x;
	vertical-align: middle;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	padding: 5px 3px;
	margin: 1px 1px 1px 1px;
}


.bizStockBar{
	width: 300px;
	height: 26px;
	border: 1px #FFFFFF solid;
	background-color: #000000;
	display: inline;
	float: left;
}
.bizStockLevel{
        z-index: 2;
        position: relative;
        top: 4px;
        color: #333333;
        background-color: #000000;
        font-size: 12px;
        float: left;
}
.bizStockFilled{
        z-index: 1;
        height: 26px;
        float: left;
        position: relative;
}

#bizStock-1{
	background: url(../images/b1stock.png) no-repeat;
}

#bizStock-2{
	background: url(../images/b2stock.png) no-repeat;
}
#bizStock-3{
	background: url(../images/b3stock.png) no-repeat;
}
#bizStock-4{
	background: url(../images/b4stock.png) no-repeat;
}
#bizStock-5{
	background: url(../images/b5stock.png) no-repeat;
}
#bizStock-6{
	background: url(../images/b6stock.png) no-repeat;
}


.bizTable{
	margin-bottom: 10px;
}
.bizListing{
	height: 30px;
	vertical-align: middle;
}

.bizBar{
	height: 30px;
	vertical-align: middle;
	border: #000000 1px solid;
	color: #999999;
	font-size: 12px;
}

.bizBar td{
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
}

.bizListing td{
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #FFFFFF solid;
}

.bizDetails{
	color: #999999;
	font-size: 12px;
	padding-left: 5px;
}

/* Friends */

.followerName{
	height:40px;
}

.selectedFollowerBox{
	cursor: pointer;
	margin: 5px 5px 5px 5px;
	border: 2px #F9FF00 solid;
	text-align: center;
	padding: 5px 5px 15px 5px;
	color: #FFFFFF;
}

.followerBox{
	cursor: pointer;
	margin: 5px 5px 5px 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 5px 5px 15px 5px;
	color: #FFFFFF;
}

.tribeTable tr{
	height: 50px;
}

.tribeTable td{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

#inviteForm{
	width: 680px;
}

/* Story */

.storyBox{
	overflow: auto;
	width: 400px;
	height: 300px;
	border: 1px #B18F52 solid;
	margin-bottom: 10px;
}


.storyTable tr{
	vertical-align: top;
}

.storyTable td{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #999999 solid;
	font-size: 14px;
	color: #999999;
	height: 40px;
}
/* Login */
#loginTitle{
	text-align: center;
}
#loginContent{
	height: 400px;
	padding-top: 50px;
	text-align: center;
	font-size: 16px;
}

.hardly{
	font-size: 10px;
	color: #666666;
}

.easily{
	font-size: 16px;
	color: #ffffff; 
}

/* Top players*/

.topCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
	margin-right: 3px;
	background: url(../images/tabback.png) no-repeat;
	color: #ffff99;
	font-size: 12px;
}

.selectedTopCell{
	display: inline-block;
	width: 100px;
	height: 55px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 9px;
	margin-right: 3px;
	background: url(../images/tabbackred.png) no-repeat;
	color: #ffff99;
	font-size: 12px;
}

.topLink{
	color: #ffff99;
	text-decoration: none;
}

.topLink:hover{
	color: #ffffcc;
	text-decoration: none;
}

.topName{
	font-size: 12px;
	font-weight: bold;
}
.topLevel{
	font-size: 10px;
}

#topTable{
	vertical-align: top;
	height: 60px;
}

/* Setting */
#settingTable tr{
	vertical-align: top;
	height: 50px;
}

#settingTable td{
	color: #999999;
	font-size: 12px;
}

/* Gift */
.selectedGiftBox{
	cursor: pointer;
	margin: 5px 5px 5px 5px;
	border: 2px #F9FF00 solid;
	text-align: center;
	padding: 5px 5px 15px 5px;
	color: #FFFFFF;
}

.giftBox{
	cursor: pointer;
	margin: 5px 5px 5px 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 5px 5px 15px 5px;
	color: #FFFFFF;
}
/* END */