.clsBody {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: scroll;
    cursor: default;
    color: black;
    padding-top: 0px;
    font-size: 9pt;
    font-family: Trebuchet MS, Sans-Serif;
    background-color: #f830ff;
    text-align: left;
    display: none;
}

.clsLayoutTable {
    cursor: default;
    margin: 0px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #eeeeee;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 9pt;
    border: 0px;
    width: 100%;
}

.clsMainPanel {
    left: 0px;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    top: 0px;
    height: 100%;
    background-color: white;
    border: 4px solid #49a1d5;
    border-top: 0px;
    margin: 0px;
}

.clsFormPanel {
    left: 0px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    padding: 5px;
    top: 0px;
    height: 100%;
    background-color: white;
    border: 0px;
    /*margin: 0px;*/
}

.clsConstructionPanel {
    position: relative;
    width: 250px;
    height: 600px;
    left: 0px;
    top: 0px;
    display: none;
}

.clsLabel {
    color: #003366;
    padding-left: 2px;
    padding-top: 0px;
    height: 18px;
    position: absolute;
    overflow: hidden;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 9pt;
}

.clsInput,
.clsDateInput,
.clsAutoSuggestInput {
    border: 1px solid silver;
    color: black;
    padding-top: 0px;
    padding-left: 2px;
    height: 19px;
    position: absolute;
    overflow: hidden;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 9pt;
}
.clsInputEdit {
    border: 1px solid silver;
    color: black;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 9pt;
}
.clsMultiLineInput {
    border: 1px solid silver;
    color: black;
    padding-top: 0px;
    padding-left: 2px;
    height: 19px;
    position: absolute;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 9pt;
}

.clsSelect,
.clsAutoSuggestSelect {
    border: 1px solid silver;
    color: black;
    position: absolute;
    overflow: hidden;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 8pt;
}

.clsSelectEdit {
    border: 1px solid silver;
    color: black;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 8pt;
}

.clsCheckBox {
    color: black;
    height: 18px;
    position: absolute;
    overflow: hidden;
}

.clsPageLayoutLeft {
    width: 250px;
    padding: 0px;

    margin: 0px;
    border: 0px;
}

.clsPageLayoutDiv {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0px;
    border: 0px;
}

.clsPanelSubDiv {
    height: 100%;
    width: 100%;
    padding: 0px;
    border: 4px solid #49a1d5;
    background-color: white;
    overflow: hidden;
    vertical-align: top;
}

.clsLeftPanelSubDiv {
    height: 100%;
    width: 100%;
    padding: 0px;
    border: 4px solid #49a1d5;
    background-color: white;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    width: 250px;
    height: 600px;
    left: 0px;
    top: 0px;
    display: none;
}

.clsPopupDiv {
    left: 0px;
    top: 0px;
    display: none;
    position: relative;
    height: 300px;
    width: 100px;
    padding: 0px;
    border: 4px solid #49a1d5;
    background-color: white;
    overflow: hidden;
    vertical-align: top;
}

.clsPopupButtonDiv {
    left: 0px;
    top: 0px;
    display: none;
    position: relative;
    cursor: default;
    height: 20px;
    border: 1px solid silver;
    margin: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #d9ecff;
    font-weight: normal;
    font-size: 9pt;
    overflow: hidden;
    text-align: center;
}

.clsLeftPanelDiv {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0px;
}

.clsOptionsPanel {
    border: 1px solid silver;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0px;
}

.clsButtonBarPanel {
    border: 0;
    position: absolute;
    overflow: hidden;
    height: 18px;
}

.clsMainTab,
.clsMainTabSelected {
    cursor: default;
    height: 24px;
    width: 90px;
    text-align: center;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 0px;
    background-color: #006699;
    font-weight: bold;
    font-size: 10pt;
    color: #d9ecff;
}

.clsMainTabSelected {
    color: #003366;
    background-color: #a5d3fc;
}

.clsSubTab {
    overflow: hidden;
    cursor: default;
    display: none;
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    background-color: #006699;
    margin-right: 4px;
    font-weight: bold;
    font-size: 10pt;
    color: #d9ecff;
}

.clsSubTabSelected {
    overflow: hidden;
    cursor: default;
    display: none;
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    background-color: #006699;
    margin-right: 4px;
    font-weight: bold;
    font-size: 10pt;
    color: #d9ecff;
    background-color: #40a0d0;
}

.clsButtonBar {
    overflow: hidden;
    height: 29px;
    background-color: #49a1d5;
    border: 4px solid #49a1d5;
    border-top-width: 5px;
}

.clsButtonBarButton,
.clsButtonBarButtonDisabled {
    display: none;
    overflow: hidden;
    cursor: default;
    height: 18px;
    border: 1px solid silver;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: 2px;
    background-color: #d9ecff;
    font-weight: normal;
    font-size: 9pt;
}

.clsButtonBarButtonDisabled {
    color: gray;
}
.clsFormSectionNav {
    cursor: default;
    height: 18px;
    border: 1px solid silver;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #d9ecff;
    font-weight: normal;
    font-size: 9pt;
    margin: 2px;
}

.clsPanelButton {
    position: absolute;
    cursor: default;
    height: 18px;
    border: 1px solid silver;
    margin: 0px;
    margin-right: 0px;
    padding-right: 2px;
    padding-left: 4px;
    background-color: #d9ecff;
    font-weight: normal;
    font-size: 8pt;
    padding-top: 0;
    font-family: Trebuchet MS;
    overflow: hidden;
    text-align: center;
}

.clsPanelTitleBar {
    position: absolute;
    cursor: default;
    height: 20px;
    width: 100%;
    border: 0px;
    margin: 0px;
    margin-right: 0px;
    padding-right: 2px;
    padding-left: 4px;
    background-color: #a5d3fc;
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    left: 0px;
    top: 0px;
}

.clsSubPanelHeaderLabel {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
}

.clsToolbarButton {
    border-right: black 0px solid;
    border-top: black 0px solid;
    font-weight: bold;
    font-size: 8pt;
    margin-right: 2px;
    margin-left: 0px;
    margin-top: 1px;
    border-left: black 0px solid;
    color: black;
    padding-top: 1px;
    border-bottom: black 0px solid;
    height: 16px;
    background-color: #fff3a8;
    cursor: default;
}

.clsToolbarInput {
    margin-top: 0px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 8pt;
    border-left: black 1px solid;
    color: black;
    padding-top: 0px;
    border-bottom: black 1px solid;
    font-family: Trebuchet MS, Sans-Serif;
    height: 16px;
    background-color: white;
    margin-right: 1px;
}

.clsToolbarLabel {
    margin-top: 0px;
    font-size: 8pt;
    color: #003366;
    font-weight: normal;
    cursor: default;
}

.clsSubPanelHeader {
    border-right: black 1px solid;
    border-top: black 1px solid;
    padding-left: 4px;
    font-weight: bold;
    font-size: 9pt;
    border-left: black 1px solid;
    width: 100%;
    color: white;
    padding-top: 0px;
    border-bottom: black 1px solid;
    position: absolute;
    height: 20px;
    background-color: black;
    cursor: default;
}

.clsSubPanel,
.clsSubPanelHighlight {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.clsTablePanel {
    padding-right: 0px;
    overflow-y: scroll;
    padding-left: 0px;
    left: 0px;
    overflow-x: hidden;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 0px;
    position: absolute;
    top: 40px;
    cursor: default;
    background-color: #ffffff;
}

.clsTableHeaderCell {
    cursor: hand;
    border-right: #bababa 0px solid;
    border-top: #bababa 1px solid;
    padding-left: 2px;
    font-weight: bold;
    overflow: hidden;
    border-left: #bababa 1px solid;
    color: black;
    border-bottom: #bababa 2px solid;
    background-color: #ffff99;
    height: 100%;
}

.clsTableCell {
    border-right: #bababa 0px solid;
    padding-right: 1px;
    border-top: #bababa 0px solid;
    padding-left: 2px;
    padding-bottom: 1px;
    overflow: hidden;
    border-left: #bababa 1px solid;
    padding-top: 1px;
    border-bottom: #bababa 1px solid;
    background-color: #ffffff;
}

.clsTableHeaderPanel {
    padding-right: 0px;
    overflow-y: scroll;
    padding-left: 0px;
    left: 0px;
    overflow-x: hidden;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 0px;
    position: absolute;
    top: 20px;
    height: 20px;
}

.clsResultsTable {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.clsLoadingText {
    cursor: default;
    margin: 0px;
    margin-right: 0px;
    padding-right: 2px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
}

.clsList {
    margin-left: 8;
    padding-left: 8;
    font-size: 8pt;
}
