/* ®TS3,6,¯ */
.my_frame {
	width:100%;
	height:180px;
	overflow-y:scroll;
	}

#top_chamber_table {
	width:730px;
	}

#s_cell {
	border:6px ridge #dddddd;
	width:360px;
	background:#ddffff;
	float:right;
	}
	
#h_cell {
	border:6px ridge #dddddd;
	width:360px;
	background:#ffdddd;
	float:left;
	}

.space_cell {
	width:30px;
	}

.s {
	background:#ddffff;
	}

.h_cell,
.nl_table {
	padding:0;
	margin:0;
	}

.tbar {
	font-size:x-large;
	padding-top:5px;
	margin:0;
	height:30px;
	}

.hr_bot {
	margin:0; 
	padding:0; 
	border-bottom:6px ridge #dddddd;
	}

.hr_top {
	margin:0; 
	margin-top:0;
	margin-bottom:5px;
	padding:0; 
	border-top:6px ridge #dddddd;
	}

.but_div {
	margin:8px;
	}

.but_box {
	margin-top:16px;
	border:3px solid #666666;
	}

.but_left {
	width:50px;
	}

.but_right {
	width:50px;
	color:InactiveCaption;
	xborder-color:InactiveBorder;
	}

.but_now {
	width:50px;
	border: 2px #d1d1d1 inset;
	}

#help_but {
	width:170px;
	padding-left:8px;
	background:#dd6666;
	border:2px outset #eeeeee;
	cursor:pointer;
	-moz-box-sizing:border-box;
	padding-bottom:3px;
	padding-bottom:expression('1px');
	}

.board_table {
	width:320px;
	}

#h_mobile_play, #s_mobile_play {
	display:none;
	}
#h_pc_play, #s_pc_play {
	display:block;
	}



#stop_div, #fail_div {
	display:none;
	}

#help_div {
	background:#f0f2e8;
	width:750px;
	height:200px;
	border:4px ridge blue;
	overflow:auto;
	margin-top:10px;
	display:none;
	}


.audlink {
	text-decoration:none;
	}

.audicon {
	border:3px ridge transparent;
	padding:3px;
	}

.audicon:hover {
	background:red;
	border:3px ridge blue;
	}

#chm_help_div,
#aud_help_div {
	display:none;
	}

/* ®MDBR¯   HELP SETTINGS   ®MDNM¯ */

#help_head {
	width:100%;
	position:fixed;
	top:0;

	width:100%;
	padding: 4px 10px 4px 10px;
	height:40px;
height:43px;
	font-weight: bold;
	font-size:18px;
	background-color:#008;
	color:yellow;
	border:5px ridge #aaf;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;

	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	-user-select:none
	}

.close_but {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

.play_but {
	font-weight:bold;
	vertical-align:middle; 
	height:28px;
	margin-top:4px;
	margin-bottom:4px;
	}

#main_win {
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	-user-select:none
	}

