body {
    overflow: hidden;
    background-color: rgba(226,229,231,.8);
    font-size: 80%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#outerContainer {
    margin: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#pageHeader {
    top: 8px;
    height: 72px;
	left:2%;
    width: 96%px;
    overflow: auto;
    background: url(mainlogot.png) no-repeat top left;
    background-color: #003865;
    background-size: contain;
	padding:12px;
	margin-left: 12px;
	margin-right:12px;
	border-radius: 4px;
	background-origin: content-box;
    background-position: center left; 
    z-index: 10;
}

#pageHeader a{
    width:290px;
    height: 72px;
    display:block;
    margin: 0;
    padding: 0;
	color: transparent;
	z-index: 5;
}


    #pageHeader h1 {
        font-family: Geneva, Verdana, sans-serif;
        margin: 0;
        padding: 1px;
        font-size: medium;
    }

    #pageHeader h2 {
        font-family: Geneva, Verdana, sans-serif;
        margin: 0;
        padding: 1px;
        font-size: small;
    }

    /* Use this to limit size */
#innerContainerFrame {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

#innerContainer {
    display: table-row;
    height: 100%;
}

#leftOuter {
    position: relative;
    left: 0;
    height: 100%;
    display: table-cell;
    width: 300px;
}

#leftOuterContainer {
    position: relative;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
}

#loginBox {
    border: 2px solid #4682B4;
    width: 80%;
    margin-left:8%;
    background-color: #DCDCDC;
    text-align: center;
    padding: 3px;
}

#logout {
	float: right;
	color: white;
}
#logout a{
	background-color : white;
	padding:2px;
}

#leftContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 90px;
    bottom: 0px;
}

#leftFull {
    position: absolute;
    left: 4px;
    right: 4px;
    margin: 0;
    bottom: 8px;
    top: 0px;
    background-color: #fff;
    border: 2px solid #003377;
    overflow: auto;
}

#leftUpper {
    position: absolute;
    background-color: #fff;
    left: 4px;
    right: 4px;
    margin: 0;
    margin-bottom: 8px;
    border: 2px solid #003377;
    overflow: auto;
    height: 50%;
}

#leftLower {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 4px;
    right: 4px;
    bottom: 8px;
    margin: 0;
    margin-top: 8px;
    border: 2px solid #003377;
    overflow: auto;
}

#mainOuterContainer {
    position: relative;
    display: table-cell;
    padding: 0;
}

#mainContainer {
    position: relative;
    top: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
}

#mainInnerContainer {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 8px; 
}

#mainContainerFrame {
    display: table;
    position: relative;
    width:100%;
    height: 100%;
}

#toolbarFrame {
    display: table-row;
}

#miniToolBar{
	float: left;
	padding: 0;
	margin: 0;
}

#toolbar {
    display: table-cell;
    height: 32px;
}

#formAreaFrame {
    display: table-row;
}

#formArea {
    display: table-cell;
}

#tabsAreaFrame {
    display: table-row;
}

#tabsArea {
    display: table-cell;
}

#mainAreaFrame{
    display: table-row;
}

#mainAreaContainer {
    position: relative;
    display: table-cell;
    background-color: #fff;
    height: 100%;
}

#mainArea {
    position: relative;
    height: 100%;
    width: 100%;
}

#infoAreaFrame {
    display: table-row;
    height:0px;
}

#infoArea {
    display: table-cell;
    padding: 4px;     
    margin: 0;
}

#rightOuter {
    position: relative;
    height: 100%;
    display: table-cell;
    right: 4px;
    width: 300px;
}

#rightOuterContainer {
    position: relative;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
}

#rightContainer {
    position: absolute;
    right: 4px;
    left: 4px;
    
    top: 4px;
    height:100%;
    bottom:4px;
}

#rightFull {
    position: absolute;
    background-color: #fff;
    left: 4px;
    right: 4px;
    margin: 0;
    top: 0px;
    bottom: 8px;
    border: 2px solid #003377;
    overflow: auto;
}

#rightUpper {
    position: absolute;
    background-color: #fff;
    height: 50%;
    left: 4px;
    right: 4px;
    margin-bottom: 4px;
    border: 2px solid #003377;
    overflow: auto;
}

#rightLower {
    position: absolute;
    background-color: #fff;
    top: 50%;
    bottom: 12px;
    left: 4px;
    right: 4px;
    margin-top: 8px;
    border: 2px solid #003377;
    overflow: auto;
}

.collapsibleList li {
    list-style-image: url('tree-button.png');
    cursor: auto;
}

li.collapsibleListOpen {
    list-style-image: url('tree-button-open.png');
    cursor: pointer;
}

li.collapsibleListClosed {
    list-style-image: url('tree-button-closed.png');
    cursor: pointer;
}

.formsurround {
display:none;
position: fixed;
    z-index: 100;
}

.hiddenFill {
    width: 100%;
    height: 100%;
    opacity: .55;
    top: 0;
    left: 0;
    //display: none;
    position: fixed;
    background-color: #313131;
    overflow: auto;
    z-index: 200;
}

.popup {
    position: fixed;
    background-color: #fff;
    width: 600px;
    opacity: 1;
    left: 50%;
    top: 10%;
    margin-left: -300px;
    z-index: 201;
}

.collapsehdr {
    background: #4682B4;
    border: 0;
    border-top: 22px solid #4682B4;
    margin: 2px;
    padding: 2px;
}

.collapsecontent {
    background: #DCDCDC;
    padding: 5px;
    margin: 0px;
    display: block;
}

legend {
    width: 99%;
    position: relative;
    top: 2px;
    color: white;
    background-color: darkblue;
    padding: 2px;
    margin: 0;
    font-weight: bold;
    font-family: sans-serif;
    font-size: smaller;
    border-bottom: medium solid #DCDCDC;
    left: 0px;
}

.fl {
    float: left;
    width: 100px;
}

.testarea {
    height: 19px;
    background: white;
    border: thin solid darkgrey;
    margin: 3px;
    margin-left: 100px;
}

form {
    border: 2px solid blue;
    padding: 5px;
    margin: 5px;
    background-color: #DCDCDC;
}

.popup form{
	border : thick solid #2F4F4F;
    padding: 10px;
    background-color: white;
}

.errormsg {
    color: darkred;
    font-weight: bold;
    background-color: yellow;
}

ul#tabs {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0 0 0.3em 0;
}

    ul#tabs li {
        display: inline;
    }

        ul#tabs li a {
            color: #42454a;
            background-color: #dedbde;
            border: 1px solid #c9c3ba;
            border-bottom: none;
            padding: 0.3em;
            text-decoration: none;
        }

            ul#tabs li a:hover {
                background-color: #f1f0ee;
            }

            ul#tabs li a.selected {
                color: #000;
                background-color: #fff;
                font-weight: bold;
                padding: 0.4em 0.3em 0.38em 0.3em;
            }

div.tabContent {
    border: 1px solid #c9c3ba;
    padding: 0;
    background-color: #fff; 
    height:100%; 
    position:relative;
}

    div.tabContent.hide {
        display: none;
    }

#editor {
    //font-size: initial;
    margin: 0;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 2px solid #003377;
}

iframe {
    border: 2px solid #003377;
    position: relative;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    width: 99%;
    height: 99%;
}

.diffblock
{
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background: #ffffff;
    border: 2px solid orange;
    margin: 2px;
    padding: 5px;
    overflow:scroll;'
}

.outputblock
{
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background: #ffffff;
    margin: 2px;
    padding: 2px;
    overflow:auto;'
}

.ajaxLink {
	color:#0000cc;
}

.ajaxLink:hover{
	cursor: pointer;
}

.ajaxBtn32 {
    display: inline-block;
	width:32px;
	height: 32px;
    line-height: 32px;
    padding: 0px;
	margin: 1px;
    vertical-align: text-bottom;
    text-align : center;
	background: url("../theme/btn32.png") no-repeat 0 0;
}

.ajaxBtn32:hover{
	background-position: -32px 0;
	cursor: pointer;
}

.ajaxBtn32:active{
	background-position: -64px 0;
}

.ajaxBtn32 img {
   display: inline-block;
   padding-bottom: 3px;
   vertical-align: middle;  
}

.nothingOpen {
 	height: 100%;
	border: 0;
	background-color: #444450;
    color: white;
	padding: 10%;
	margin: 0;
}


.backgroundInfoArea {
 	height: 100%;
	border: 0;
	background-color: #281050;
    color: white;
	padding: 0px;
	margin: 0;
}

#examplesList{
    margin: 8px;
    padding: 8px;
    background-color: #c9c3ba;
}

.scrollBlock {
    position: absolute;
    background-color: #fffff2;
    height: 100%;
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #003377;
    overflow: auto;
}

.activity
{
    margin-left: 16px;
    padding-left: 6px;
    border-left: 3px solid #bbbbbb;
}
.section
{
    margin: 6px;
    padding: 6px;
}

