.overlay_midoco {
	background-color: #ffcc00;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.midoco_nw {
  background-color: #fff;			
  width:3px;
  height:3px;
}

.midoco_n {
  background-color: #fff;
  height:3px;
}

.midoco_ne {
  background-color: #fff;
  width:3px;	  
  height:3px;
}

.midoco_w {
  background-color: #fff;
  width:3px;
}

.midoco_e {
  background-color: #fff;		
  width:3px;	  
}

.midoco_sw {
  background-color: #fff;
  width:3px;
  height:3px;
}

.midoco_s {
  background-color: #fff;	
  height:3px;
}

.midoco_se, .midoco_sizer {
  background-color: #fff;	
  width:3px;
  height:3px;
}

.midoco_sizer {
	cursor:se-resize;	
}

.midoco_close {
	width: 22px;
	height: 22px;
	background: transparent url(midoco/close.gif) no-repeat 0 0;			
	float: right;
    position:absolute;
	top:5px;
	left:5px;  
	cursor:pointer;
	z-index:1000;
}

.midoco_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(midoco/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:3px;
	left:30px;
	cursor:pointer;
	z-index:1000;
}

.midoco_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(midoco/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:3px;
	left:50px;
	cursor:pointer;
	z-index:1000;
}

.midoco_title {
	float:left;
	height:20px;
	font-size:12px;
    padding-left: 25px;
	text-align:left;
	margin-top:3px;
	width:70%;
	color:#000;
	background: #fff;
	font-weight: bold;
}

.midoco_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
}

.status_bar {
  height: 1px;
}