.overlay_dialog {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.overlay___invisible__ {
	background-color:#666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw { width:9px; height:23px; }
.dialog_n { height:23px; }
.dialog_ne { width:9px; height:23px; }
.dialog_e { width:2px; }
.dialog_w { width:2px; }
.dialog_sw { width:9px; height:19px; }
.dialog_s { height:19px; }
.dialog_se { width:9px; height:19px; }

.dialog_sizer { width:9px; height:19px; cursor:se-resize; }

.dialog_close {
	width:14px;
	height:14px;
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width:14px;
	height:15px;
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width:14px;
	height:15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color:#DDD;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
}
.status_bar input {
}

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

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display:block;
	position:absolute;
	z-index:2000;
	overflow: hidden;
	border: 1px solid black;
	background-color: white;
}

.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;
}





.overlay_mustang {
	background-color:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.overlay_mustang_clean {
	background-color:transparent;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.mustang_clean_close,
.mustang_close {
	width:26px;
	height:25px;
	background: transparent url("/images/layout/buttons/closebtn.png") no-repeat 0 0;
	position:absolute;
	right:12px;
	top: 10px;
	cursor:pointer;
}

.mustang_clean_minimize,
.mustang_minimize {
	width: 23px;
	height: 23px;
	background: transparent;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
}

.mustang_clean_maximize,
.mustang_maximize {
	width:23px;
	height:23px;
	background: transparent;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
}

.mustang_clean_title,
.mustang_title {
	/* background:#333333; */
	height:32px;
	font-size:11px;
	line-height:24px;
	padding:0 2px;
	color:white;
	margin: 3px;
}

.mustang_clean_title span,
.mustang_title span {
	margin-left:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 13px;
	top: 4px;
	position: relative;
}

.win_container {
	color:black;
	padding:10px 35px;
}
.win_container h1 {
	padding:0;
	font-weight:normal;
	margin:5px 0;
	font-size:14px;
}
.label h2 {
	padding:0;
	margin:0;
	font-size:100%;
}

.mustang_clean_content,
.mustang_content {
	overflow:auto;
	background:#fff;
	margin:0;
	width:98%;
	padding:0;
	border:0;
}
.mustang_clean_content #main,
.mustang_content #main {
	width:99%;
}

/* For alert/confirm dialog */
.mustang_window {
	border:1px solid #E0E0DE;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.mustang_message {
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.mustang_buttons {
	text-align:center;
	width:98%;
}

.mustang_buttons input {
	width:20%;
	margin:10px;
}

.mustang_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: transparent url("../../../../images/layout/icons/zoom_loading.gif") no-repeat center center;
}

.mustang_wired_frame {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
