﻿body
{
    margin: 0px 0px 0px 125px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background: #aaa;
    font-family: Tahoma;
    /*overflow: hidden; */
}

.fullscreen {top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; border: 0px; margin: 0; overflow: hidden;}

p {text-align: left; }
ul {text-align: left; }

.menurow
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    margin-top: 0.1%;
    margin-left: 1%;
    /*border-bottom: 1px solid #ccc;*/
}
.menurow.withoutmenu {display: none;}

.menuitem
{
    position: relative;
    float: left;
    /*float: left;*/
    height: 100%;
    text-align: center;
}
.menuitemtext
{
    position: relative;
    float: left;
    /*float: left;*/
    height: 100%;
    width: 99%;
    height: 80%;
    background: #99CCFF;
    color: #FFFFFF;
    font: bold medium Arial;
    text-align: center;
}
.menuitemtext.selected { background: blue; }

#iframecontainer
{
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0px;
    /*border-top: 1px solid #000000;*/
}


#iframepictures
{
    position: relative;
    width: 100%;
    height: 100%;
    border: 0px;
}

#divPictures
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    border-top: 1px solid #000000;
}
/*#divPictures.withoutmenu {top: 0; }*/

.menuitemtext:hover
{
    color: #000066;
}

#divSidebar
{
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0px;
    width: 125px;
    overflow: auto;
    background: #aaa;
    padding: 0px;
    margin: 0px;
}

#divPicture
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 125px;
    right: 10px;
    top: 25px;
    bottom: 0px;
    /*height: auto;*/
    background: #aaa;
    padding: 0px 0px  0px 0px;
    margin: 0px 0px 10px 10px;
}

#divPicture.fullscreenpicture
{
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

#divPicture img
{
    max-width: 100%;
    max-height: 100%;
}

.textcontainer
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: auto;
    background-color: White;
}
.textcontainer p {margin-left: 1em; margin-right: 1em;}

#MyImage
{
    width: 100;
    height: 100;
    background: #fff;
    padding: 3px 3px  3px 3px;
    margin: 0px 0px 0px 0px;
}

#divButtons
{
    width: 100%;
    background: #aaa;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    height: 18px;
}

.Thumbnail
{
    margin: 3px auto 3px auto;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
    background: #ffffff;
    width: 80%;
    height: fit-content;
}

.Thumbnail:hover
{
    background: #FFEE84;
}

.Disabled
{
    color: Gray;
    text-decoration: none;
    cursor: default;
    border: solid 10 red;
    
    /* See hack for IE */
    /* filter:alpha(Opacity=20); */
    -moz-opacity: 0.2;
    /*opacity: 0.2;*/
}

.Disabled img
{
    /* Hack for IE */
    /*filter:alpha(Opacity=20);*/
}

.Highlight
{
    background: blue;
}

a.Button
{

}

a.Button img
{
    padding: 1px;
    margin: 0px;
    background: #D4D0C8;
    border: solid 1px #777777;
    width: 16px;
    height: 16px;
}

a.Button img:hover
{
    background: #A5A29D;
}

a.Disabled img:hover
{
    background: #D4D0C8;
}