/* CORNICE - START*/

/*WINDOW BORDER - START*/

.x-window-draggable, .x-window-draggable .x-window-header-text {

cursor:move;
background:transparent url(../images/default/window/headerBackground.png) repeat-x scroll 0 0;
height:30px;
margin-top:10px;
padding-bottom: 50;
padding-left: 10;

}
.x-window-tl .x-window-header {
color: #5d5e60;
-x-system-font:none;
font-family:tahoma,arial,verdana,sans-serif;
font-size:21px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
vertical-align:top;
border-top:1px solid #747577;
border-right:1px solid #747577;
border-left:1px solid #747577;

padding:0px 0 0px;/*header top/bottom padding*/
}

.x-window-tl {
background:transparent url(../images/default/window/left-corners.png) no-repeat scroll 0 0;
padding-left:10px;
position:relative;
z-index:1;
}

.x-window-tr {
background:transparent url(../images/default/window/right-corners.png) no-repeat scroll right 0;
padding-right:10px;
}


.x-resizable-handle-east {
cursor:e-resize;
height:100%;
right:0;
top:0;
width:10px;
}
.x-resizable-handle-north {
cursor:n-resize;
height:10px;
left:0;
top:0;
width:100%;
}


.x-resizable-handle-south {
bottom:0;
cursor:s-resize;
height:10px;
left:0;
width:100%;
}

.x-resizable-handle-east {
cursor:e-resize;
height:100%;
right:0;
top:0;
width:10px;
}

.x-resizable-handle-west {
cursor:w-resize;
height:100%;
left:0;
top:0;
width:10px;
}
.x-resizable-handle-northeast {
cursor:ne-resize;
height:10px;
right:0;
top:0;
width:10px;
z-index:101;
}
.x-resizable-handle-northwest {
cursor:nw-resize;
height:10px;
left:0;
top:0;
width:10px;
z-index:101;
}

.x-resizable-handle-southeast {
bottom:0;
cursor:se-resize;
height:10px;
right:0;
width:10px;
z-index:101;
}
.x-resizable-handle {
background:white none repeat scroll 0 0;
font-size:1px;
line-height:10px;
opacity:0;
overflow:hidden;
position:absolute;
z-index:100;
}


.x-window-ml {
background:transparent url(../images/default/window/left-right.png) repeat-y scroll 0 0;
padding-left:10px;
}

.x-window-mr {
background:transparent url(../images/default/window/left-right.png) repeat-y scroll right 0;
padding-right:10px;
}

.x-window-bc .x-window-footer {
font-size:0;
line-height:0;
padding-bottom:10px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
font-size:0;
height:10px;
line-height:0;
}
.x-window-bc {
background:transparent url(../images/default/window/top-bottom.png) repeat-x scroll 0 bottom;
}
.x-window-br {
background:transparent url(../images/default/window/right-corners.png) no-repeat scroll right bottom;
padding-right:10px;
}

.x-window-tc {
background:transparent url(../images/default/window/top-bottom.png) repeat-x scroll 0 0;
overflow:hidden;

}
.x-window-bl {
background:transparent url(../images/default/window/left-corners.png) no-repeat scroll 0 bottom;
padding-left:10px;
}

.itsme-button {
	cursor: pointer !importan;
}

/*WINDOW BORDER - END*/


