.overlay_dialog {
	background-color: aliceblue;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.dialog_nw {
	background: transparent url(../images/dialog/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.dialog_n {
  background: transparent url(../images/dialog/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.dialog_ne {
  background: transparent url(../images/dialog/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.dialog_w {
  background: transparent url(../images/dialog/frame-left.gif) repeat-y top left;			
  width:7px;
}

.dialog_e {
  background: transparent url(../images/dialog/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.dialog_sw {
  background: transparent url(../images/dialog/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.dialog_s {
  background: transparent url(../images/dialog/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.dialog_se, .dialog_sizer  {
  background: transparent url(../images/dialog/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.dialog_sizer {
	cursor:se-resize;	
}

.dialog_close {
	width: 15px;
	height: 15px;
	background: transparent url(../images/dialog/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.dialog_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(../images/dialog/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.dialog_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(../images/dialog/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:45px;
	cursor:pointer;
	z-index:1000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;	
	margin-top:2px;
	width:100%;
	color:#000000;
}

.dialog_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

.top_draggable{
  cursor:move;
}


/* For alert/confirm dialog */
.dialog_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.dialog_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.dialog_buttons {
	text-align:center;
	width:100%;
}

.dialog_buttons input {
	width:20%;
	margin:10px;
}

.dialog_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.dialog_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}



/* 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;
}

