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

.red_nw {
	background: transparent url(red/top-left.gif) no-repeat 0 0;			
  width:9px;
  height:13px;
}

.red_n {
  background: transparent url(red/top-middle.gif) repeat-x 0 0;			
  height:13px;
}

.red_ne {
  background: transparent url(red/top-right.gif) no-repeat 0 0;			
  width:9px;	  
  height:13px;
}

.red_w {
  background-color: #FFFFFF;
  background-image: url(red/frame-left.gif);
  background-repeat:repeat-x;
  width:6px;
}

.red_e {
  background-color: #FFFFFF;
  background-image: url(red/frame-right.gif);
  background-repeat:repeat-x;	
  width:6px;	  
}

.red_sw {
  background: transparent url(red/bottom-left.gif) no-repeat 0 0;			
  width:9px;
  height:9px;
}

.red_s {
  background: transparent url(red/bottom-middle.gif) repeat-x 0 0;			
  height:9px;
}

.red_se, .red_sizer  {
  background: transparent url(red/bottom-right.gif) no-repeat 0 0;			
  width:9px;
  height:9px;
}

.red_sizer {
	cursor:se-resize;	
}

.red_close {
	width: 15px;
	height: 12px;
	background: transparent url(red/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:2000;
}

.red_minimize {
	width: 15px;
	height: 12px;
	background: transparent url(red/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:2000;
}



.red_title {
	float:left;
	height:9px;
	font-size:11px;
	font-family: verdana;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#000000;
}

.red_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background: #FFFFFF url(red/frame_middle.gif) repeat-x 0 0;
}

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

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

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

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

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

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


