﻿.notificationPanel {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.pageContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.editFormContainer {
    margin: 20px;
}

.sectionContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.TabPageContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.TableContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Header */
.headerPane {
    background-color: #EDEDED;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: 'Segoe UI', Verdana, Helvetica, Sans-Serif;
}

    .headerPane .headerTop {
        /*height: 130px;*/
    }

.mainContentPane {
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: white;
    /*min-height:600px;*/
    background-color: transparent;
}

/* Footer */
.footerPane {
    padding-left: 10px;
}


.inlineContainer {
    display: inline-block;
}

.inlineContent {
    display: inline-block;
    margin-right: 10px;
}
