/* Focused windows */
.overlay_butterfly {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.butterfly_nw {
  background: transparent url(butterfly/inset_l.png) no-repeat 0 0;
  width:10px;
  height:21px;
}

.butterfly_n {
  background: transparent url(butterfly/inset_c.png) repeat-x 0 0;
}

.butterfly_ne {
  background: transparent url(butterfly/inset_r.png) no-repeat 0 0;
  width:10px;
}

.butterfly_w {
  background: #FFFFFF url(butterfly/b.png) repeat-y top left;
  width:10px;
}

.butterfly_e {
  background: #FFFFFF url(butterfly/b.png) repeat-y top right;
  width:10px;
}


.butterfly_sizer {
	cursor:se-resize;	
}

.butterfly_close {
	width: 19px;
	height: 19px;
	background: transparent url(butterfly/close.gif) no-repeat 0 0;			
	position:absolute;
	top: 5px;
	left: 7px;
	cursor:pointer;
	z-index:1000;
}

.butterfly_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(butterfly/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:45px;
	cursor:pointer;
	z-index:1000;
}

.butterfly_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(butterfly/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:65px;
	cursor:pointer;
	z-index:1000;
}

.butterfly_title {
	float:left;
	height:14px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align:center;
	margin-top:3px;
	width:100%;
	color:#000;
}

.butterfly_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background:#FFFFFF;
}

.butterfly_s .status_bar {
	height: 1px;
	border-top: 1px solid #b5c3c9;

}

.ok_button, .cancel_button {
     display: block;
     float: left;
     margin: 10px 5px 0 0;
     width: 90px;
     height: 17px;
     border: 0;
     background-image: url('/tinymce/jscripts/tiny_mce/themes/umi/images/bbutton.png');
     color: #fff;
     cursor: pointer;
}
#umi-dialog {
     margin-top: 10px
}


#dlg-progress {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	width: 395px;
	height: 20px;
}

#dlg-progress-bar {
	width: 0;
	text-align: center;
	background-color: #0088E8;
	height: 20px;
}

#dlg-progress-lbl {
	position: absolute;
	font: Verdana black 14px;
	font-weight: bold;
	margin-left: 199px;
	margin-top: 3px;
}
