.overlay_artica {
	background-color: #FFFFFF;
	
}

#windows{
	padding:10px;
	
}

.artica_nw {
	background: transparent url(artica/titlebar-left-focused.png) no-repeat 0 0;			
  width:6px;
  height:21px;
}
.artica_n {
  background: transparent url(artica/titlebar-mid-focused.png) repeat-x 0 0;			
  height:21px;
}
.artica_ne {
  background: transparent url(artica/titlebar-right-focused.png) no-repeat 0 0;			
  width:6px;	  
  height:21px;
}
.artica_w {
  background: transparent url(artica/frame-left-focused.png) repeat-y top left;			
  width:3px;
}

.artica_e {
  background: transparent url(artica/frame-right-focused.png) repeat-y top right;			
  width:3px;	  
}

.artica_sw {
  background: #005447 url(artica/frame-bottom-left-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}
.artica_s {
  background: #005447 url(artica/frame-bottom-mid-focused.png) repeat-x 0 0;			
  height:3px;
}
.artica_se, .artica_sizer {
  background: #005447 url(artica/frame-bottom-right-focused.png) no-repeat 0 0;			
  width:5px;
  height:3px;
}

.artica_sizer {
	cursor:se-resize;	
}

.artica_close {
	width: 21px;
	height: 21px;
	background: transparent url(artica/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.artica_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(artica/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
}

.artica_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(artica/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:47px;
	cursor:pointer;
	z-index:1000;
}


.artica_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFF;
}

.artica_content {
	overflow:auto;
	background:#FFFFFF;

}