/*  Copyright (C) 2013, John Steven Denson */
/*  All Rights governed by MIT License */
/*  +-------------------------------------------------------------------- */
/*  | TERMS OF USE: MIT License */
/*  +-------------------------------------------------------------------- */
/*  Permission is hereby granted, free of charge, to any person obtaining */
/*  a copy of this software and associated documentation files */
/*  (the "Software"), to deal in the Software without restriction, */
/*  including without limitation the rights to use, copy, modify, merge, */
/*  publish, distribute, sublicense, and/or sell copies of the Software, */
/*  and to permit persons to whom the Software is furnished to do so, */
/*  subject to the following conditions: */
/*  */
/*  The above copyright notice and this permission notice shall be */
/*  included in all copies or substantial portions of the Software. */
/*  */
/*  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
/*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
/*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
/*  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
/*  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
/*  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/*  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

body {
    background-color:antiquewhite;
}
.flowblock {
    position:absolute;
    cursor:move;
    width: 80; /* multiple of 50 */
    height:50 ; /* multiple of 30 */
    display:inline;
}
.sflowblock {
    cursor:move;
    width: 70;
    height:40;
    display:inline;
}
.tophr {
    position:absolute;
    background-color:blue;
    height:4;
    top:65;
    left:10;
    width:500;
}
.help {
    position:absolute;
    top:90;
    left:10;
}

.helpseparator {
    background-color:steelblue;
    width: 100%;
    margin-left:0;
    height:3;
}
.helptabsep {
    background-color:blue;
    width:93%;
    height:2;
    margin-left:0;
}
.helpblksep {
    background-color:gray;
    width: 90%;
    margin-left:0;
    height:1;
}
.garbage {
    position:absolute;
    left:0;
    top:5;
    width:80;
    height:100;
    display:inline;
}
.flowpoint {
    position:absolute;
    width:16; /* multiple of 10 */
    height:16; /* multiple of 10 */
}
.flowcircle {
    position:absolute;
    width:20; /* multiple of 10 */
    height:20; /* multiple of 10 */
}
.flowline {
    position:absolute;
}
.container {
    height:800px;
    width:600px;
}
.tabcontrol {
    /*
    height:45;
    border-style:solid;
    color:green;
    */
}
.tab {
    float:left;
    width:90;
    /*
    height:45;
    background-color:antiquewhite;
    background:linen;
    background-color:lawngreen;
    background:linear-gradient(limegreen, lawngreen, green);
    background:linear-gradient(lime,limegreen);
    background:linear-gradient(turquoise,limegreen,teal);
    background-color:skyblue;
    background-color:wheat;
    background-color:lightskyblue;
    background-color:navajowhite;
    background-color:LightSalmon; // close
    background-color:BurlyWood;
    background-color:white; */
    color:blue;
    /* border-style:solid; */
    /* border-width:1px; */
    text-align:center;
    font-family:tahoma;
    font-size:150%;
}
.controls {
    top:10;
    height:10px;
    width:600px;
    border-width:1px;
}
.workspace {
    /* float:left; */
    /* width:420px; */
    height:800px;
    border-width:1px;
}
.buttons {
    background-color:#ddddFF;
}
.listdiv {
    position:absolute;
    visibility:hidden;
}
.codetext {
    position:absolute;
    visibility:hidden;
    font-size:80%
}
.listtext {
    position:absolute;
    visibility:hidden;
    font-size:80%
}
.properties {
    position:absolute;
    display:inline;
    border-color:LightGray;
    border-style:ridge;
    border-width:3;
    border-radius:7;
    box-shadow:8px 8px 8px Gray;
    font-size:70%;
    width:235;
}
.blockname {
    color:black;
    font-size:12;
}
.definemethod {
    font-size:120%;
    color:Navy;
    vertical-align:top;
    background-color:DeepSkyBlue;
    border-color:DeepSkyBlue;
    border-style:solid;
    border-width:4px;
}
.inputs {
    width:50%;
}
.moveshow {
    /* position:absolute; */
    /* top:20; */
    width:600;
}
