/* =============================================================================== *
 * Copyright 2005 - 2020 by Glitter-Graphics.com                                   *
 * =============================================================================== */

body
{
    background-attachment: fixed;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;

    color: #454f8a;
    margin: 0;
    font-size: 12px;
}

#page
{
    position: relative;
    width: 870px;
    margin: 25px auto 25px auto;
}

#page_side
{
    position: relative;
    float: left;
    width: 160px;
    margin-right: 18px;
    padding-top: 25px;
    font-size: 12px;
}

#page_side .decorated_box
{
    margin-bottom: 13px;
    box-shadow: 0 0 5px #ccc;
}

#page_main
{
    position: relative;
    float: left;
    width: 690px;
    background: white;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 0 8px #bbb;
    border-radius: 8px;
    box-sizing: border-box;
}

#page_header
{
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
}

#page_header img
{
    margin-bottom: 3px;
}

.decorated_box
{
    position: relative;
    background: url(/images/box/head/left.gif) left top no-repeat,
                url(/images/box/head/center.gif) top repeat-x,

                /*
                url(/images/box/head/right.gif) right -1px top no-repeat,
                url(/images/box2/bottom_left.gif) left bottom -1px no-repeat,
                url(/images/box2/bottom_right.gif) right -1px bottom -1px no-repeat,
                url(/images/box2/bottom_center.gif) left bottom -1px repeat-x,
                url(/images/box2/left_center.gif) left repeat-y,
                url(/images/box2/right_center.gif) right -1px top repeat-y,
                */
                white;

    padding: 30px 2px 15px 10px;

    border-radius: 8px 5px 5px 5px;
    box-sizing: border-box;
}

.decorated_box h1
{
    position: absolute;
    left: 30px;
    top: 5px;
    margin: 0;
    font-size: 12px;
    color: #597d92;
}

.decorated_inbox
{
    position: relative;
    background: url(/images/box/head/left.gif) left top no-repeat,
                url(/images/box/head/right_blue.gif) right -1px top no-repeat,
                url(/images/box/head/center.gif) top repeat-x,

                /*
                url(/images/box2/bottom_left.gif) left bottom -1px no-repeat,
                url(/images/box2/bottom_right.gif) right -1px bottom -1px no-repeat,
                url(/images/box2/bottom_center.gif) left bottom -1px repeat-x,
                url(/images/box2/left_center.gif) left repeat-y,
                url(/images/box2/right_center.gif) right -1px top repeat-y,
                */
                #e8eef3;

    padding: 34px 10px 10px 10px;
    border: 1px solid #ccd;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 5px #ccc;

    box-sizing: border-box;
}

.decorated_inbox h1
{
    position: absolute;
    left: 30px;
    top: 5px;
    margin: 0;
    font-size: 12px;
    color: #597d92;
}

.decorated_simple
{
    position: relative;
    padding: 10px;
    border: 1px solid #ccd;
    border-radius: 8px;
    background: #e8eef3;
    box-shadow: 0 2px 5px #ccc;
    box-sizing: border-box;
}

.clear
{
	clear: both;
}

a
{
    text-decoration: none;
    color: #424d89;
}

a:hover
{
    text-decoration: underline;
    color: #424d89;
}

.cats_l_a
{
    color: #103060;
    text-decoration: none;
}   

.cats_l_a:hover
{
    color: #103060;
    text-decoration: underline;
}
    
.cats_a
{
    color: #537eaf;
    text-decoration: none;
}   

.cats_a:hover
{
    color: #537eaf;
    text-decoration: underline;
}

.cat_a
{   
    color: #537eaf;
    text-decoration: none;
}

.cat_a
{
    color: #537eaf;
    text-decoration: none;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 3px;
}

.avatar
{
    max-width: 150px;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 20px;
    border: 2px solid white;
}

.flex_centered_container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.desktop_only
{
    visibility: visible;
}

.mobile_only
{
    visibility: hidden;
    display: none;
}
