.xWindow{
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	font-family: Verdana;
	font-size: 11px;
	background: #fff;
	border: 1px solid #949494;
	text-align: left;
}
.xWindow.selected{
	z-index: 301;
}
.xWindow-resizable-proxy{
	border: 1px solid black;
	background: #a8c9d7;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 302;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;	
}
.xWindow-overlay{
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;

}


/*****************************/
.xWindow-titlebar{
	height: 25px;
	background: url(../../gif/xWindow/titlebar-bg.gif) repeat-x;
	cursor: move;	
	text-align: left;
}
.xWindow-titlebar .title{
	color: #555555;
	line-height: 22px;
	font-size: 11px;
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
.xWindow .corner-left{
	width: 4px;
	height: 22px;
	background: url(../../gif/xWindow/titlebar-bg.gif) no-repeat;
	border: 1px solid red;
	z-index: 1000;
	display: none;

} 
.xWindow .corner-right{
	position: absolute; 
	top: 0;
	right: 0;
	width: 4px;
	height: 22px;
	background: url(../../gif/xWindow/titlebar-bg.gif) no-repeat;
} 
.xWindow-titlebar-buttons-panel{
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	margin-right: 5px;
}
.xWindow-titlebar-btn{
	float: right;
	margin: 4px 1px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	font-size: 0;
}
.xWindow-close-btn{
	background: url(../../gif/xWindow/close-full.gif) no-repeat 0 0;	
}
.xWindow-close-btn:hover{
	background: url(../../gif/xWindow/close-full.gif) no-repeat 0 -15px;	
}
.xWindow-maximize-btn{
	background: url(../../gif/xWindow/maximize-full.gif) no-repeat 0 0;
}
.xWindow-maximize-btn:hover{
	background: url(../../gif/xWindow/maximize-full.gif) no-repeat 0 -15px;
}
.xWindow-minimize-btn{
	background: url(../../gif/xWindow/minimize-full.gif) no-repeat 0 0;
}
.xWindow-minimize-btn:hover{
	background: url(../../gif/xWindow/minimize-full.gif) no-repeat 0 -15px;
}
.xWindow-content{
	font-size: 11px;
	line-height: 13px;
	overflow: auto;
	border: 1px solid #d0d0d0;
}
.xWindow-buttons-panel{
	position: absolute;
	bottom: 16px;
	height: 40px;
	width: 100%;
	background: url(../../gif/xWindow/statusbar-bg.gif);	
	text-align: center;
}
.xWindow-buttons-panel div{
	padding-top: 13px;
}
.xWindow.no-xWindow-statusbar .xWindow-buttons-panel{
	bottom: 0;
}
.xWindow-buttons-panel.no-background{
	background: none;
}
.xWindow-buttons-panel .button.margin{
	margin-left: 20px;
}
.xWindow-loading{
	background: url(../../gif/xWindow/loading.gif) no-repeat center;
}



/*****************************/
.xWindow-statusbar{
	position: absolute;
	bottom: 0;
	height: 16px;
	width: 100%;
	background-color:#d9d9d9;
	cursor: move;
	text-align: left;
}
.xWindow-statusbar span{
	font-size: 10px;
	color: #3b3b3b;
	font-family: tahoma,arial,verdana,sans-serif;
	line-height: 18px;
	margin-left: 5px;
}
.xWindow-statusbar .ui-resizable-se, ui-resizable-handle{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 11px;
	height: 11px;
	background: url(../../gif/xWindow/resize-handle.gif) no-repeat;
	cursor: se-resize;
}


/*Extensions definitions*/
.xWindow.xWindow-extended{
	z-index: 303;
}
.xWindow.xWindow-extended .xWindow-content{
	text-align: left;
	padding: 10px;
}
.xWindow.xWindow-extended img{
	float: left;
}


/*Prompt*/
.xWindow.xWindow-extended.prompt .xWindow-content p{
	margin-bottom: 10px;
}
.xWindow.xWindow-extended.prompt  .xWindow-content input{
	width: 290px;
}
.xWindow.xWindow-extended.bubble  .xWindow-content {
	font-size :14px;
	text-align: center;
}
.xWindow.xWindow-extended.alert  .xWindow-content {
	text-align: center;
}
.xWindow.xWindow-extended.confirm  .xWindow-content {
	text-align: center;
}


/*****************************/
.humanized-message{
	position: absolute;
	z-index: 304;
	width: 50%;
	left: 25%;
	color: #fff;
	background-color: #000;
	padding: 20px;
	display: none;
	font-family: Verdana;
	font-size: 18px;
	text-align: center;
}
.humanized-message *{
	position: absolute;
	width: 2px;
	height: 2px;
	background: #fff;
	font-size: 0;
}
.humanized-message .corner-lt{
	top: 0;
	left: 0;
}
.humanized-message .corner-rt{
	top: 0;
	right: 0;
	_right: -1px;
}
.humanized-message .corner-lb{
	bottom: 0;
	left: 0;
}
.humanized-message .corner-rb{
	bottom: 0;
	right: 0;
	_right: -1px;
}

/**
 * Div externa a div do conteúdo
 */
.containerContent{
	padding-left:5px;
	padding-right:5px;
	background-color:#d9d9d9;
}