.pencil { color: #555; }
.blueInk { color: #002f99; }
html *
{
    font-family: calibri,tahoma,verdana,arial,sans-serif;
    font-size: 12pt;
}
body
{
    background-attachment: fixed;
    background-color: rgb(48,48,48);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    min-width: 700px;
    overflow: hidden;
}
div.matte
{
    background-color: rgba(0,0,0,0.80);
    display: none;
    height:100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
div.window
{
    background-color: white;
    border: 3px solid gold;
    border-radius: 10px;
    box-shadow: 5px 5px 15px 5px rgb(64,64,64);
    color: black;
    overflow:hidden;
    position: absolute;
}
div.mainMenu
{
    border: 3px solid gold;
    border-radius: 10px;
    box-shadow: 5px 5px 15px 5px rgb(64,64,64);
    background-color: white;
    color: black;
    overflow: hidden;
    position: absolute;
}
div.menuControl
{
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 3px 3px 8px black;
    border-radius: 5px;
    position: absolute;
}
div.inlay
{
    background-color: rgb(129,106,93);
    border: 1px solid rgb(48,48,48);
    border-radius: 10px;
    left: 10px;
    position: absolute;
    top: 10px;
}
div.menuCell
{
    background-color: gold;
    border: 1px none black;
    cursor: pointer;
    font-weight: normal;
    font-size: 10pt;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 6px;
    vertical-align: bottom;
    white-space: nowrap;
    width: 100px;
    z-index: 20;
}
div.toolbarButton
{
    position: absolute;
    background-color: lightgray;
    box-shadow: 2px 2px 5px black;
    border-radius: 3px;
    border: 1px solid black;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
div.mapPane
{
    position: fixed;
    top: 20px;
    left: 20px;
    width: 500px;
    height: 524px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 10px 10px 30px black;
    border: 2px solid royalblue;
    overflow: hidden;
    display: inline;
    z-index: 1000;
}
div.gMapsWrapper
{
    background-color: darkgray;
    background-Image: url("/Images/Google-Maps-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 24px;
    left: 0px;
    width: 500px;
    height: 500px;
}
div.actionDetailRow
{
    font-size: 10pt;
    height: 18px;
    color: rgb(240,240,240);
    border: 1px none yellow;
    vertical-align: middle;
    white-space: nowrap;
    display: table-cell;
    overflow: hidden;
}
.workingTitle
{
    font-family: Bookman Old Style,Times New Roman,serif;
    font-size: 48pt;
    font-weight: bold;
    color: black;
    backgroundColor: white;
    position:absolute;
}
.defaultInput
{
    background-Color:rgba(0,0,0,0.10);
    font-size:9pt;
}
input.loginActive
{
    background-color: cyan;
    border: 2px solid darkgray;
    border-radius:5px;
    color: lightgray;
    font-size: 14pt;
    padding: 0px 10px 0px 10px;
}
input.loginDead
{
    background-color: lightgray;
    border: 2px solid darkgray;
    border-radius:5px;
    color: darkgray;
    font-size: 14pt;
    padding: 0px 10px 0px 10px;
}
span.finePrint
{
    font-size:7pt;
    text-align:center;
    text-justify:distribute;
}
.postIt
{
    font-family:handy;
    border-radius:5px;
    border:2px solid white;
    background:#fcf0ad;
    box-shadow:3px 3px 5px black;
    overflow:hidden;
    white-space:normal;
    padding:5px;
    text-align:justify;
}
