<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay_alert * { 	border: 0;}
.alert { position:absolute; z-index:99; }
.overlay_alert {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:1;
}

.dialog {
	border-radius: 6px;
}

.alert_nw,
.alert_ne,
.alert_sw,
.alert_se {
	width: 10px;
	height: 25px;
	background: #fff none;
}

.alert_n,
.alert_s {
	height: 25px;
	background: #fff none;
}

.alert_w,
.alert_e {
	width: 10px;
	background: #fff none;
}

.alert_sizer {
	cursor:se-resize;
}

.alert_close {
	width: 23px;
	height: 23px;
	background: transparent url(default/images/alert/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:100000009;
}

.alert_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(default/images/alert/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:100000009;
}

.alert_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(default/images/alert/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:100000009;
}

.alert_title {
	float:left;
/*	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;*/
}

.alert_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FDFDFD;
	position: relative;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}


/* --------------------------------------------------------------------
	alert
-------------------------------------------------------------------- */
.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(default/images/alert/progress.gif) no-repeat center center
}

.alert_wired_frame {
	background: #F00;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*
 * 繝繧､繧｢繝ｭ繧ｰ繝輔Ξ繝ｼ繝�
 *--------------------------------------------------------------------*/
#admin_dialog * {
	margin:0;
	padding:0;
	border: 0;
}
.overlay_dialog * { border: 0; }

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*
.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
*/
.top_draggable, .bottom_draggable {
  /*cursor:move;*/
  /*width:98%;*/
}

.dialog_nw {
	background: transparent url(default/images/dialog/top_left.gif) no-repeat 0 0;
  width:6px;
  height:20px;
}
.dialog_n {
  background: transparent url(default/images/dialog/top_mid.gif) repeat-x 0 0;
  height:20px;
  vertical-align: top;
  padding: 2px 0 0 3px;
}
.dialog_ne {
  background: transparent url(default/images/dialog/top_right.gif) repeat top right;
  width:6px;
  height:20px;
}
.dialog_w {
  background: transparent url(default/images/dialog/frame_left.gif) repeat-y top left;
  width:3px;
}

.dialog_e {
  background: transparent url(default/images/dialog/frame_right.gif) repeat-y top right;
  width:3px;
}

.dialog_sw {
  background: transparent url(default/images/dialog/bottom_left.gif) no-repeat 0 0;
  width:7px;
  height: 15px;
}
.dialog_s {
  background: transparent url(default/images/dialog/bottom_mid.gif) repeat-x 0 0;
  height: 15px;
}
.dialog_se, .dialog_sizer {
  background: transparent url(default/images/dialog/bottom_right.gif) no-repeat 0 0;
  width:7px;
  height: 15px;
}

.dialog_sizer {
	cursor:se-resize;
}

.status_bar {
  font-family: "MS UI Gothic", Tahoma, Arial, sans-serif;
  padding: 3px 0 0 3px;
  font-size:11px;
  color:#FFF;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

.dialog_title {
	font-family: "MS UI Gothic", Tahoma, Arial, sans-serif;
	height: 18px;
	font-size:12px;
	font-weight: 800;
	text-align:left;
	color:#666;
}

.dialog_content {
	overflow:auto;
	color: #E6DF2A;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background:#FFFFFF;
}

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window {
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0px;
	padding:0px;
	border: 0;
}

.dialog table.table_window th,
.dialog table.table_window td {
	padding: 0;
	border: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}
.DialogBgcolor{
    background-color:#c0c0c0;
}
.DialogInTable{
    border-collapse:collapse;
    border : dotted 0px #aeaeae;
    width : 100%;
}
table.DialogInTable th{
    padding:3px;
    background-color:#fff;
    border-bottom: 1px dotted #ddd;
}
table.DialogInTable td{
    padding:3px;
    background-color:#ffffff;
    border-bottom: 1px dotted #ddd;
}
table.DialogInTable.DialogText{
    color : #ffffff;
}
a.dialoglink{
    color : #0000ff;
    text-decoration:none;
}
a.dialoglink:hover {
    color : #ff0000;
    text-decoration:underline;
}
.dialog table.table_window tr {
margin:0;
padding:0;
border: 0;
background-color:transparent;
}</pre></body></html>