.ui-wrapper { border: 2px solid #000; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* dialog ************************************************************************/
.toc .ui-dialog,
.toc.ui-dialog {
	background-color: #fff;
}

.toc .ui-dialog .ui-dialog-titlebar,
.toc.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #000;
	background: #000 url(/javascript/resources/thead-bg.gif) repeat-x;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

.toc .ui-dialog.ui-draggable .ui-dialog-titlebar,
.toc.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.toc .ui-dialog .ui-dialog-titlebar-close,
.toc.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(/javascript/resources/close.gif) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.toc .ui-dialog .ui-dialog-titlebar-expand,
.toc.ui-dialog .ui-dialog-titlebar-expand {
	width: 16px;
	height: 16px;
	background: url(/javascript/resources/expand.gif) no-repeat;
	position:absolute;
	top: 6px;
	right: 27px;
	cursor: default;
}

.toc .ui-dialog .ui-dialog-titlebar-collapse,
.toc.ui-dialog .ui-dialog-titlebar-collapse {
	width: 16px;
	height: 16px;
	background: url(/javascript/resources/collapse.gif) no-repeat;
	position:absolute;
	top: 6px;
	right: 27px;
	cursor: default;
}

.toc .ui-dialog .ui-dialog-titlebar-config,
.toc.ui-dialog .ui-dialog-titlebar-config {
	width: 16px;
	height: 16px;
	background: url(/javascript/resources/settings-button.gif) no-repeat;
	position:absolute;
	top: 6px;
	right: 47px;
	cursor: default;
}


.toc .ui-dialog .ui-dialog-titlebar-close span,
.toc.ui-dialog .ui-dialog-titlebar-close span,
.toc .ui-dialog .ui-dialog-titlebar-expand span,
.toc.ui-dialog .ui-dialog-titlebar-expand span,
.toc .ui-dialog .ui-dialog-titlebar-collapse span,
.toc.ui-dialog .ui-dialog-titlebar-collapse span,
.toc .ui-dialog .ui-dialog-titlebar-config span,
.toc.ui-dialog .ui-dialog-titlebar-config span {
	display: none;
}

/*
.toc .ui-dialog .ui-dialog-titlebar-close-hover,
.toc.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}
*/

.toc .ui-dialog .ui-dialog-title,
.toc.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.toc .ui-dialog .ui-dialog-content,
.toc.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}

.toc .ui-dialog .ui-dialog-buttonpane,
.toc.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.toc .ui-dialog .ui-dialog-buttonpane button,
.toc.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
/*
.toc .ui-dialog .ui-resizable-n,
.toc.ui-dialog .ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px; background: #000; }

.toc .ui-dialog .ui-resizable-s,
.toc.ui-dialog .ui-resizable-s { cursor: s-resize; height: 2px; width: 100%; bottom: 0px; left: 0px; background: #000; }

.toc .ui-dialog .ui-resizable-e,
.toc.ui-dialog .ui-resizable-e { cursor: e-resize; width: 2px; right: 0px; top: 0px; height: 100%; background: #000; }

.toc .ui-dialog .ui-resizable-w,
.toc.ui-dialog .ui-resizable-w { cursor: w-resize; width: 2px; left: 0px; top: 0px; height: 100%; background: #000; }

.toc .ui-dialog .ui-resizable-se,
.toc.ui-dialog .ui-resizable-se { cursor: se-resize; width: 2px; height: 2px; right: 0px; bottom: 0px; background: #000; }

.toc .ui-dialog .ui-resizable-sw,
.toc.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 2px; height: 2px; left: 0px; bottom: 0px; background: #000; }

.toc .ui-dialog .ui-resizable-nw,
.toc.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 2px; height: 29px; left: 0px; top: 0px; background: #000; }

.toc .ui-dialog .ui-resizable-ne,
.toc.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 2px; height: 29px; right: 0px; top: 0px; background: #000; }
*/


/* resizables **********************************************/
/* This file skins resizables */

.ui-resizable { position: relative; }

/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px; background: #000; }
.ui-resizable-s { cursor: s-resize; height: 2px; width: 100%; bottom: 0px; left: 0px; background: #000; }

.ui-resizable-e { cursor: e-resize; width: 2px; right: 0px; top: 0px; height: 100%; background: #000; }
.ui-resizable-w { cursor: w-resize; width: 2px; left: 0px; top: 0px; height: 100%; background: #000; }

.ui-resizable-se { cursor: se-resize; width: 2px; height: 2px; right: 0px; bottom: 0px; background: #000; }
.ui-resizable-sw { cursor: sw-resize; width: 2px; height: 2px; left: 0px; bottom: 0px; background: #000; }
.ui-resizable-nw { cursor: nw-resize; width: 2px; height: 2px; left: 0px; top: 0px; background: #000; }
.ui-resizable-ne { cursor: ne-resize; width: 2px; height: 2px; right: 0px; top: 0px; background: #000; }


