/**
    =======================================================================================
    Created: 2023 08 25
    =======================================================================================
    Cascading Style Sheets Supporting Same Named .php Script
    =======================================================================================
**/
#TitleTop
{
    margin: 10px 10px;
    text-align: center;
}

.TitleTopImg
{
    height: 80px;
    width: auto;
    margin: 0 60px 0 0;
}

#TitleBar
{
    /*background-color: #ff0000;*/
    border-top: 2px solid #99ccff;
    border-bottom: 2px solid #99ccff;
    padding: 6px 2px;
    position: relative;
}

#SiteLinks
{
    display: inline-block;
    white-space: nowrap;
}

#SiteLinks a
{
    color: #ffff00;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.TitleText
{
    /*color: #000000;*/
    font-size: 1.3em;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}


#TitleLeft
{
    font-size: .8em;
    float: left;
    margin: 2px 0 0 20px;
}


#TitleRight
{
    font-size: .8em;
    float: right;
    margin: 2px 20px 0 0;
}


#TitleBar hr
{
    background-color: #C7C4B9;
    color: #C7C4B9;
    width: 96%;
    height: 3px;
}

#LangLinks
{
    border: 1px dashed red;
    float: left;
    margin-left: 1px 16px;
    position: relative;
    z-index: 3000;
}
#LangLinks a
{
    border: 1px dashed greenyellow;
    font-size: .7em;
    margin: 0 12px 0 0 !important;
    white-space: nowrap;
}
#LangLinks a:link, #LangLinks a:visited, #LangLinks a:hover, #LangLinks a:active
{
    color: #ffff00;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-style: italic;
    font-size: .7em;
    margin-right: 16px;
    cursor: pointer;
}
