.blue.ui-dialog {
	position: absolute;
	padding: 0 17px 16px 16px;
	background: url(blue/bottomright.gif) bottom right no-repeat;
	}

.blue.ui-dialog.ui-resizable-disabled {
	background: url(blue/bottomright.gif) bottom right no-repeat;
	}

.blue .ui-dialog .ui-dialog-content {
	position: relative;
	top: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	background: #EFEFEF;
	overflow: hidden;
	zoom: 1;
	}

.blue .ui-dialog-titlebar {
	position: relative;
	height: 32px;
	background: url(blue/top.gif);
	cursor: move;
	text-align: center;
	}

.blue .ui-dialog-titlebar-close {
	display: block;
	position: absolute;
	top: 7px;
	width: 12px;
	height: 11px;
	opacity: 1.0 !important;
	filter: alpha(style=0,opacity=100) !important;
	text-indent: -5000px;
	background: url(blue/buttons.gif) no-repeat;
	}

.blue .ui-dialog-titlebar-close {
	right: -4px;
	z-index: 99999 !important;
	background-position: -23px 0;
	}

.blue .ui-dialog-titlebar-close:hover {
	background-position: -23px -12px;
	}

.blue .ui-dialog-titlebar-min, .blue .ui-dialog-titlebar-rest {
	display: none !important;
	}

.blue .ui-dialog-title {
	position: relative;
	top: 1px;
	left: auto;
	height: 15px;
	color: #FFF;
	padding: 2px 5px 3px 5px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background: #6794A7;
	}

.blue .ui-dialog .ui-resizable-handle {
	display: block;
	font-size: 0.1px;
	position: absolute;
	z-index: 99998 !important;
	}

.blue .ui-resizable-ne {
	top: 0;
	right: 0;
	cursor: ne-resize;
	height: 32px;
	width: 17px;
	background: url(blue/topright.gif) 0 0 no-repeat;
	}

.blue .ui-resizable-e {
	top: 32px;
	bottom: 16px;
	right: 0;
	cursor: e-resize;
	width: 17px;
	height: auto !important;
	background: url(blue/right.gif) 0 0 repeat-y;
	}

.blue .ui-resizable-se {
	bottom: 0;
	right: 0;
	cursor: se-resize;
	height: 16px;
	width: 17px;
	background: url(blue/bottomright.gif) 0 0 no-repeat;
	}

.blue .ui-resizable-s {
	bottom: 0;
	left: 16px;
	right: 17px;
	cursor: s-resize;
	height: 16px;
	width: auto !important;
	background: url(blue/bottom.gif) 0 0 repeat-x;
	}

.blue.ui-resizable-disabled .ui-resizable-s, .blue.ui-resizable-disabled .ui-resizable-sw {
	bottom: -6px;
	}

.blue .ui-resizable-sw {
	bottom: 0;
	left: 0;
	cursor: sw-resize;
	height: 16px;
	width: 16px;
	background: url(blue/bottomleft.gif) 0 0 no-repeat;
	}

.blue .ui-resizable-w {
	top: 32px;
	bottom: 16px;
	left: 0;
	cursor: w-resize;
	width: 16px;
	height: auto !important;
	background: url(blue/left.gif) 0 0 repeat-y;
	}

.blue .ui-resizable-nw {
	top: 0;
	left: 0;
	cursor: nw-resize;
	height: 32px;
	width: 16px;
	background: url(blue/topleft.gif) 0 0 no-repeat;
	}
