



/*dialog*/
.ui-dialog {
	/*resets*/
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	font-size: 1.1em;
	background: #999;
	color: #222222;
	border: 5px solid #000000;
	position: relative;
	z-index: 1031;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 12px;
	z-index: 1031;
}
.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) */
body td { font-size:12px;}
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.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: 14px; 
	height: 14px; 
	right: 0px; 
	bottom: 0px; 
	background: url(image/dialog-titlebar-desliz.gif) bottom right repeat-x;
}
.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; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0px solid red; outline: 0; line-height: 100%; text-decoration: none;  list-style: none;
	padding: 0px;
	color: #FFFFFF;
	background: #999999;
	border: 0px;
	height: 0px;
	position: relative;
}
.ui-dialog-title {
		color: #fff;
		font-size: 14px;
		padding:10px;
		margin:0px;
		font-family: ;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHh*/

.ui-dialog-titlebar-close {
	/*resets*/margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	background: url(../image/iconos/ico-off-pup-b-i.png) 0 0  no-repeat;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 28px;
	height: 28px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../image/iconos/ico-off-pup-b-i.png) 0 0  no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../image/iconos/ico-off-pup-b-i.png) 0 0  no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}


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


