/* CSS Document */

html,body{
		margin:0px;
		padding:0px;
		width:100%;
		height: 100%;
		overflow: auto;
	}

body.hiddenBar{
	overflow: hidden;
}

	#container{
		width:100%;
		height:100%;
		position:relative;
		min-width: 1280px;
		min-height: 800px;
	}
	#container.isMobile{
		width: 1280px;
		height: 800px;
	}
	.logo{
		display: block;
		width:100%;
		height: 120px;
		background-color: #9dd7ef;
		text-align: center;
	}	
.logo.isMobile{
	text-align: left;
}

a.ready{
	text-decoration: line-through;
	opacity: 0.3;
	
}
	ul{
		pading:10px;
	}
	ul>li{
		padding:13px;
		display: none;
	}

	ul>li.game{
		padding:13px;
		display: block;
	}

	ul>li.chant{
		padding:13px;
		display: none;
	}
	
	#frm{
		width:1280px;
		height: 800px;
		overflow: hidden;
	}
	
	
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 0px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		overflow: hidden;
	}

	/* Modal Content */
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 0px;
		border: 0px solid #888;
		width: 100%;
		height: 100%;
	}

	/* The Close Button */
	#isCloseBtn {
		color: #ffff00;
		float: right;
		font-size: 40px;
		font-weight: 800;
		position: absolute;
		width:50px;
		height: 50px;
		left:0%;
		top:0;
		margin-left:5px;
		margin-top:5px;
		z-index: 9999;
		display: block;
		background-color: transparent;
		border:0px;
		display: none;
	}
	#isCloseBtn.isMobile{
		font-size:50px;
		margin-top:0px;
	}

	#isCloseBtn:hover,
	#isCloseBtn:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	
	.startBtnDiv{
		width:1280px;
		height: 800px;
		display: none;
		position: absolute;
		background-color: rgba(0,0,0,0.5);
		top:0;left:0;
	}
	.startBtnDiv.isMobile{
		display: none;
	}
	#start_btn{
		position: absolute;
		top:50%;
		left:50%;
		background-image: url(playBtnOver.png);
		background-repeat: no-repeat;
		background-color: transparent;
		width:200px;height:200px;
		margin-left:-100px;
		margin-top:-100px;
		border:0px;
		cursor: pointer;
		z-index: 99999;
		
	}
	
	
	.inBox{
		display:block;
		float: left;
		padding:10px;
		
	}

	.inBox2{
		display:block;
		float: left;
		padding:10px;
		
	}
	
	.inUL{
		display: block;
		float: left;
	}

._close{
	display: none;
}

.isRec{
	margin-left:100px;
}

.dochk{
	display: none;
}


.seletObj{
	margin:4px;
	padding:3px;
}










