/* 
    Document   : standard
    Created on : Feb 19, 2010, 12:35:25 AM
    Author     : sario
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Colour-Scheme: http://www.colorschemer.com/schemes/viewscheme.php?id=8240
*/
a:link {
    color: #666565;
    text-decoration: none;
    font-weight: normal;
}

a:visited {
    color: #666565;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

a:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}


#mainTitle {
    font-size: 5em;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
    text-shadow: 2px -2px 2px #999999;
    font-variant: small-caps;
    margin: 0px;
    padding: 0px;
}

#mainTitle:hover {
    font-size: 5em;
    font-weight: normal;
    text-decoration: none;
    color: #111111;
    text-shadow: 2px -2px 2px #999999;
    font-variant: small-caps;
    margin: 0px;
    padding: 0px;
}

#subTitle {
    font-size: medium;
    color: #777777;
    font-style: italic;
    text-decoration: none;
    font-weight: lighter;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    display: inline;
}

root {
    display: block;
}

body {

    background-color: #F0F0F0;

    text-align: center;
    font: 100.1%/1.5 "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
    font-smooth: always;
    color: black;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}

#boundingBox {
    max-width: 1200px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003455;
    padding: 0px;
    box-shadow: 0px -1px 8px #999999;
}

#mainCentral {
    background-color: #FDFDFD;
    color: #333333;
    font: 100.1%/1.5 "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
    text-align: center;
    border: none;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    width: auto;
    visibility: visible;
    z-index: 1;
    margin-right: 0;
    /*box-shadow: 0px -1px 8px #999999;*/
}

#top {
    background-color: #FDFDFD;
    color: #333333;
    text-align: left;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0em;
    padding-right: 1em;
    padding-left: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
    height: 6em;
    visibility: visible;
    z-index: 1;
}

#leftBox {
    background-color: #FDFDFD;
    /*#FAFAFA;*/
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: auto;
    width: 200px;
    z-index: 2;
    float: left;
}

#topBox {
    background-color: transparent;
    /*#385A72;*/
    /*background-image: url(../Images/whiteGrad.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;*/
    height: 2rem;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 3;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

#rightBox {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
    margin-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 2;
    border-left: 1px solid #D8D8D8;
    min-height: 75vh;
}

#bottomBox {
    clear: both;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#D8D8D8));
    background: -webkit-linear-gradient(top, #FDFDFD, #D8D8D8);
    background: -moz-linear-gradient(top, #FDFDFD, #D8D8D8);
    background: -ms-linear-gradient(top, #FDFDFD, #D8D8D8);
    background: -o-linear-gradient(top, #FDFDFD, #D8D8D8);
    height: 10px;
}

#footer {
    color: #D8D8D8;
}

.box {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 0.8rem;
    border-bottom: #D8D8D8 dotted 1px;
}

.imgShadow {
    box-shadow: 2px -1px 8px #999999;
    margin-top: 5px;
    margin-bottom: 5px;
}

.imgSpacing {
    margin: 1rem;
}

.figFloat {
    margin: 1rem;
    display: table;
    width: 1px;
    padding: 5px;
    float: right;
    clear: right;
}

.figFloat figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
}

.naviTab {
    display: inline;
    position: relative;
    float: right;
    margin-right: 2rem;
    height: 100%;
}

.naviTab a {
    display: block;
    color: #707070;
    font-size: 0.9rem;
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #000000;*/
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 5px;
    padding-left: 5px;
}

.naviTab a:hover {
    display: block;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    /*text-shadow: 3px 3px 3px #000000;*/
    background-color: #003455;
    /*#6491A1;*/
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 5px;
    padding-left: 5px;
}

.active a {
    display: block;
    color: #303030;
    font-size: 0.9rem;
    font-weight: bold;
    /*text-shadow: 1px -1px 1px #000000;*/
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
}

.active a:hover {
    display: block;
    color: #000000;
    font-size: 0.9rem;
    font-weight: bold;
    /*text-shadow: 3px 3px 3px #000000;*/
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
}

.head {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: transparent;
    color: #A10518;
    text-align: left;
    font-size: x-large;
    font-weight: normal;
    font-variant: small-caps;
    text-shadow: 1px 1px 3px #D8D8D8;
}

.head2 {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: transparent;
    color: #A10518;
    text-align: left;
    font-size: large;
    font-weight: normal;
    text-shadow: 1px 1px 3px #D8D8D8;
}

#leftBox .box .head {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: transparent;
    color: #A10518;
    text-align: left;
    font-size: large;
    font-weight: normal;
    font-variant: small-caps;
    text-shadow: 1px 1px 2px #D8D8D8;
}

#leftBox .box {
    margin-bottom: 5px;
    font-size: 0.7rem;
}

.artfoot {

    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: right;
    font-size: small;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #333333;
}


.descr {
    font-weight: bold;
}

.pnospace {
    margin: 0px;
    padding: 0px;
}

.error {
    color: red;
}

#gpgfp {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

table tr td {

    font-size: small;
}

.wrap1 {
    /*float:left;*/
    background-image: url(../Images/shadow.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.wrap2 {
    background-image: url(../Images/corner_bl.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.wrap3 {
    background-image: url(../Images/corner_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 4px;
}

.wrap1,
.wrap2,
.wrap3 {
    display: inline-table;
}

.wrap3 img {
    display: block;
}

.tightPar p {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.tightPar h3 {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

img.icon {
    position: relative;
    top: -2px;
    height: 1em;
}


/* === Automatic Dark Theme === */
@media (prefers-color-scheme: dark) {

    body {
        background-color: #121212;
        color: #E6E6E6;
    }

    a:link,
    a:visited {
        color: #9AA4AE;
    }

    a:hover,
    a:active {
        color: #FFFFFF;
    }

    #boundingBox {
        background-color: #0B2A3E;
        box-shadow: 0px -1px 8px #000000;
    }

    #mainCentral,
    #top,
    #leftBox {
        background-color: #1A1A1A;
        color: #E6E6E6;
    }

    #topBox {
        border-top: 1px solid #2A2A2A;
        border-bottom: 1px solid #2A2A2A;
    }

    #rightBox {
        border-left: 1px solid #2A2A2A;
    }

    #bottomBox {
        background: linear-gradient(to bottom, #1A1A1A, #2A2A2A);
    }

    .box {
        border-bottom: #2A2A2A dotted 1px;
    }

    .head,
    .head2,
    #leftBox .box .head {
        color: #D46363;
        text-shadow: 1px 1px 2px #000000;
    }

    #mainTitle {
        color: #E6E6E6;
        text-shadow: 2px -2px 2px #000000;
    }

    #mainTitle:hover {
        color: #FFFFFF;
    }

    #subTitle {
        color: #AAAAAA;
    }

    .naviTab a {
        color: #B0B0B0;
    }

    .naviTab a:hover {
        color: #FFFFFF;
        background-color: #0B2A3E;
    }

    .active a {
        color: #E6E6E6;
    }

    .active a:hover {
        color: #FFFFFF;
    }

    .artfoot {
        border-top-color: #666666;
        color: #AAAAAA;
    }

    table tr td {
        color: #DDDDDD;
    }

    .error {
        color: #FF6B6B;
    }

    .imgShadow {
        box-shadow: 2px -1px 8px #000000;
    }

    #gpgfp {
        background-color: #1A1A1A;
        color: #E6E6E6;
    }

    ::selection {
        background-color: #2A3A48;
        color: #FFFFFF;
    }

    ::-moz-selection {
        background-color: #2A3A48;
        color: #FFFFFF;
    }

    /* Logo figures: embed white logos in a subtle dark card */
    .figLogo {
        background-color: #181A1E;
        /* slightly lighter than body, darker than #1A1A1A if you like */
        /* border-radius: 0.5rem;
        padding: 0.25rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
    }

    .figLogo img {
        background-color: #FFFFFF;
        /* keep their required white background */
        border-radius: 0.25rem;
        border: 1px solid #2A2E35;
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
    }

    .figLogo figcaption {
        color: #C0C4CC;
    }

    .icon {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.55));
    }
}
