/* ®TS3,6,9,12¯ */
/*  ®MDBR¯   STUFF FOR ALL   ®MDNM¯ */

body {
   background:#eeeeff;
	overflow:auto;
	Xmargin:0;
	Xpadding:0;
	}

select.hide { 
	visibility: hidden; 
	}

input {
	cursor:text;
	}

.checkbox {
	width:1.2em;
	height:1.2em;
	cursor:default;
	}

button::-moz-focus-inner {
	border:0;
	}

.dlgx_div {
	position:fixed;
	top:0;
	border:5px ridge #aaf;
	width:100%;
	Xfont-weight: bold;
	Xfont-size:18px;
	color: #0000aa;
	background-color:#008;
	background:#008;
	padding: 5px 10px 3px 10px;
	height:43px;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	cursor:default;
	}

.dlgx_menu_span {
	float:left;
	margin-top:2px;
	margin-left:2px;
	}

#pc_dlgx_menu_span:hover div {
	display:block;
	}

.dlgx_menu_gif {
	float:left; 
	margin:0px; 
	margin-right:0px; 
	margin-top:-2px;
	padding:0px; 
	width:21px;
	}

.dlgx_menu {
	display:none;
	text-align:left;
	top:6px;
	left:7px;
	cursor:default;
	border:5px ridge #888;
	background:#e9e9e9;
	width:165px;
width:180px;
	z-index:1;
	position:absolute;
	z-index:1;
	}

.dlgx_menu_gif, .dlgx_red_but, .dlgx_ycol, .dlgx_bcol, .dlgx_flag_gif,
.dlgx_quit_gif, #pc_dlgx_label_span nobr,
#dlgx_help_head, #dlgx_help_span, #dlgx_help_close,
#pc_dlgx_menu, .dlgx_menu, .dlgx_mobile_menu_bar1 {
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	-user-select:none;
	}

.dlgx_mobile_menu_bar1 {
	background:yellow;
	border-bottom:2px solid black;
	} 

.dlgx_mobile_menu_bar2 {
	background:#fee;
	border-top:2px solid black;
	padding:6px;
	cursor:pointer;
	} 

#pc_help_div, #mobile_menu_ul {
	margin-top:10px;
	margin-bottom:15px;
	}

.dlgx_menu_click {
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:15px;
	}

.dlgx_menu_click:hover {
	cursor:pointer;
	background:#00f;
	color:#fff;
	font-weight:bold;
	}

.dlgx_red_but {
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px ridge #900;
	background-color:#f99;
	}

#pc_dlgx_label_span {
	font-weight: bold;	
	font-size:18px;
	}

.dlgx_label_span {
	font-weight: bold;	
	font-size:18px;
	display:none;
	}

.dlgx_flag_gif {
	width:18px;
	margin:0;
	margin-bottom:-4px;
	}

.dlgx_ycol {
	color:#ff0;
	}

.dlgx_bcol {
	color:#0ff;
	}

.dlgx_quit_gif {
	float:right; 
	margin:0px; 
	margin-right:0px; 
	margin-top:1px;
	padding:0px; 
	width:21px;
	}

#mobile_body_div {
	margin-bottom:40px;
	}

@media screen and (min-device-width: 741px) {
	#pc_dlgx_div {
		display:block;
		}
	#mb_dlgx_div {
		display:none;
		}
	}

@media only screen and (max-device-width: 740px) {
	#mb_dlgx_div {
		display:block;
		}
	#pc_dlgx_div {
		display:none;
		}	
	}

/* ®MDBR¯    HELP STUFF    ®MDNM¯ */

#dlgx_help {
	display:none;
	}

#dlgx_help_head {
	color:yellow;
	font-weight: bold;	
	font-size:18px;
	}

.dlgx_close_but {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

