.overlay_gedca {
	background-color: #85BBEF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.gedca_nw {
  /*background: transparent url(gedca/left-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;*/
}

.gedca_n {
  /*background: transparent url(gedca/top-middle.gif) repeat-x 0 0;
  height:25px;*/
}

.gedca_ne {
  /*background: transparent url(gedca/right-top.gif) no-repeat 0 0;
  width:10px;	  
  height:25px;*/
}

.gedca_w {
  /*background: transparent url(gedca/frame-left.gif) repeat-y top left;
  width:7px;*/
}

.gedca_e {
 /*background: transparent url(gedca/frame-right.gif) repeat-y top right;
  width:7px;	  */
}

.gedca_sw {
  /*background: transparent url(gedca/bottom-left-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;*/
}

.gedca_s {
  /*background: transparent url(gedca/bottom-middle.gif) repeat-x 0 0;
  height:7px;*/
}

.gedca_se, .gedca_sizer  {
  /*background: transparent url(gedca/bottom-right-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;*/
}

.gedca_sizer {
	cursor:se-resize;	
}

.gedca_close {
	width: 23px;
	height: 23px;
	/*background: transparent url(gedca/button-close-focus.gif) no-repeat 0 0;*/			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.gedca_minimize {
	width: 23px;
	height: 23px;
	/*background: transparent url(gedca/button-min-focus.gif) no-repeat 0 0;*/
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.gedca_maximize {
	width: 23px;
	height: 23px;
	/*background: transparent url(gedca/button-max-focus.gif) no-repeat 0 0;*/
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.gedca_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.gedca_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.gedca_window {
	border:1px solid #F00;	
	background: #F3F9FF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.gedca_message {
	background-color:#F3F9FF;
 	font: 12px arial;
	text-align:center;
	padding:20px 10px 20px 20px;
	height:84px;
	border:1px dashed #B3C4D4;
}

.gedca_buttons {
	text-align:center;
	width:100%;
}

.gedca_buttons input {
	width:20%;
	margin:10px;
}

.gedca_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center;
}

.gedca_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


