.ui-resizable-n {
	cursor: n-resize;
	height: 2px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: transparent url(images/resizable-n.gif) repeat scroll center top;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 2px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: transparent url(images/resizable-s.gif) repeat scroll center top;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 2px;
	right: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(images/resizable-e.gif) repeat scroll right
		center;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 2px;
	left: 0px;
	top: 0px;
	height: 100%;
	background: transparent url(images/resizable-w.gif) repeat scroll right
		center;
}

.ui-resizable-se,.ui-resizable-sw,.ui-resizable-nw,.ui-resizable-ne {
	width: 2px;
	height: 2px
}

.ui-resizable-se {
	cursor: se-resize;
	right: 0px;
	bottom: 0px;
	background: transparent url(images/resizable-se.gif);
}

.ui-resizable-sw {
	cursor: sw-resize;
	left: 0px;
	bottom: 0px;
	background: transparent url(images/resizable-sw.gif);
}

.ui-resizable-nw {
	cursor: nw-resize;
	left: 0px;
	top: 0px;
	background: transparent url(images/resizable-nw.gif);
}

.ui-resizable-ne {
	cursor: ne-resize;
	right: 0px;
	top: 0px;
	background: transparent url(images/resizable-ne.gif);
}

.ui-win {
	padding: 0px 2px 2px 2px;
	background: #ffffff;
	border: 1px solid #ffffff;
	top: 200px;
	left: 200px;
}

.ui-win .ui-win-titlebar {
	background: transparent url(images/win-title-bg.png);
	height: 19px;
	cursor: move;
	_height: 20px;
}

.ui-win .navlist {
	float: right;
	Padding: 0;
	Margin: 0px;
}

.ui-win .navlist li {
	Float: left;
	List-Style-Type: None;
	Margin: 0;
	Padding: 0;
	height: 18px;
}

.ui-win .navlist li a {
	Background: url(images/tool-sprites.png) no-repeat;
	Text-Decoration: None;
	Cursor: Pointer;
	Display: Block;
}

.ui-win .navlist .min a {
	width: 26px;
	height: 18px;
	background-position: -36px -18px;
}

.ui-win .navlist .min a:hover {
	width: 26px;
	height: 18px;
	background-position: -62px -18px;
}

.ui-win .navlist .max a {
	width: 25px;
	height: 18px;
	background-position: -38px -36px;
}

.ui-win .navlist .max a:hover {
	width: 25px;
	height: 18px;
	background-position: -63px -36px;
}

.ui-win .navlist .close a {
	width: 44px;
	height: 18px;
	background-position: 0 -0;
}

.ui-win .navlist .close a:hover {
	width: 44px;
	height: 18px;
	background-position: -44px 0;
}

.ui-win .ui-win-content {
	background: #999999;
	height: 100%;
	width: 100%
}

.ui-win .ui-win-titlebar .icon {
	padding-left: 20px;
	padding-top: 3px;
	margin-left: 5px;
}