<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ceb_dialog .ceb_pageTitleBlock {
	margin-top: 0px;
}

/* This file skins dialog */
.ceb_dialog .ui-dialog,.ceb_dialog.ui-dialog {
	background-color: white;
	/* EMB: Changed the border color from black to gray. */
	border: 1px solid #808080;
}

.ceb_dialog .ui-dialog .ui-dialog-titlebar,.ceb_dialog.ui-dialog .ui-dialog-titlebar
	{
	/* EMB: We want the dialog's titlebar to blend into the dialog. We will take away any background color or border. We will take away any title text (in the .js file) but keep the close box. */
	/* border-bottom: 1px solid #d8d2aa; */
	/* background: #B5D0E5 url(i/dialog-title.gif) repeat-x; */
	padding: 0px;
	/* EMB: Making the titlebar shorter but not so short as to obscure the close box graphic. */
	/* height: 28px;
	_height: 29px; */
	height: 21px;
	_height: 22px;
}

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

.ceb_dialog .ui-dialog .ui-dialog-titlebar-close,.ceb_dialog.ui-dialog .ui-dialog-titlebar-close
	{
	width: 12px;
	height: 12px;
	background: url(i/dialog-titlebar-close.gif) no-repeat;
	position: absolute;
	top: 9px;
	right: 9px;
	cursor: default;
}

.ceb_dialog .ui-dialog .ui-dialog-titlebar-close span,.ceb_dialog.ui-dialog .ui-dialog-titlebar-close span
	{
	display: none;
}

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

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

.ceb_dialog .ui-dialog .ui-dialog-content,.ceb_dialog.ui-dialog .ui-dialog-content
	{
	/* EMB: Need to define the top margin differently to go along with the minimal title-bar approach. Changed from 1.2em all the way around to 0 25 25 25. */
	/* margin: 1.2em; */
	margin: 0 25 25 25;
}

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

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

/* Dialog handle styles */
.ceb_dialog .ui-dialog .ui-resizable-n,.ceb_dialog.ui-dialog .ui-resizable-n {
	cursor: n-resize;
	height: 3px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: transparent url(i/dialog-n.gif) repeat scroll center top;
}

.ceb_dialog .ui-dialog .ui-resizable-s,.ceb_dialog.ui-dialog .ui-resizable-s {
	cursor: s-resize;
	height: 3px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: transparent url(i/dialog-s.gif) repeat scroll center top;
}

.ceb_dialog .ui-dialog .ui-resizable-e,.ceb_dialog.ui-dialog .ui-resizable-e {
	cursor: e-resize;
	width: 3px;
	right: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(i/dialog-e.gif) repeat scroll right center;
}

.ceb_dialog .ui-dialog .ui-resizable-w,.ceb_dialog.ui-dialog .ui-resizable-w {
	cursor: w-resize;
	width: 3px;
	left: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(i/dialog-w.gif) repeat scroll right center;
}

.ceb_dialog .ui-dialog .ui-resizable-se,.ceb_dialog.ui-dialog .ui-resizable-se {
	cursor: se-resize;
	width: 3px;
	height: 3px;
	right: 0px;
	bottom: 0px;
	background: transparent url(i/dialog-se.gif);
}

.ceb_dialog .ui-dialog .ui-resizable-sw,.ceb_dialog.ui-dialog .ui-resizable-sw {
	cursor: sw-resize;
	width: 3px;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: transparent url(i/dialog-sw.gif);
}

.ceb_dialog .ui-dialog .ui-resizable-nw,.ceb_dialog.ui-dialog .ui-resizable-nw {
	cursor: nw-resize;
	width: 3px;
	height: 3px;
	left: 0px;
	top: 0px;
	background: transparent url(i/dialog-nw.gif);
}

.ceb_dialog .ui-dialog .ui-resizable-ne,.ceb_dialog.ui-dialog .ui-resizable-ne {
	cursor: ne-resize;
	width: 3px;
	height: 3px;
	right: 0px;
	top: 0px;
	background: transparent url(i/dialog-ne.gif);
}</pre></body></html>