/* Focused windows */ 
.overlay_accor {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.accor_nw {
	background: transparent url(accor/TL_Main.png) no-repeat 0 0;			
  width:14px;
  height:14px;
}

.accor_n {
  background: white url(accor/T_Main.png) repeat-x 0 0;			
  height:14px;
}

.accor_ne {
  background: transparent url(accor/TR_Main.png) no-repeat 0 0;			
  width:14px;	  
  height:14px;
}

.accor_w {
  background: white url(accor/L_Main.png) repeat-y top left;	
  width:14px;
}

.accor_e {
  background: white url(accor/R_Main.png) repeat-y top right;			
  width:14px;	  
}

.accor_sw {
  background: transparent url(accor/BL_Main.png) no-repeat 0 0;			
  width:14px;
  height:14px;
}

.accor_s {
  background: transparent url(accor/B_Main.png) repeat-x 0 0;			
  height:14px;
}

.accor_se, .accor_sizer {
  background: transparent url(accor/BR_Main.png) no-repeat 0 0;			
  width:14px;
  height:14px;
}

.accor_sizer {
	cursor:se-resize;	
}

.dialog
{
  padding-bottom: 20px;
}
table.mid.table_window td
  {
    padding-bottom: 20px;
  }
.accor_close {
	
	width: 19px;
	height: 19px;
	background: transparent url(accor/close.gif) no-repeat 0 0;			
	position:absolute;
	bottom: 7px;
	bottom: -15px!important!;
	_bottom:25px;
	right:40px;
	cursor:pointer;
	z-index:1000;
	white-space: nowrap;
	padding-left: 14px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	width:40px;
}

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

.accor_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
	/*overflow: visible;*/
}
.accor_content img{
  display: none;
}
.accor_s .status_bar {
	padding-bottom:14px;
	_line-height:0;
}


/* FOR IE */
* html .accor_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/TL_Main.png", sizingMethod="crop");
}

* html .accor_n {
	background-color: white;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/T_Main.png", sizingMethod="scale");
}

* html .accor_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/TR_Main.png", sizingMethod="crop");
}

* html .accor_w {
	background-color: white;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/L_Main.png", sizingMethod="scale");
}

* html .accor_e {
	background-color: white;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/R_Main.png", sizingMethod="scale");
}

* html .accor_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/BL_Main.png", sizingMethod="crop");
}

* html .accor_s {
	background-color: white;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/B_Main.png", sizingMethod="scale");
}

* html .accor_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/BR_Main.png", sizingMethod="crop");
}

* html .accor_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css-v66/window/accor/BR_Main.png", sizingMethod="crop");
}


td.accor_content {

/*	padding-bottom: 20px !important;*/

}
