/* JQUERY UI
----------------------------------*/
.ui-dialog {
	border: 1px solid #464646;
}
.ui-dialog-content {
	padding: 10px;
}
.ui-dialog-content, .ui-widget-content {
	background-color: #fff;
}
.ui-dialog-titlebar {
	background: #464646;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.ui-widget-header a {
	color: #fff;
}
a.ui-dialog-titlebar-close span {
	display: none;
}

a.ui-dialog-titlebar-close {
	background-image: url(../images/ui-icons_white_256x240.png)/*{iconsHeader}*/;
	background-position: -96px -128px;
}
.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_black_256x240.png);
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-dialog .ui-dialog-titlebar-close {
	height: 18px;
	margin: -10px 0 0;
	padding: 1px;
	position: absolute;
	right: 0.3em;
	/*top: 50%;*/
	top: 14px;
	width: 14px;
}
.ui-dialog-buttonpane {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #464646;
}

/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.ui-widget-overlay {
	background:#AAAAAA none repeat-x scroll 0 0;
	opacity:0.3;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	filter:alpha(opacity: 30);
}

.ui-dialog-buttonpane button {
	margin: 0 5px;
}
dialog-titlebar { cursor: move; }