body {
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

#load-external {
    border: 1px solid #a2c1e8;
    position: absolute;
    top: 0px;
    bottom: 3px;
    left: 3px;
    right: 0px;
}

#west-header {
    background-color: #87afe0;
    position: absolute;
    left: 2px;
    right: 0px;
    height: 20px;
    padding-left:4px;
}

#editor-header {
    background-color: #87afe0;
    width: 100%;
    height: 20px;
}

#editor {
    position: absolute;
    width: 100%;
    top: 20px;
    bottom: 0px;
}

#editor-all {
    overflow: hidden !important;
    position: absolute;
    top: 0px;
    bottom:0px;

}

#prop-desc {
    position: absolute;
    top: 0px;
    bottom: 2px;
    left: 0px;
    right: 0px;
    padding: 5px;
    font-size: 10pt;
    border: 1px solid #a2c1e8;
}

#westCloser, #southClose, #eastSouthCloser, #btnGoData, #btnShowOutline {
    width: 18px;
    height: 18px;
    float: right;
    border: none;
    background: transparent;
    padding-bottom: 3px;
}

#center-all {
    padding: 3px 0px !important;
}

#center-top {
    padding: 0px;
    position: absolute;
    /*border: 1px solid #a2c1e8;*/
    overflow: hidden;
}

#center-top-all {
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    border: 1px solid #a2c1e8;
}

#center-top-header {
    position: absolute;
    background-color: #87afe0;
    left: 0px;
    right: 1px;
    height: 20px
}

#center-top-main {
    position: absolute;
    width: 100%;
    top: 20px;
    bottom: 0px;
}

#report-outer, #script-outer, #preview-outer {
    position: absolute;
    top: 0px;
    bottom: 30px;
    left: 0px;
    right: 1px;
    /*border: 1px solid #ddd;*/
}

#report, #script-editor, #previewer {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

#tabs_div {
    padding:0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color:#e3edfa;
}

#tabs_div .ui-tabs-nav {
    position: absolute;
    left: 0em;
    right: 0em;
    bottom: 0.25em;
    /*padding: 0em 0.2em 0.2em;*/
    padding: 0px 0px 0px 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #aaa;
}

#tabs_div .ui-tabs-nav li {
    top: -2px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc !important;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    background: #fff;
}

#tab_1 {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}

#tab_2 {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}

#tab_3 {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.ui-tab-content, .ui-tabs

#center-south {
    padding: 0px !important;
    overflow: hidden;
}

#data-model {
    position:absolute;
    top: 2px;
    bottom: 0px;
    right: 1px;
    left: 1px;
}

#func-editor-container {
    position: absolute;
    top: 3px;
    left: 0px;
    bottom: 1px;
    right: 1px;
    z-index: 2;
}

#func-editor-header {
    position: absolute;
    height: 20px;
    background-color: #555;
    width: 100%;
    top: 0px;
}

#func-sig {
    padding-left: 24px;
    color: #eee;
    font-family: Lucida Console;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#func-return {
    padding-left: 24px;
    color: #eee;
    font-family: Lucida Console;
    font-size: 11px;
}

#func-editor-content {
    position: absolute;
    width: 100%;
    top: 20px;
    bottom: 23px;
}

#func-editor {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

#func-editor-footer {
    position: absolute;
    height: 23px;
    background: #333;
    width: 100%;
    bottom: 0px;
}

#func-editor-footer-buttons {
    float: right;
}

#func-editor-footer button {
    background: transparent;
    color: #ee0;
    font-size: 12px;
    border: none;
    padding: 0px;
    padding-right: 4px;
    font-family: Lucida Console;
}

#func-editor-footer button:hover {
    text-decoration: underline;
    color: aqua;
}

#dataPaneMenu {
    font-size:14px;
    position:absolute;
    top:24px;
    bottom:1px;
    left:1px;
    right:1px;
    border: 1px solid #aaa;
    background: #f8f8f8;
}

#dataPaneMenu ul {
    padding:8px 10px;
    margin:0px;
    width:100%;
    height:100%;
    line-height: 1.5em;
}

#dataPaneMenu a {
    color: blue;
}

#dataPane {
    border-top: 0;
    font-size:13px;
    position:absolute;
    top:24px;
    bottom:1px;
    left:1px;
    right:1px;
    background: #eee;
}

#dataPane div {
    padding:0px;
    width:100%;
    height:100%;
}

#dataContainer, #tabs_navi {
    border: 1px solid #a2c1e8 !important;
    background-color:#fff;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 2px;
    right: 0px;
    z-index: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#dataContainer .ui-tabs-nav {
    position: absolute;
    left: 0em;
    right: 0em;
    /*padding: 0em 0.2em 0.2em;*/
    padding: 0px 0px 0px 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #aaa;
}

#dataContainer .ui-tabs-nav li {
    top: 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background: #fff;
}

#tabs_navi {
    border: 0px solid #e1ecfc !important;
    padding: 0px;
    position: absolute;
    top: 24px;
    left: 0px;
    bottom: 3px;
    right: 0px;
}

#main-south {
    padding:0;
    background-color: transparent !important;
    overflow:visible    !important;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 20px    !important;
    border-top: 1px solid #ccc  !important;
}

.ui-layout-west {
    padding: 3px 0px    !important;
    overflow: hidden    !important;
}

.ui-layout-resizer-west {
    background: #e1ecfc !important;
    height: auto !important;
    /*top: 300px  !important;*/
    bottom: 21px !important;
    overflow: visible !important;
    /*background-color: #e1ecfc  !important;*/
}

.ui-layout-resizer-east {
    background: #e1ecfc !important;
}

.ui-layout-pane {
    border: 0px solid #fff !important;
    background: #e1ecfc !important;
    /*padding: 3px*/
}

.ui-layout-north {
    padding: 3px 8px !important;
    overflow: hidden !important;
    background-color: #333 !important;
    color: #fff;
}

.ui-layout-center {
    overflow: hidden;
}

.ui-widget-header {
    background: transparent !important;
    border-left: none !important;
    border-right: none !important;
}

#tabs_div ul {
    border-bottom: none !important;
}
#dataContainer ul, #tabs_navi ul {
    border-top: none !important;
}
.ui-widget-content {
    border: 0px solid #ccc !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .2em !important;
    color: #333;
}

.ui-helper-reset {
    font-size: 80% !important;
}

.ui-state-active {
    /*background: #eee    !important;*/
    background: #000    !important;
    color: #fff         !important;
    border: 1px solid #999  !important;
}

#tabs_div .ui-tabs-nav .ui-state-active {
    border-top: none    !important;
}

#dataContainer .ui-tabs-nav .ui-state-active,
#tabs_navi .ui-tabs-nav .ui-state-active  {
    border-bottom: none    !important;
}

.ui-state-active a {
    color: #fff !important;
}

#buttons label {
    margin-left: -6px;
}

.button {
    background: none;
    border: none;
    color: #e1ecfc;
    font-family:Lucida Console, Monospace;
    font-size: 13px;
    padding: 0 2px;
    margin: 0;
    vertical-align:middle;
}

.button:hover {
    text-decoration: underline;
}

.fa {
    padding: 0px;
    font-size: 12px;
    color: #1573d6;
}

.fa-caret-right:hover {
    /*padding-top: 4px;*/
    /*padding-left: 4px;*/
}

#firstLevel, #secondLevel {
    /* rules common to BOTH inner and outer UL */
    z-index:	100000;
    margin:		0;
    padding:	0;
    list-style:	none;
    cursor:		pointer;
    /* rules for outer UL only */
}
#firstLevel {
    position:	relative;
}
ul {
    list-style:none;
}
/*
ul li {
    background-color: #EEE;
    padding: 2px;
}
ul li:hover ul	{ display:	block; background-color: #EEE; }
ul ul {
    display:	none;
    position:	absolute;
    width:		100%;
    left:		-1px;
    Pop-Up
    bottom:		0;
    margin:		0;
    margin-bottom: 1.55em;
}
ul ul li		{
    font-size:10pt;
}
ul ul li:hover	{ background-color: #FF9; }

*/

#firstList {
    list-style:none;
    background-color: #EEE;
    padding: 0px;
    /*padding-left: 20px;*/
}
#firstList:hover ul {
    display:	block;
    background-color: #EEE;
    bottom: 0;
}
#secondLevel {
    display:	none;
    position:	absolute;
    width:		100%;
    left:		-1px;
    /*Pop-Up*/
    bottom:		0;
    margin:		0;
    margin-bottom: 19px;
    padding: 8px;
}
#secondLevel:hover ul {
    background-color: #FF9;
}
.secondList {
    font-size:11pt;
}
.secondList:hover {
    background-color: #FF9;
}

#dialogBox {
    overflow:	hidden;	/* eliminate space for scrollbar in dialog - not needed when using a layout */
    display:	none;
    padding:	0;		/* nullify ui-widget-content */
    padding-top: 4px;	/* add some white-space below titlebar for cosmetics */
}

/*.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {}*/

/*<div id="" class="ui-layout-resizer ui-layout-resizer-west ui-draggable-handle ui-layout-resizer-open ui-layout-resizer-west-open" title="Resize" style="position: absolute; padding: 0px; margin: 0px; font-size: 1px; text-align: left; overflow: hidden; z-index: 2; cursor: w-resize; left: 399px; height: 888px; width: 30px; top: 41px;"><div id="" class="ui-layout-toggler ui-layout-toggler-west ui-layout-toggler-open ui-layout-toggler-west-open" title="Close" style="position: absolute; display: none; padding: 0px; margin: 0px; overflow: hidden; text-align: center; font-size: 1px; cursor: pointer; z-index: 1; visibility: visible;"></div></div>*/
