/*
 * Ext JS Library 1.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

/**
* Basic-Dialog 
*/
.x-dlg-proxy {
	background:#d3d6d0;
	border:2px solid #b3b6b0;
}
.x-dlg-shadow{
	background:#cccccc;
   opacity:.3;
   -moz-opacity:.3;
   filter: alpha(opacity=30);
}
.x-dlg .x-dlg-hd {
	background: url(../images/cfwindow/hd-sprite.gif) repeat-x 0 -82px;
	background-color:#333333;
	zoom:1;
}
.x-dlg .x-dlg-hd-left {
	opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
	background: url(../images/cfwindow/hd-sprite.gif) no-repeat 0 -41px;
	zoom:1;
}
.x-dlg .x-dlg-hd-right {
	background: url(../images/cfwindow//hd-sprite.gif) no-repeat right 0;
	zoom:1;
}
.x-dlg .x-dlg-dlg-body{
	background:#111;
	border:0 none;
	border-top:0 none;
	padding:0;
	padding-left:10px;
	position:absolute;
	top:24px;left:0;
	z-index:1;
}
.x-dlg-auto-tabs .x-dlg-dlg-body{
	background:transparent;
}
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
	background:transparent;
}
.x-dlg .x-dlg-ft{
	border-top:1px solid #b3b6b0;
	background:#F0F0F0;
	padding-bottom:8px;
}
.x-dlg .x-dlg-bg{
	opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
	zoom:1;
}
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
}
.x-dlg .x-dlg-bg-center {
	padding: 0px 4px 4px 4px;
	background:transparent url(../images/cfwindow/bg-center.gif) repeat-x bottom;
	zoom:1;
}
.x-dlg .x-dlg-bg-left{
	padding-left:4px;
	background:transparent url(../images/cfwindow/bg-left.gif) no-repeat bottom left;
	zoom:1;
}
.x-dlg .x-dlg-bg-right{
	padding-right:4px;
	background:transparent url(../images/cfwindow/bg-right.gif) no-repeat bottom right;
	zoom:1;
}
.x-dlg .x-tabs-top .x-tabs-body{
	border:0 none;
}
.x-dlg .x-tabs-bottom .x-tabs-body{
	border:1px solid #b3b6b0;
	border-bottom:0 none;
}
.x-dlg .x-layout-container  .x-tabs-body{
	border:0 none;
}
.x-dlg .x-dlg-close {
    background-image:url(../images/cfwindow/close.gif);
}
.x-dlg .x-dlg-collapse {
    background-image:url(../images/cfwindow/collapse.gif);
}
.x-dlg-collapsed .x-dlg-collapse {
    background-image:url(../images/cfwindow/expand.gif);
}
.x-dlg div.x-resizable-handle-east{
	background-image:url(../images/cfwindow/s.gif);
	border:0 none;
}
.x-dlg div.x-resizable-handle-south{
	background-image:url(../images/cfwindow/s.gif);
	border:0 none;
}
.x-dlg div.x-resizable-handle-west{
	background-image:url(../images/cfwindow/s.gif);
	border:0 none;
}
.x-dlg div.x-resizable-handle-southeast{
	background-image:url(../images/cfwindow/s.gif);
	background-position: bottom right;
	width:8px;
	height:8px;
	border:0;
}
.x-dlg div.x-resizable-handle-southwest{
	background-image:url(../images/cfwindow/s.gif);
	background-position: top right;
	margin-left:1px;
	margin-bottom:1px;
	border:0;
}
.x-dlg div.x-resizable-handle-north{
	background-image:url(../images/cfwindow/s.gif);
	border:0 none;
}
