

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size:12px;
    background-color: dimgrey;
    color: antiquewhite;
}
h1
{
    margin:0;
    padding:0;
    font-size:16px;
}

a:link
{
    color: inherit;
    text-decoration: none;
}
a:hover
{
    color: inherit;
    text-decoration: underline;
}
a:visited
{
    color: inherit;
}
#container {
    width: 800px;
    margin: auto;

}
#header{
    margin-top:10px;
    margin-bottom:10px;

}

#topPanel
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 800px;
}
#statsPanel
{
    float: left;
    width: 500px;
}
#actionsPanel
{
    float: left;
    width: 150px;
    height: 200px;
}
#resourcesPanel
{
    float: right;
    width: 260px;

}
#combinationsPanel
{
    width: 250px;
    float: right;
}
#workspacePanel
{
    width: 250px;
    min-height: 500px;
    float: left;
    border: solid 2px antiquewhite;
    padding: 5px;
}
#resetWorkspace
{
    float: right;
    font-weight: bold;
    cursor: pointer;
}

#recipeDetails{

}
#recipeCommentary{
font-style: italic;
    margin-top: 5px;
}
#activationPanel
{

    height: 50px;
    float: right;
    padding-top: 5px;

}
#activateRecipe
{
    float: right;
}

#logTitle
{
    font-weight: bold;
}

#logitems
{
    margin-top: 5px;
    padding: 0;
}

#logPanel
{
    clear: left;
    width: 200px;
    margin-top: 10px;
}
.keyword
{
    font-weight: bold;
    text-transform: uppercase;
}

#queuePanel
{
    float: right;
}
#selectionMenu
{
    border: solid 2px antiquewhite;
    padding: 5px;
    position: absolute;
    display: none;
    background-color: dimgrey;
    z-index: 20;

}


#aspectsInCurrentWorkspace
{
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
}
.aspect
{
    margin-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
}


.queueItem
{
    position: relative;
    width: 260px;
    z-index: 10;
}
.queueBar
{
    position: relative;
    width: 250px;
    height: 25px;
    background-color: slategray;
    margin: 5px;
    white-space: nowrap;
    line-height: 25px;
}
.queueBarProgress
{
    height: 100%;
    background-color: silver;
    position: absolute;
}

.queueBarCancel
{

    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 25px;
    background-color: slategray;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
}

#footer
{
    clear: both;
    height: 30px;
    width:500px;

}

.activebutton
{
    margin-top: 10px;
    padding: 4px;
    background-color: gray;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 140px;

}
.nestingLevel1
{
    position: relative;
left: 0;
}
.nestingLevel2
{
    position: relative;
    left: 20px;
}
.nestingLevel3
{
    position: relative;
    left: 40px;
}
.nestingLevel4
{
    position: relative;
    left: 60px;
}
.linkdiv
{
    margin-top: 10px;
    padding: 4px;
    text-transform: uppercase;
    text-align: center;
    width: 140px;

}


.disabledbutton
{
    margin-top: 10px;
    padding: 5px;
    background-color: dimgray;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
}
.footerbutton
{float: left;
    margin-left: 5px;
}


.consumable
{
    color: #fc9867;
}

.activebutton:hover
{
    color: white;
    background-color: silver;
}

.resourceblock
{
    margin-top: 2px;
    padding: 1px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    width: 180px;

}

.chatty
{
    font-style: italic;
}

.genericblock
{
    padding: 10px;
}
.edit
{
    margin: 10px;
}