@import '/cms/scripts/windows/themes/default.css';

.overlay_window {
	background-color: #000000;
	-moz-opacity: 0.6;
	opacity: 0.6;
filter:alpha(opacity=60);
 }

.window_nw {
	background: transparent url(/cms/images/window/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.window_n {
  background: transparent url(/cms/images/window/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.window_ne {
  background: transparent url(/cms/images/window/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.window_w {
  background: transparent url(/cms/images/window/frame-left.gif) repeat-y top left;			
  width:7px;
}

.window_e {
  background: transparent url(/cms/images/window/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.window_sw {
  background: transparent url(/cms/images/window/bottom-left-c.gif) bottom left no-repeat;			
  width:7px;
  height:7px;
}

.window_s {
  background: transparent url(/cms/images/window/bottom-middle.gif) bottom left repeat-x;			
  height:7px;
}

.window_se, .window_sizer  {
  background: transparent url(/cms/images/window/bottom-right-c.gif) bottom right no-repeat;			
  width:7px;
  height:7px;
}

.window_sizer {
	cursor:se-resize;	
}

.window_close {
	width: 23px;
	height: 23px;
	background: transparent url(/cms/images/window/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.window_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/cms/images/window/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.window_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/cms/images/window/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.window_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:left;
	margin-top:0px;
	width:100%;
	/*color:#123456;*/
	color:#8BAE7A;
	text-transform: capitalize;
	font-weight: bold;
}

.window_content {
	/*overflow:auto;*/
	overflow: hidden;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}


/* For alert/confirm dialog */
.window_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.window_message {
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.window_buttons {
	text-align:center;
	width:100%;
}

.window_buttons input {
	/*width:20%;*/
	margin:10px;
}

.window_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF;
}