body {
	background: #000;
	font-family: arial;
	font-size: 12px;
	color: #aaa;
}
input, button, textarea, select {
	font-family: arial;
	font-size: 12px;
	color: #eee;
	margin: 0;
	padding: 0;
}

select {
	background: black;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 18px;
}

input[type="text"] {
	background: black;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 18px;
	padding: 2px;
}

input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.layout {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background: #212121 url('../img/layout_bg.png');
	box-shadow: inset 0 0 20px #000;
}

.layout-game {
	background: #212121 url('../img/layout_game_bg.jpg') center center;
	box-shadow: none;
}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	text-align: center;
	background-size: cover;
}

.bg {
	background: url('../img/bg.jpg') no-repeat;
	height: 320px;
	box-shadow: inset 0 0 20px #000;
}

.bg .logo {
	display: block;
	/* background: url('../img/logo.png') no-repeat; */
	width: 200px;
	height: 70px;
	font-size: 32px;
	line-height: 32px;
	font-family: arial;
	color: #929292;
	text-decoration: none;
	text-shadow: 0px 0px 20px #900;
	padding: 20px 0 0 25px;
}

.content {
	position: relative;
	height: 280px;
	box-shadow: 0 0 40px 10px #000;
}

.page {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.page.active {
	display: block;
}

.page-main {
}

.page-rules {
}

.page-control {
}

.page-top {
}

.page .static {
	overflow: auto;
}

.page .static a {
	color: #aaa;
}

.page-shop a {
	text-decoration: none;
}

.page-shop a:hover {
	color: #FFAD42;
}

.page .static .title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.page .static label {
	display: block;
	float: left;
	width: 100px;
}

.page .static .serror {
	color: #e77;
	display: inline-block;
	margin-left: 20px;
}

.page .static input, .page .static select {
	width: 150px;
}

.page-top .top-login {
	width: 200px;
	float: left;
}

.page-top .top-rating {
	width: 500px;
	float: left;
}

#shop_link {
	color: #FFAD42;
}

#buy_link {
	color: #FFAD42;
}

.error {
	position: absolute;
	width: 400px;
	left: 200px;
	top: 35px;
	font-size: 14px;
	color: #e77;
	text-align: center;
}

.form {
	position: absolute;
	width: 400px;
	left: 200px;
	top: 60px;
}

.form .row {
	height: 34px;
}

.form .row .left {
	float: left;
	width: 199px;
	height: 32px;
	background: #A8A8A8 url('../img/label.png');
	line-height: 32px;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: black;
}

.form .row .right {
	float: right;
	width: 199px;
	height: 32px;
	background: #000 url('../img/input.png');
	line-height: 32px;
	text-align: left;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: black;
}

.form .row .text {
	border: 0;
	background: none;
	color: #aaa;
	font-size: 16px;
	height: 32px;
	padding: 0;
	width: 160px;
}

.form .submit {
	padding: 20px 0 0;
	text-align: center;
	line-height: 18px;
}

.form .submit  button {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
	height: 16px;
}

.panels-opacity {
	position: absolute;
	left: 14px;
	top: 50px;
	bottom: 10px;
	width: 480px;
	background: #000;
	opacity: 0.7;
}

.static-opacity {
	position: absolute;
	left: 14px;
	top: 50px;
	bottom: 10px;
	right: 14px;
	background: #000;
	opacity: 0.7;
}

.panels {
	position: absolute;
	left: 14px;
	top: 50px;
	bottom: 10px;
	width: 480px;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.static {
	position: absolute;
	left: 14px;
	top: 50px;
	bottom: 10px;
	right: 14px;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	line-height: 2;
}

.static ul {
	list-style: circle;
	margin-left: 14px;
	margin-top: 10px;
}

.panel {
	padding: 10px;
	display: none;
}

.buttons {
	margin-top: 10px;
}

.buttons button {
	margin: 0;
	border: 0;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	background: #444;
	padding: 0 12px;
}

.panel.active {
	display: block;
}

.games-stat {
	border: 1px solid #444;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #141619;
}

.games-list {
	height: 413px;
	overflow-y: scroll;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	border-top: 0;
}

.games-titles {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #141619;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	top: 1px;
}

.games-list .row {
	height: 30px;
	line-height: 30px;
	clear: both;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.games-list .row:nth-child(2n) {
	
}

.games-list .row div, .games-titles div {
	float: left;
}

.games-list .row .space, .games-titles .space {
	width: 10px;
}

.games-list .row .number, .games-titles .number {
	width: 30px;
}

.games-list .row .players, .games-titles .players {
	width: 60px;
}

.games-list .row .map, .games-titles .map {
	width: 100px;
}

.games-list .row .level, .games-titles .level {
	width: 80px;
}

.games-list .row .status, .games-titles .status {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
}
.games-empty {
	padding: 10px;
}

.panel.game.active {
	position: relative;
}

.game-timer {
	position: absolute;
	width: 352px;
	height: 192px;
	left: 10px;
	top: 10px;
	display: none;
}

.chat-tab {
	position: absolute;
	top: 50px;
	height: 20px;
	line-height: 21px;
	background: url('../img/tab.png');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	z-index: 1;
	cursor: pointer;
}

.chat-tab.active {
	z-index: 2;
	height: 21px;
}

.chat-tab-main {
	right: 214px;
	width: 80px;
}

.chat-tab-game {
	right: 140px;
	width: 80px;
}

.chat-window-opacity {
	position: absolute;
	right: 14px;
	top: 70px;
	height: 430px;
	width: 280px;
	opacity: 0.6;
	background: #000;
}

.chat-window {
	position: absolute;
	right: 14px;
	top: 70px;
	height: 430px;
	width: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 0;
	display: none;
}

.chat-window.active {
	display: block;
}

.chat-window .msg {
	padding: 4px 10px;
}

.chat-window .name {
	font-weight: bold;
}

.chat-window .level1 {
	color: green;
}

.chat-window .level2 {
	color: red;
}

.chat-window .level3 {
	color: #FF970F;
}

.chat-input-opacity {
	position: absolute;
	right: 14px;
	height: 46px;
	top: 510px;
	width: 280px;
	opacity: 0.6;
	background: #000;
}

.chat-input {
	position: absolute;
	right: 14px;
	height: 46px;
	top: 510px;
	width: 280px;
	height: 48px;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.chat-input textarea {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 2px;
	overflow: auto;
}

.chat-buttons {
	position: absolute;
	right: 14px;
	top: 566px;
	width: 280px;
	margin: 0;
}

.games-open {
	cursor: pointer;
}

.create-info {
	border: 1px solid #444;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #141619;
}

.create-users {
	margin: 10px 0;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-users .title {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #141619;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-users .user {
	clear: both;
	border-bottom: 1px solid #333;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-users .title div, .create-users .user div {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-users .title .login, .create-users .user .login {
	font-weight: bold;
	width: 200px;
}
.create-users .title .rating, .create-users .user .rating {
	width: 100px;
}
.create-users .title .color, .create-users .user .color {
	width: 50px;
}

.create-users .title .color, .create-users .user .actions {
	width: 40px;
}

.create-users .user .free {
	color: #494;
}

.create-users .user .locked {
	color: #944;
}

.create-users .user .actions {
	float: right;
	width: 70px;
}

.create-users .user .actions span {
	display: block;
	float: left;
	margin: 7px 10px 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.create-users .user .kick {
	background: url('../img/icon/delete.png');
}

.create-users .user .lock {
	background: url('../img/icon/cancel.png');
}

.create-users .user .add {
	background: url('../img/icon/add.png');
}

.maps-outer {
	float: left;
	height: 24px;
	border: 1px solid #444;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 10px;
}

#maps {
	vertical-align: top;
	border: 0;
	margin-top: 2px;
	cursor: pointer;
}

.user-info {
	position: absolute;
	right: 15px;
	top: 10px;
	text-align: right;
}
.user-info span {
	font-weight: bold;
	color: #aea;
}
.user-info a {
	color: #aaa;
}
.menu {
	position: absolute;
	width: 480px;
	left: 15px;
	top: 10px;
}
.menu a {
	color: #aaa;
}
.menu a.active {
	color: #aea;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.game-canvas {
	height: 484px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.game-mode {
	border: 1px solid #333;
	margin-top: 10px;
	padding: 10px;
}

i.ico {
	display: inline-block;
	vertical-align: middle;
	width: 16px; height: 16px;
	overflow: hidden;
	background-image: url('../img/icon/chat.png');
	position: relative;
	top: -2px;
}

i.ico.bomb {
	background-position: 0 0;
}

i.ico.acid {
	background-position: -16px 0;
}

i.ico.gas {
	background-position: -32px 0;
}

i.ico.nippers {
	background-position: -48px 0;
}

i.ico.umbrella {
	background-position: -64px 0;
}

i.ico.knife {
	background-position: -80px 0;
}

i.ico.health {
	background-position: -96px 0;
}

i.ico.mask {
	background-position: -112px 0;
}
















