/** from default **/
.dialog {
	display: block;
	position: absolute;
}

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

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

.dialog .title_window {
  -moz-user-select:none;
}                                                    

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/** our theme **/

.overlay_popup {
	background-color: red;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.popup_nw {
  background: transparent url(popup/left-top.png) no-repeat 0 0;			
  width:17px;
  height:30px;
}

.popup_n {
  background: transparent url(popup/top-middle.png) repeat-x 0 0;
  height:30px;
}

.popup_ne {
  background: transparent url(popup/right-top.png) no-repeat 0 0;			
  width:17px;	  
  height:30px;
}

.popup_w {
  background: transparent url(popup/frame-left.png) repeat-y top left;			
  width:17px;
}

.popup_e {
  background: transparent url(popup/frame-right.png) repeat-y top right;			
  width:17px;	  
}

.popup_sw {
  background: transparent url(popup/bottom-left.png) no-repeat 0 0;			
  width:17px;
  height:30px;
}

.popup_s {
  background: transparent url(popup/bottom-middle.png) repeat-x 0 0;
  height:30px;
}

.popup_se, .popup_sizer  {
  background: transparent url(popup/bottom-right.png) no-repeat 0 0;			
  width:17px;
  height:30px;
}

.popup_sizer {
	cursor:se-resize;	
}

.popup_close {
	width: 23px;
	height: 23px;
	background: transparent url(popup/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:7px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

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

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

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

td.popup_content {
	background: transparent url(popup/background.png) repeat 0 0;
}

.popup_content {
	overflow:auto;
	color: white;
	font: 12px "Lucida Grande", Arial, sans-serif;
}

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

.popup_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.popup_buttons {
	text-align:center;
	width:100%;
}

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

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

.popup_wired_frame {
	background: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


