.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.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: 7px;
	width: 100%;
	top: -3px;
	left: 1px;
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.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; 
}
/*dialog*/
.ui-dialog {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 110%;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, Helvitica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 3px solid #7E3E1B;
	position: relative;
	background-color: #F7C8A7;
}
.ui-dialog-titlebar {
	/*resets*/margin: 0;
	outline: 0;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-size: 14px;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #EA7524;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 1em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #7E3E1B;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	position: absolute;
	right: 8px;
	top: 4px;
	width: 11px;
	height: 11px;
	z-index: 100;
	background-image: url(/css/dlg/closeFFF.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background-image: url(/css/dlg/close222.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ui-dialog-titlebar-close:active {
	background-image: url(/css/dlg/closeCCC.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0;
	border: 0;
	outline: 0;
	line-height: 1.2;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	color: #333333;
	background-image: url(/images/bodyFull.png);
	background-repeat: repeat-y;
	background-position: -1em -1em;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	background-color: #F7BF8C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E3E1B;
}
.ui-dialog-buttonpane button {
	color: #cccccc;
	font-size: 1em;
	border: 1px solid #F7C8A7;
	cursor: pointer;
	line-height: 1.4em;
	background-color: #2F2E2E;
	background-image: url(/css/dlg/btn.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	text-align: center;
	width: auto;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 8px;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}
.ui-dialog-buttonpane button:hover {
	color: #333333;
	border: 1px solid #999999;
	background-color: #FF9C08;
	background-image: url(/css/dlg/btnH.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.ui-dialog-buttonpane button:active {
	color: #FF9C08;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	background-image: url(/css/dlg/btnA.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
}

/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */
.dlgFix {	
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
}
