﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #9900CC;
    overflow: hidden;
    font-weight: 500;
}
a
{
    color: Blue;
    padding: 5px;
}
a:visited
{
    color: Blue;
}
a:hover
{
    color: Blue;
    border: 3px outset #E2E2E2;
    padding: 2px;
}
a.whiteLink
{
    color: white;
}
a:visited.whiteLink
{
    color: white;
}
a:hover.whiteLink
{
    color: white;
}
.statusmessage
{
    position: relative;
    font-weight: bold;
    color: #00FF00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

.Li
{
    position: relative;
    padding-left: 10px;
    border: solid thin grey;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.lan
{
    background-color: #CC66FF;
}

.kom
{
    background-color: #CC99FF;
}

.lok
{
    background-color: #FFCCFF;
}
.Li.distr
{
    margin-left: 5px;
    background-color: #FFCCFF;
}

.lanInner
{
    margin-left: 20px;
    position: relative;
}
.komInner
{
    position: relative;
    margin-left: 20px;
}
.lokInner
{
    position: relative;
    margin-left: 20px;
    font-size: 0.8em;
}

.selectedTitle
{
    font-weight: bold;
}
.missingLoc
{
    font-style: italic;
}
.closed
{
    display: none;
}
.hitarea.plus
{
    background-image: url('images/plusWhite.gif');
    background-repeat: no-repeat;
}
.hitarea.minus
{
    background-image: url('images/minusWhite.gif');
    background-repeat: no-repeat;
}

.hitarea
{
    display: inline-block;
    position: relative;
    top: 2px;
    height: 12px;
    width: 12px;
}
.title
{
    display: inline-block;
    position: relative;
}
.distrList
{
    border: solid 1px silver;
    padding: 2px !important;
    min-width: 100px;
    width: 90%;
}
.distr.title
{
    display: inline-block;
    float: none;
}
.handle
{
    display: inline-block;
    position: relative;
    top: 1px;
    height: 12px;
    width: 12px;
    cursor: move;
    float: left;
}
.innerDistr
{
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-left: 25px;
}

.col
{
    display: inline-block;
    float: right;
    position: relative;
}

.C2
{
    width: 70px;
}
.C3
{
    position: absolute;
    left: 79%;
    top: 1px;
    min-width: 150px;
    width: 150px;
}
.C4
{
    width: 70px;
}
.content
{
    z-index: 1;
}
.actionMenu
{
    position: absolute;
    left: 75%;
    top: 1px;
    width: 20px;
    z-index: 4;
}
.distr .actionMenu
{
    position: absolute;
    left: 600px;
    top: 1px;
    width: 20px;
    z-index: 4;
}

.drop
{
    line-height: 150%;
    font-size: 0.8em;
    position: absolute;
    padding: 5px;
    left: -165px; /*width: 210px;*/
    border: 1px solid black;
    background-color: White;
    z-index: 8;
}

.insideDropIcon
{
    position: absolute;
    width: 16px;
    height: 16px;
    left: -11px;
    top: 0px;
}
.drop.open
{
    display: block;
}
.drop.closed
{
    display: none;
}

#DistributionForm *
{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: bottom;
}
#DistributionForm input
{
    margin-bottom: 5px;
}
#DistributionForm
{
    border-style: ridge;
    background: #FFFFFF;
    font: 100% "Courier New" , Courier, monospace;
    position: absolute;
    height: auto;
    width: 512px;
    padding: 10px;
    z-index: 50;
    left: 150px;
}

.formHeader
{
    font-family: Arial;
    font-weight: bold;
}

.formLine
{
    clear: both;
    margin-left: 5px;
    width: 512px;
}
.formCaption
{
    font: 90% Arial, Helvetica, sans-serif;
    float: left;
    width: 84px;
    height: 17px;
    padding-top: 4px;
}

.formField
{
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 408px;
}

.smallText
{
    font-family: Arial;
    font-size: xx-small;
}

#divTree
{
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 700px;
}
#treeContainer
{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}
#InfoWindow
{
    font-size: 0.8em;
}

