/* 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(/quatro/im/ui/resizable-n.gif) repeat scroll center
		top;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: transparent url(/quatro/im/ui/resizable-s.gif) repeat scroll center
		top;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 6px;
	right: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(/quatro/im/ui/resizable-e.gif) repeat scroll right
		center;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 6px;
	left: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(/quatro/im/ui/resizable-w.gif) repeat scroll right
		center;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 9px;
	height: 9px;
	right: 0px;
	bottom: 0px;
	background: transparent url(/quatro/im/ui/resizable-se.gif);
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	bottom: 0px;
	background: transparent url(/quatro/im/ui/resizable-sw.gif);
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	top: 0px;
	background: transparent url(/quatro/im/ui/resizable-nw.gif);
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: 0px;
	top: 0px;
	background: transparent url(/quatro/im/ui/resizable-ne.gif);
}

/* This file skins dialog */
.ui-dialog,.ui-dialog {
	background-color: #fbefd7;
	z-index: 10000
}

.ui-dialog .ui-dialog-titlebar,.ui-dialog .ui-dialog-titlebar {
	border-bottom: 0px solid;
	background: #b00000 url(/quatro/im/ui/dialog-title.gif) repeat-x;
	padding: 0px;
	cursor: move;
	height: 28px;
	_height: 29px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 29px;
	left: 0px;
	top: 0px;
	background: transparent url(/quatro/im/ui/dialog-nw.gif);
}

.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 29px;
	right: 0px;
	top: 0px;
	background: transparent url(/quatro/im/ui/dialog-ne.gif);
}
