div.ui-dialog {
	background-color: #FFFFFF;
	border: 1px solid #173452;
	text-align: left;
}
.ui-dialog .ui-dialog-titlebar {
	background: #173452;
	padding: 0px;
	height: 28px;
	color: #FFFFFF;
}
* html .ui-dialog .ui-dialog-titlebar {
	height: 29px;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog .ui-dialog-titlebar-close {
	position:absolute;
	top: 6px;
	right: 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
	white-space: nowrap;
}
.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}
div.trashError{
	border: 1px solid red;
}
div.trashError div.ui-dialog-titlebar {
	background: red;
}

.ui-resizable { 
	position: relative;
}
.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; 
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 6px; 
	width: 100%; 
	bottom: 0px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 6px; 
	right: 0px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 6px; 
	left: 0px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	bottom: 0px; 
	background-color: #173452; 
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px; 
	background-color: #173452; 
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}