﻿/* CSS for ES-Builder Web
     Copyright McGoo Software 2011
*/

body
{
    font-family: sans-serif;
    font-size: 9pt;
}
#treeheader
{
    background-color: #EEEEFF;
    padding: 15px;
    text-align:center;
    border-radius:15px;
    background-image: url(../images/McGooSpecs.png) , url(../images/editTree.png);
    background-position: right center, 15px; ;
    background-repeat: no-repeat, no-repeat;
    color:blue;
    font-weight: bold;
    text-align: left;
    font-size: large;
    text-indent: 50px;
    text-shadow: 1px 1px 1px gray;
}

div
{
    padding: 0 0 0 0px;
    margin: 0px;
}
a{
    text-decoration:none;
    font-weight:normal;
}
.tree
{
    border: thin solid silver;
    color: black;
    background-color: white;
    padding: 10px;
    /*height: 720px;*/
    overflow: auto;
}

#divRightTab{
    float:right;
    width:300px;
/*    height:720px; */
    border:none;
    padding:0px;
    overflow: auto;
    display: block;
    
}
#divDataTab{
    width:270px;
/*    height:720px; */
    padding:10px;
    display: none;
}
#disableTree{
    position:absolute;
    top:96px;
    left:5px;
    width:1000px;
    height:800px;
    background-color:white;
    opacity:0.7;
    z-index:8;
    display:none;
}

#saveDelay{
    position:absolute;
    top:296px;
    left:410px;
    width:200px;
    height:200px;
    padding:50px;
    z-index:9;
    display:none;
}

.uofd
{
    padding: 3px 0px 30px 0px;
    font-weight: bold;
}

.Attribute
{
    padding: 0px 0px 0px 20px;
    background-image: url("../images/pb.png");
    background-repeat: repeat-y;
    background-position: 16px;
}
.Value
{
    padding: 0px 0px 0px 20px;
    background-image: url("../images/pb.png");
    background-repeat: repeat-y;
    background-position: 16px;
}
.Conclusion
{
    padding: 0px 0 0px 20px;
}

.nodeDataHolder
{
    padding-left:35px;
    background-image: url("../images/pb.png");
    background-repeat: repeat-y;
    background-position: 16px;
    display:none;

}

.nodeData
{
    padding:5px;
    border:thin solid silver;
    width:570px;
    border-radius:8px;
    background-color:#EEEEFF;
    box-shadow:3px 3px 3px gray;
}

img.nodeimage
{
    vertical-align: middle;
    box-shadow:2px 2px 2px silver;
}

img.expandImage
{
    margin-left:16px;
    display:none;
    vertical-align:top;
}

img.popup
{
    vertical-align: middle;
    margin-right:5px;
    margin-left:1px;
}

input, textarea
{
    font-size: 9pt;
    padding: 3px;
    box-shadow:none;
    border:none;
}
input.nodeInput
{
    border: none;
    cursor:pointer;
    background-color: white;
    border-radius:4px;
    transition-property: color, text-decoration;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
}
input.nodeInput:hover{
    color:navy;
    text-decoration:underline;	
}
input.nodeSelect
{
    border: thin dotted silver;
    vertical-align: middle;
    border-radius:4px;
    box-shadow:inset 1px 1px silver;
}
input.nodeDataEdit, textArea.nodeDataEdit
{
    border: thin dotted silver;
    vertical-align: middle;
    border-radius:4px;
    box-shadow:2px 2px silver;
}

input.nodeTree
{
    border: none;
    background-color:white;
}
input.nodeEdit
{
    border: thin solid gray;
    border-radius:4px;
    box-shadow:inset 1px 1px gray;
    padding:2px;
    background-color:ivory;
}

#popupAtt
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 2px;
    box-shadow:2px 2px  gray;
}
#popupContentsAtt
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    text-align:justify;
    width: 180px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px  gray;
}
#popupValEmpty
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 2px;
    box-shadow:2px 2px  gray;
}

#popupTree
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 2px;
    box-shadow:2px 2px 2px gray;
}

#popupContentsTree
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    width: 120px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px 2px gray;
}


#popupValFull
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 2px;
    box-shadow:2px 2px 2px gray;
}

#popupContentsVal
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    width: 180px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px 2px gray;
}
#popupContentsValEmpty
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    width: 180px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px 2px gray;
}
#popupContentsValFull
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    width: 180px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px 2px gray;
}


#popupCon
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 2px;
    box-shadow:2px 2px 2px gray;
}
#popupContentsCon
{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 175%;
    width: 180px;
    border: thin solid #979797;
    background-image: url(../images/attBack.png);
    opacity: 0.99;
    padding: 1px;
    z-index: 49;
    cursor: pointer;
    box-shadow:2px 2px 2px gray;
}
#popupShadowCon
{
    position: absolute;
    left: 2px;
    top: 4px;
    width: 182px;
    line-height: 175%;
    padding: 1px;
    background-color: gray;
    opacity: 0.3;
    z-index: 48;
    box-shadow:2px 2px 2px gray;
}
table.popup
{
    border-spacing:0px;
}

td.popup
{
    padding:2px;

}