* {
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-dialog {
	position: absolute;
	padding: 0 21px 22px 23px;
	background: url(home_def/bot_r.gif) bottom right no-repeat;
	}

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

.ui-dialog-titlebar {
	position: relative;
	height: 51px;
	background: url(home_def/top_m.gif);
	cursor: move;
	}

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

.ui-dialog-captionbutton span {
	display: none;
	}

.ui-dialog-titlebar-close {
	right: 0;
	background-position: -34px 0;
	}

.ui-dialog-titlebar-close:hover {
	background-position: -34px -17px;
	}

.ui-dialog-titlebar-min {
	right: 16px;
	background-position: -17px 0;
	}

.ui-dialog-titlebar-min:hover {
	background-position: -17px -17px;
	}

.ui-dialog-titlebar-rest {
	right: 16px;
	background-position: 0 0;
	}

.ui-dialog-titlebar-rest:hover {
	background-position: 0 -17px;
	}

.ui-dialog-title {
	position: absolute;
	top: 18px;
	left: 11px;
	height: 14px;
	margin: 0;
	color: #FFF;
	padding: 1px 5px 1px 4px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	background: #676767;
	}

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

.ui-resizable-ne {
	top: 0;
	right: 0;
	cursor: ne-resize;
	height: 51px;
	width: 21px;
	background: url(home_def/top_r.gif) 0 0 no-repeat;
	}

.ui-resizable-e {
	top: 51px;
	bottom: 22px;
	right: 0;
	cursor: e-resize;
	width: 21px;
	height: auto !important;
	background: url(home_def/mid_r.gif) bottom left no-repeat;
	}

.ui-resizable-se {
	bottom: 0;
	right: 0;
	cursor: se-resize;
	height: 22px;
	width: 21px;
	background: url(home_def/bot_r.gif) 0 0 no-repeat;
	}

.ui-resizable-s {
	bottom: 0;
	left: 23px;
	right: 21px;
	cursor: s-resize;
	height: 22px;
	width: auto !important;
	background: url(home_def/bot_m.gif) 0 0 repeat-x;
	}

.ui-resizable-sw {
	bottom: 0;
	left: 0;
	cursor: sw-resize;
	height: 22px;
	width: 23px;
	background: url(home_def/bot_l.gif) 0 0 no-repeat;
	}

.ui-resizable-w {
	top: 51px;
	bottom: 22px;
	left: 0;
	cursor: w-resize;
	width: 23px;
	height: auto !important;
	background: url(home_def/mid_l.gif) bottom left no-repeat;
	}

.ui-resizable-nw {
	top: 0;
	left: 0;
	cursor: nw-resize;
	height: 51px;
	width: 23px;
	background: url(home_def/top_l.gif) 0 0 no-repeat;
	}
