/*
 * game containers
 */


#game {
	height: 817px;
	width: 1205px;
	position:relative;
	margin:0px auto 0px;
	top: 50px;
}

#save_note {
	width: 95%;
	height: 200px;
	resize: none;
	font-family: 'Slackey', cursive;
	font-size:14px;
	border: 1px dashed #000000;
	padding: 5px;
}

.save_note_table {
	width: 100%;
	height: 100%;
}

.send_user_game_table {
	width: 100%;
	height: 100%;
}

.send_user_game_table td {
	vertical-align: middle;
	text-align: center;
}

#playgrounds {
	width: 805px;
	height: 805px;
	position: absolute;
	top: 5px;
	left: 85px;
	z-index:1;
}

#number_counter {
	width: 70px;
	height: 805px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url(../pics/body_bg.png);
	border:1px solid #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#playground_0 {
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	background-image: url(../pics/body_bg.png);
	border:1px solid #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:1.0;
	filter:Alpha(opacity=100);
}

#playground_1 {
	width:100%;
	height:100%;
	position:absolute;
	z-index:50;
	background-image: url(../pics/body_bg.png);
	border:1px solid #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:1.0;
	filter:Alpha(opacity=100);
}

#win_msg_container {
	width: 805px;
	height: 805px;
	position: absolute;
	top: 5px;
	left: 85px;
	vertical-align: middle;
	text-align:center;
	z-index: 10;
	visibility: hidden;
}

.error_msg {
	font-family: 'Slackey', cursive;
	font-size: 32px;
	line-height: 32px;
	color: #efefef;
}

.win_msg {
	font-family: 'Slackey', cursive;
	font-size: 128px;
	color: #2020ff;
}

/*
 * playground cells
 */

.cell {
	background-color:#ffffff;
	position:absolute;
	border:1px solid black;
	overflow:hidden;
	cursor: pointer;
}

/*
.cell:hover {
	background-color: #fff99f;
}
*/

.numbertext {
	font-family: 'Swanky and Moo Moo';
	font-weight: bold;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.numberbarCell {
	position:absolute;
	border:1px solid black;
	overflow:hidden;
	z-index: 100;
	cursor: pointer;
}

.numberbarBgCell {
	background-color:#ffffff;
	position:absolute;
	border:1px solid black;
	overflow:hidden;
	z-index: 50;
}

.numberbar_bg_img {
}

.numberTableFullFixed {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	color: #000000;
	line-height:24px;
	font-size: 24px;
}

.numberTableFixedClosed {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	line-height:24px;
	font-size: 24px;
	color: #6f6f6f;
}

.numberTableFixedOpened {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	font-size: 48px;
	color: #6f6f6f;
}

.numberTableClosed {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	font-size: 10px;
	line-height: 10px;
	font-family: 'Swanky and Moo Moo';
}

.numberTableOpened {
	width:100%;
	height:100%;
	overflow: hidden;
	vertical-align:middle;
	text-align:center;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Swanky and Moo Moo';
	font-weight: bold;
}

.subCellUnchecked {
	color:#dfdfdf;
}

.subCellUnchecked:hover {
	color: red;
}

.subCellChecked {
	color:#1f1f1f;
}

/*
 * right game menu
 */

#controls {
	line-height: 1;
	width: 300px;
	height: 805px;
	position: absolute;
	top: 5px;
	left: 900px;
	background-color: #9F9F9F;
	font-family: 'Slackey', cursive;
	font-size:16px;
}

.control_option {
	color: #000000;
	cursor: pointer;
	font-family: 'Slackey', cursive;
	font-size:16px;
}

#controls_game {
	width:100%;
	height:80px;
	top:0px;
	position:absolute;
	text-align:left;
	color:#000000;
}

.controls_game_table {
	width:100%;
	height:24px;
	margin-top:8px;
}

#controls_nums {
	width:100%;
	height:80px;
	top:80px;
	position:absolute;
	text-align:left;
}

.controls_nums_table {
	width:100%;
	height:24px;
	margin-top:8px;
}

#controls_type {
	width:100%;
	height:104px;
	top:160px;
	position:absolute;
	text-align:left;
}

.controls_type_table {
	width:100%;
	height:48px;
	margin-top:8px;
}

#controls_prop {
	width:100%;
	height:80px;
	top:264px;
	position:absolute;
	text-align:left;
}

.controls_prop_table {
	width:100%;
	height:24px;
	margin-top:8px;
}

#controls_difficulty {
	width:100%;
	height:120px;
	top:344px;
	position:absolute;
	text-align:left;
}

.diffstar {
	cursor: pointer;
}

#controls_help {
	width:100%;
	height:80px;
	top:460px;
	position:absolute;
	text-align:left;
}

.controls_help_table {
	width:100%;
	height:48px;
}

#help_hint {
	visibility : hidden;
}

#help_keys_table {
	width:95%;
}

#help_keys_table td {
	text-align:left;
	vertical-align:top;
	padding:3px;
}

#howto_table {
	width: 775px;
}

#howto_table td {
	text-align:justify;
}

#controls_history {
	width:100%;
	height:70px;
	top:600px;
	position:absolute;
}

#controls_history table {
	width: 100%;
	height: 70px;
}

#controls_history img {
	cursor: pointer;
}

#controls_time {
	width:100%;
	height:64px;
	top:680px;
	position:absolute;
	text-align:left;
}

#time {
	font-family: 'Slackey', cursive;
	font-size: 64px;
}

#controls_links {
	width:100%;
	height:50px;
	top:755px;
	position:absolute;
	text-align:left;
}

#controls_links img {
	cursor: pointer;
}

.controlMenuHeader {
	width:100%;
	height:40px;
}

.controlMenuHeader td {
	font-family: 'Slackey', cursive;
	font-size: 24px;
	text-align:left;
	width:100%;
	height:100%px;
	background-color:#1F1F1F;
	color:#FFFFFF;
	padding-left:10px;
}

.howto {
	font-family: 'Slackey', cursive;
	font-size: 16px;
	line-height: 16px;
	text-align:left;
	vertical-align:top;
	padding: 5px;
}

.show_info_table textarea {
	width: 95%;
	height: 20px;
	resize: none;
	font-family: 'Slackey', cursive;
	font-size:14px;
	border: 1px dashed #000000;
	padding: 5px;
}

.show_info_table {
	width:100%;
	height:100%;
}
