
body {
    padding: 0px;
    border: 0px;
    margin: 0px;
	background-color: transparent;
	background-image: none;
}

/*  */
#admin-cont {
	display: none;
}
#admin-cont-form {
	display: none;
}

/* window stretch container */
#stretch-container {
    height: auto;
    overflow: visible;
}
#stretch-container-top-row {
    height: auto;
    overflow: visible;
}
#stretch-container-top-row-left-column {
    height: auto;
    overflow: visible;
}
#stretch-container-top-row-right-column {
    display: none;
}
#stretch-container-bottom-row {
    display: none;
}

/* form buttons */
#edit-win-buttons {
    display: none;
}

/* header image */
#edit-win-header-image-container {
    display: none;
}

/* content area */
#edit-win-tab-content-container {
    float: none !important;
    display: inline;
    height: auto;
    overflow: visible;
}
#edit-win-tab-general-container {
    float: none !important;
    display: inline;
    height: auto;
    overflow: visible;
}

