
.ui-wrapper { border: 1px solid #0076A8; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* This file skins dialog */

.lightPopUp .ui-dialog,
.lightPopUp.ui-dialog {
	background-color: #ffffff;
}

.lightPopUp .ui-dialog .ui-dialog-titlebar,
.lightPopUp.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #2B4050;
	background: #0076A8 url(i/dialog-title.gif) repeat-x;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

.lightPopUp .ui-dialog.ui-draggable .ui-dialog-titlebar,
.lightPopUp.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
	text-align: left;
}

.lightPopUp .ui-dialog .ui-dialog-titlebar-close,
.lightPopUp.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(i/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.lightPopUp .ui-dialog .ui-dialog-titlebar-close span,
.lightPopUp.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.lightPopUp .ui-dialog .ui-dialog-titlebar-close-hover,
.lightPopUp.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}

.lightPopUp .ui-dialog .ui-dialog-title,
.lightPopUp.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.lightPopUp .ui-dialog .ui-dialog-content,
.lightPopUp.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}

.lightPopUp .ui-dialog .ui-dialog-buttonpane,
.lightPopUp.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.lightPopUp .ui-dialog .ui-dialog-buttonpane button,
.lightPopUp.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.lightPopUp .ui-dialog .ui-resizable-n,
.lightPopUp.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }

.lightPopUp .ui-dialog .ui-resizable-s,
.lightPopUp.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }

.lightPopUp .ui-dialog .ui-resizable-e,
.lightPopUp.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }

.lightPopUp .ui-dialog .ui-resizable-w,
.lightPopUp.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }

.lightPopUp .ui-dialog .ui-resizable-se,
.lightPopUp.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }

.lightPopUp .ui-dialog .ui-resizable-sw,
.lightPopUp.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }

.lightPopUp .ui-dialog .ui-resizable-nw,
.lightPopUp.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }

.lightPopUp .ui-dialog .ui-resizable-ne,
.lightPopUp.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }

/* 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: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; }
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; }

.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; }
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; }

.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }
