.ui-layout-pane { /* all 'panes' */
    padding:	0;
}

.ui-layout-north,
.ui-layout-south {
    border-width: 0;
}

.ui-layout-north {
    border-bottom-width: 1px;
}

.ui-layout-north,
.ui-layout-south {
    overflow: visible;  /*enable the popups to be shown*/
}

.ui-layout-center {
    overflow: hidden;   /*prevent center panel scrollbars if panel header is too wide, to many controls*/
    border-top-width: 0;
}

.ui-layout-east {
    overflow: hidden;   /*no scroll in right panel*/
    border-top-width: 0;
}

.ui-layout-west {
    overflow: hidden;   /*no scroll in right panel*/
    border-top-width: 0;
}