@font-face
{
font-family: standardFont;
src: url('./fonts/agencyfb-regular.ttf'),
	 url('./fonts/agencyfb-regular.otf'),
	 url('./fonts/agencyfb-regular.pfm'),
	 url('./fonts/agencyfb-regular.pfb'),
     url('Sansation_Light.eot'); /* IE9 */
}

body{
	background-color:black;
	font-family: standardFont;
}
.page{
	text-align: center; 
	width: 1024px;
	height: 768px;
	margin: 0px auto;
	position:relative;
}
#pageHome{
	background-image: url(../img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#pageSchool{
	background-image: url(../img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#pageInventory{
	background-image: url(../img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#pageArmory{
	background-image: url(../img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header{
	width: 100%;
	color: #ffffff;
	font-size: 1.2em;
}

#profile {
	position: absolute;
	top: 15px;
	left: 15px;
	color: white;
	font-size: 1.2em; 
	width: 150px;
	font-family: standardFont;
	padding-right: 20px;
	text-align: left;
	background-color: rgba(248, 243, 243, 0.55); 
}

#character {
	position: relative;
	top: 100px;
	width: 300px;
	height: 400px;
	margin: 0 auto;
}

.title{
	/* font-weight: bold; */
}


.main_button{
	background-image: url(../img/btnBig.png);
	background-repeat: no-repeat;
	background-position: 0 -186px;
	text-align: center; 
	width: 129px;
	height: 60px;
	line-height: 63px;
	position: absolute;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.3em; 
	cursor:pointer;
	color: #ffffff;
}

.main_button:hover { 
	background-position:0 -123px; 
}


#languages{
	position: absolute;
	top: 23px;
	left: 860px;
	
}


#button_home{
	top: 700px;
	left: 178px;
	
}
#button_armory{
	top: 700px;
	left: 304px;
}


#button_inventory{
	top: 700px;
	left: 430px;
}

#button_training{
	top: 700px;
	left: 556px;
}
#button_history{
	top: 700px;
	left: 683px;
}



.panel{
	background-image: url(../img/panel.png);
	width: 126px;
	height: 121px;
}

#level_panel{
	position: absolute;
	top: 80px;
	left: 834px;
	text-align: center;
	font-family: standardFont;
}



#content {
	clear:both;
	position: absolute;
	top: 400px;
	left: 700px;
	color: #ffffff;
	font-size: 1.1em;
}

#contentHome {
	clear:both;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	font-size: 1.1em;
	width: 100%;
	height: 100%;
}


#contentSchool {
	clear:both;
	position: absolute;
	top: 150px;
	left: 10px;
	color: #ffffff;
	font-size: 1.1em;
}

#armoryContent {
	clear:both;
	position: absolute;
	top: 200px;
	left: 190px;
	color: #00F5FF;
	/* background: rgba(100,100,100,0.9); */
	width: 622px;
	height: 460px;
	/* padding-left:20px; */
	padding-right:20px;
	font-size: 1.1em;
	text-align: left;
	padding-left: 1opx;
	padding-left: 10px;
	padding-left: 10px;
	background-image: url(/img/armoryBg.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#armoryMenu {
	clear:both;
	position: absolute;
	top: 200px;
	left: 50px;
	color: #00F5FF;
	background: rgba(200,200,200,0.9); 
	width: 50px;
	height: 50px;
}


#inventoryMenu {
	clear:both;
	position: absolute;
	top: 200px;
	left: 50px;
	color: #00F5FF;
	background: rgba(200,200,200,0.9); 
	width: 50px;
	height: 50px;
}

#inventoryContent {
	clear:both;
	position: absolute;
	top: 200px;
	left: 190px;
	color: #00F5FF;
	/* background: rgba(100,100,100,0.9); */
	width: 622px;
	height: 460px;
	/* padding-left:20px; */
	padding-right:20px;
	font-size: 1.1em;
	text-align: left;
	padding-left: 1opx;
	padding-left: 10px;
	padding-left: 10px;
	background-image: url(/img/armoryBg.png);
	background-repeat: no-repeat;
	padding-left: 10px;

}

#battleContent {
	clear:both;
	position: absolute;
	top: 200px;
	left: 190px;
	color: #00F5FF;
	/* background: rgba(100,100,100,0.9); */
	width: 622px;
	height: 460px;
	/* padding-left:20px; */
	padding-right:20px;
	font-size: 1.1em;
	text-align: left;
	padding-left: 1opx;
	padding-left: 10px;
	padding-left: 10px;
	background-image: url(/img/armoryBg.png);
	background-repeat: no-repeat;
	padding-left: 10px;

}

#trainers_value{
	position: relative;
	left: 150px;
}
.trainerSchool{
	float: left;
	height: 400px;
	width:250px;
}

.trainerSchool img{
 /* max-height:250px; */
 padding-top: 65px;
}

.weaponArmory{
	float: left;
	width:300px;
	margin: 10px;
}

.weaponImg{
	position: relative;
	top:150px;
	
}
.weaponPanel{
	position: absolute;
	top:330px;
	width: 736px;
	height:400px;
	color: white;
}
.weaponDetails{
	background-color: red;
	width: 736px;
	height:200px;
	margin: 0 auto;
	
}

.weapon{
	display:none;
}

.trainer{
	display:none;
}

.trainerDetails{
	position: relative;
	top: 150px;
	color: #00F5FF;
	font-size: 1,1em;
	/*background-color: grey;*/
	width: 400px;
	height:200px;
	margin: 0 auto;
	
}

.waitingChallenge #title{
	color:white;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 750px;
}

.waitingChallenge #content{
	color:white;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 750px;
}

.challengeAccepted #title{
	color:white;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 750px;
}

.challengeAccepted #content{
	color:white;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 750px;
}

.challengeRejected #title{
	color:white;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 750px;
}

.challengeRejected #content{
	color:white;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 750px;
}

#battleNextStep{
	float: left;
}


#contentRoundResult #player1 {
	position: absolute;
	top: 120px;
	left: 10px;
	color: white;
}

#contentRoundResult #player2 {
	position: absolute;
	top: 120px;
	left: 350px;
	color: white;
}

#contentRoundResult #player2FinalPower, #contentRoundResult #player1FinalPower {
	font-size: 2em;
}

#contentGameResult #player1 {
	position: absolute;
	top: 120px;
	left: 10px;
	color: white;
	
}
#contentGameResult #player2 {
	position: absolute;
	top: 120px;
	left: 350px;
	color: white;
	
}