@charset "utf-8";
/*
fileinfo: dir=web/js
*/

/* ポップアップ外観 */
.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;
}

.dialog_nw {
	width: 10px;
	height: 63px;
	background: transparent url(themes/wlp/left-top.gif) no-repeat 0 0;
}

.dialog_n {
	background: transparent url(themes/wlp/top-middle.gif) repeat-x 0 0;
	height: 63px;
}

.dialog_ne {
	width: 10px;
	height: 63px;
	background: transparent url(themes/wlp/right-top.gif) no-repeat 0 0;
}

.dialog_e {
	background: transparent url(themes/wlp/frame-right.gif) repeat-y top right;
	width:10px;
}

.dialog_w {
	background: transparent url(themes/wlp/frame-left.gif) repeat-y top left;
	width: 10px;
}

.dialog_sw {
	background: transparent url(themes/wlp/bottom-left-c.gif) no-repeat 0 0;
	width: 10px;
	height: 10px;
}

.dialog_s {
	background: transparent url(themes/wlp/bottom-middle.gif) repeat-x 0 0;
	height: 10px;
}

.dialog_se {
	background: transparent url(themes/wlp/bottom-right-c.gif) no-repeat 0 0;
	width: 10px;
	height: 10px;
}

.dialog_sizer {
	background: transparent url(themes/wlp/bottom-right-c.gif) no-repeat 0 0;
	width: 10px;
	height: 10px;
	cursor: se-resize;
}

.dialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(themes/wlp/button-close-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 2px;
	right: 11px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(themes/wlp/button-min-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 55px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(themes/wlp/button-max-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 33px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_title {
	float: left;
	line-height: 60px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	color: white;
}

.dialog_content {
	overflow: auto;
	background: #fff;
	color: black;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}

.status_bar input {
	font-size:12px;
}

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

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

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

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

.dialog .title_window {
	-moz-user-select: none;
}
/* end of file */
