
.overlay_red {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.green_nw {
	background: transparent url(green/left-top2.gif) no-repeat 0 0;			
  width:10px;
  height:18px;
}

.green_n {
  background: transparent url(green/top-middle2.gif) repeat-x 0 0;			
  height:18px;
}

.green_ne {
  background: transparent url(green/right-top2.gif) no-repeat 0 0;			
  width:10px;	  
  height:18px;
}

.green_w {
  background: #00A868;			
  width:1px;
}

.green_e {
  background: #00A868;			
  width:1px;	  
}

.green_sw {
  background: #00A868;			
  width:1px;
  height:1px;
}

.green_s {
  background: #00A868;			
  height:1px;
  line-height:1px;
}

.green_se, .green_sizer  {
  background: #00A868;			
  width:2px;
  height:1px;
  line-height:1px;
}

.green_sizer {
	cursor:se-resize;	
}

.green_close {
	width: 0px;
	height: 0px;
				
	position:absolute;
	top:1px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}

.green_minimize {
	width: 0px;
	height: 0px;
		
	position:absolute;
	top:1px;
	right:34px;
	cursor:pointer;
	z-index:1000;
}

.green_maximize {
	width: 0px;
	height: 0px;
		
	position:absolute;
	top:1px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.green_title {
	float:left;
	height:18px;
	font-size:12px;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:white;
	font-weight:bold;
	/*background-color:#2CAD0A*/
}

.green_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:white;
}

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

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

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

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

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

.green_wigreen_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


