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

.actu_nw {
	background: transparent url(actu/TL_Main.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.actu_n {
  background: transparent url(actu/T_Main.png) repeat-x 0 0;			
  height:30px;
}

.actu_ne {
  background: transparent url(actu/TR_Main.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.actu_w {
  background: transparent url(actu/L_Main.png) repeat-y top left;			
  width:16px;
}

.actu_e {
  background: transparent url(actu/R_Main.png) repeat-y top right;			
  width:16px;	  
}

.actu_sw {
  background: transparent url(actu/BL_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.actu_s {
  background: transparent url(actu/B_Main.png) repeat-x 0 0;			
  height:40px;
}

.actu_se, .actu_sizer {
  background: transparent url(actu/BR_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.actu_sizer {
	cursor:se-resize;	
}

.actu_close {
	width: 19px;
	height: 19px;
	background: transparent url(actu/close.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.actu_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(actu/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:35px;
	cursor:pointer;
	z-index:1000;
}

.actu_maximize {
	display:none;
	width: 19px;
	height: 19px;
	background: transparent url(actu/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:35px;
	cursor:pointer;
	z-index:1000;
}

.actu_title {
	float:left;
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-top:8px;
	width:100%;
	color:#FFF;
	text-transform:uppercase;
}

.actu_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFF;
}
.actu_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .actu_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/TL_Main.png", sizingMethod="crop");
}

* html .actu_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/T_Main.png", sizingMethod="scale");
}

* html .actu_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/TR_Main.png", sizingMethod="crop");
}

* html .actu_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/L_Main.png", sizingMethod="scale");
}

* html .actu_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/R_Main.png", sizingMethod="scale");
}

* html .actu_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BL_Main.png", sizingMethod="crop");
}

* html .actu_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/B_Main.png", sizingMethod="scale");
}

* html .actu_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BR_Main.png", sizingMethod="crop");
}

* html .actu_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BR_Main.png", sizingMethod="crop");
}


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

.blur_os_x_nw {
	background: transparent url(actu/TL.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.blur_os_x_n {
  background: transparent url(actu/T.png) repeat-x 0 0;			
  height:30px;
}

.blur_os_x_ne {
  background: transparent url(actu/TR.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.blur_os_x_w {
  background: transparent url(actu/L.png) repeat-y top left;			
  width:16px;
}

.blur_os_x_e {
  background: transparent url(actu/R.png) repeat-y top right;			
  width:16px;	  
}

.blur_os_x_sw {
  background: transparent url(actu/BL.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_os_x_s {
  background: transparent url(actu/B.png) repeat-x 0 0;			
  height:40px;
}

.blur_os_x_se, .blur_os_x_sizer {
  background: transparent url(actu/BR.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_os_x_sizer {
	cursor:se-resize;	
}

.blur_os_x_close {
	width: 19px;
	height: 19px;
	background: transparent url(actu/close.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:25px;
	cursor:pointer;
	z-index:1000;
}

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

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

.blur_os_x_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.blur_os_x_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFF;
}
.blur_os_x_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .blur_os_x_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/TL.png", sizingMethod="crop");
}

* html .blur_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/T.png", sizingMethod="scale");
}

* html .blur_os_x_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/TR.png", sizingMethod="crop");
}

* html .blur_os_x_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/L.png", sizingMethod="scale");
}

* html .blur_os_x_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/R.png", sizingMethod="scale");
}

* html .blur_os_x_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BL.png", sizingMethod="crop");
}

* html .blur_os_x_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/B.png", sizingMethod="scale");
}

* html .blur_os_x_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BR.png", sizingMethod="crop");
}

* html .blur_os_x_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/actu/BR.png", sizingMethod="crop");
}


