﻿#divAccess
{
    background-color: lightsteelblue;
    margin-right: 8px;
    width: inherit;
}

#accessFlag
{
    background-color: lightsteelblue;
    flex-basis: 25%;
    flex-grow: 1;
    padding-top: 21px;
    width: inherit;
}

#displayFrame
{
    background-image: url('/images/Lapland.jpg');
    background-size: auto;
    border: none;
    flex-grow: 99;
    flex-basis: 0%;
    order: 1;
    height: inherit;
    width: inherit;
}

#divHeader
{
    background-color: lightsteelblue;
    flex-grow: 1;
    height: auto;
    width: inherit;
}

#header
{
    background-color: lightsteelblue;
    height: 42px;
    width: inherit;
}

#sideFrame
{
    /*    position: absolute;
    left: 0;
    top: 50px;
*/ background-color: cornflowerblue;
    border: none;
    flex-grow: 1;
    height: inherit;
    min-width: 0;
    width: 160px;
}

#webLanguageList
{
    color: firebrick;
    cursor: default;
    display: none;
    font-family: Verdana;
    font-size: 12px;
    height: 21px;
    margin-top: 7px;
    margin-right: 10px;
    outline: none;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: 4px;
    width: 100px;
}

#divPageMessage
{
    background-color: transparent;
    color: firebrick;
    flex-basis: 25%;
    flex-grow: 1;
    float: left;
    font-family: Verdana;
    font-size: 16px;
    font-style: italic;
    height: 22px;
    padding-top: 15px;
}

#webPage
{
    float: left;
    margin-left: 15px;
    text-align: left;
    width: auto;
}

#webMessage
{
    float: left;
    margin-left: 15px;
    text-align: left;
    width: auto;
}

#webTitle
{
    background-color: transparent;
    color: firebrick;
    flex-grow: 99;
    font-family: Verdana;
    font-size: 17px;
    font-style: italic;
    height: 24px;
    padding-top: 15px;
    text-align: center;
    width: auto;
}

.s1000DivButton
{
    margin-bottom: 22px;
    margin-top: 22px;
}

.s1000Button
{
    border-radius: 5px;
    background-color: #a6d9c9;
    font-family: Verdana;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 80px;
}

.dywHeaderConfirm
{
    background-color: lightskyblue;
    display: block;
    height: 26px;
    width: 100%;
}

.dywText
{
    background-color: transparent;
    color: black;
    display: block;
    font-family: Verdana;
    font-size: 14px;
    height: 18px;
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.dywTitle
{
    color: black;
    display: block;
    font-family: Verdana;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
