#TV_overlay
{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

.text_error {
	color: #FF4040;
}

.wnd_error {
	z-index: 10000;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #c0c0c0;
	background: #431010;
	text-align: center;
	padding: 15px;
}

.wnd_dlg_back {
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(64, 65, 69, 0.5);
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wnd_dlg_back.login_wnd {
	position: relative;
	width: 345px;
	margin: 0 auto;
	background: rgba(64, 65, 69, 0.2);
}

div.login {
	width: 300px;
	padding: 20px;
	color: #c39000;
	background: #fafdd1;
	border: 2px solid #d5d8b2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
div.login p {
	margin: 0 0 10px 0;
}
div.login p a {
	color: #777;
}
.login_input {
	font-size: 16px;
	width: 100%;
	background: #041B40;
	color: #fff;
}
.login_button {
	color: #f8b700;
	margin-top: 10px;
	background: #041B40;
	font-size: 16px;
	padding: 5px;
}

.load_data {
	z-index: 9999;
	width: 400px;
	text-align: left;
	font-size: 26px;
	font-weight: normal;
	color: #fffbd2;
}
.load_data.profile {
	color: #444;
}

.progress {
	width: 300px;
	height: 20px;
	margin: 5px 0 5px 0;
	background: #202020;
}
.progress .value {
	width: 0px;
	height: 100%;
	background: #7474FF;
}

div.game_box {
	width: 300px;
	padding: 20px;
	color: #f8b700;
	background: #221310;
	border: 2px solid #623500;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
div.game_box.white {
	border: none;
	background: #eee;
	color: #444;
}
div.game_box.new-level {
	border: 2px solid #d5d8b2;
	background: #fafdd1;
	color: #c39000;
	width: 500px;
}
div.game_box p {
	margin: 0 0 10px 0;
}
div.game_box p a {
	color: #ccc;
}
.game_box_button {
	color: #f8b700;
	margin-top: 10px;
	background: #041B40;
	font-size: 16px;
	padding: 5px;
}
.game_box_button.trade {
	background: #221310;
	min-width: 100px;
}
.game_box_button.white {
	background: #aaa;
	color: #444;
}
.game_box_button.new-level {
	background: #108c01;
	color: #eee;
	min-width: 150px;
}

#game_result {
	font-size: 32px;
	color: #CE6B00;
}
#game_scores {
	font-size: 64px;
	color: #00CC00;
}
#game_diamond {
	font-size: 64px;
	color: #6565cf;
}

#trade_cells_0, #trade_cells_1, #trade_cells_2 {
	margin: 0;
	padding: 0;
}
#trade_cells_0 td, #trade_cells_1 td, #trade_cells_2 td {
	text-align: center;
	vertical-align: center;
	background: url('../g-images/cell.png') no-repeat;
	width: 63px;
	height: 63px;
	padding: 0;
}
#trade_cells_0 td.selected, #trade_cells_1 td.selected, #trade_cells_2 td.selected {
	background: url('../g-images/cell.png') no-repeat 0 -62px;
}
#trade_cells_0 td a, #trade_cells_1 td a, #trade_cells_2 td a {
	text-decoration: none;
}

td.trade_info {
	padding-left: 20px;
	vertical-align: top;
}
.trade_info_ball {
	color: #fffbd2;
}

.trade_info_ball li a {
	color: #fffbd2;
}
.trade_info_ball li a:hover {
	color: #fffbd2;
	text-decoration: underline;
}

.trade_room_ctrl {
	border-top: 1px solid #5F352D;
}

#trade_result, #recycled_result {
	color: #FF793E;
	margin: 0;
	padding: 10px 0 0 0;
}
#trade_result.trade_result_success {color: #00CC00;}

.fullscreen-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	overflow: hidden;
}
.fullscreen-bg .poster {
	min-height: 700px;
	min-width: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}