﻿body {
    font-size: 1em;
    font-family: Sans-Serif;
    font-weight: normal;
    line-height: 150%;
    text-align: justify;
    min-width: 960px;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

h1 {
    font-size: 1.5em;
    font-style: italic;
    color: #444;
    padding: 5px;
    margin: 0;
}

h2 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

hr {
    border: none;
    color: #ddd;
    background-color: #eee;
    height: 1px;
    padding: 0;
    margin: 0;
}

table {
    padding: 0;
    margin: 0;
}

tr {
    padding: 0;
    margin: 0;
}

td {
    padding: 0;
    margin: 0;
}

a {
    /*color: #00f;*/
    color: #20a0e0;
    text-decoration: underline;
}

    a:hover {
        /*color: #68a;*/
        color: #1878a8;
    }

.SiteBody1 {
    padding: 10px;
}

/* Блок серый */

.BlockCaption1 {
    font-size: 1.25em;
    font-style: italic;
    color: #444;
    text-align: left;
    padding: 5px 10px 5px 10px;
    /*border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #bbb;*/
}

.BlockContents1 {
    /*border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;*/
    padding: 5px 10px 5px 10px;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #bbb;*/
}

.BlockContentsCentered1 {
    /*border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;*/
    padding: 5px 10px 5px 10px;
    text-align: center;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #bbb;*/
}

.BlockContentsLeftAligned1 {
    /*border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;*/
    padding: 5px 10px 5px 10px;
    text-align: left;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #bbb;*/
}

/* Блок голубой */

.BlockCaption2 {
    font-size: 1.25em;
    font-style: italic;
    /*color: #468;*/
    color: #1878a8;
    text-align: left;
    padding: 5px 10px 5px 10px;
    /*border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #9bd;*/
}

.BlockContents2 {
    /*color: #468;*/
    color: #1878a8;
    /*border-left: 2px solid #bdf;
    border-right: 2px solid #bdf;
    border-bottom: 2px solid #bdf;*/
    padding: 5px 10px 5px 10px;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #9bd;*/
}

/* Блок зеленый */

.BlockCaption3 {
    font-size: 1.25em;
    font-style: italic;
    /*color: #684;*/
    color: #309018;
    text-align: left;
    padding: 5px 10px 5px 10px;
    /*border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #bd9;*/
}

.BlockContents3 {
    /*color: #684;*/
    color: #309018;
    /*border-left: 2px solid #dfb;
    border-right: 2px solid #dfb;
    border-bottom: 2px solid #dfb;*/
    padding: 5px 10px 5px 10px;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #bd9;*/
}

/* Блок красный */

.BlockCaption4 {
    font-size: 1.25em;
    font-style: italic;
    /*color: #864;*/
    color: #b47830;
    text-align: left;
    padding: 5px 10px 5px 10px;
    /*border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #db9;*/
}

.BlockContents4 {
    /*color: #864;*/
    color: #b47830;
    /*border-left: 2px solid #fdb;
    border-right: 2px solid #fdb;
    border-bottom: 2px solid #fdb;*/
    padding: 5px 10px 5px 10px;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #db9;*/
}

/* Разделитель блоков по вертикали */

.BlockSpacing1 {
    height: 15px;
}

/* Таблица разметки сайта */

.SiteTable1 {
    width: 100%;
}

.SiteColumn1 {
    width: 300px;
    vertical-align: top;
}

.SiteColumn2 {
    width: auto;
    vertical-align: top;
}

.SiteColumn3 {
    width: 250px;
    vertical-align: top;
}

.SiteTableSpacing1 {
    width: 10px;
}

/* Шапка */

.SiteHeader1 {
    background-color: #1878a8;
    color: #000;
    padding: 5px;
    text-align: left;
    /*border-radius: 5px;
    box-shadow: 0 0 5px #bbb;*/
}

.SiteHeader2 {
    background-color: #eee;
    color: #000;
    padding: 5px;
    /*border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #bbb;*/
}

/* Подвал */

.SiteFooter1 {
    font-size: 0.75em;
    background-color: #eee;
    padding: 5px;
    /*border-radius: 5px;
    box-shadow: 0 0 5px #bbb;*/
}

.SiteFooterTableColumn1 {
    width: 50%;
    text-align: left;
}

.SiteFooterTableColumn2 {
    width: 50%;
    text-align: right;
}

.SiteFooterTableColumn3 {
    text-align: center;
}

/* Кнопка главного меню */

.SiteMenuLink1 {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    background-color: #666;
    padding: 5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    /*box-shadow: 0 0 5px #666;*/
}

    .SiteMenuLink1:hover {
        color: #444;
        background-color: #bbb;
        /*box-shadow: 0 0 5px #666;*/
    }

.SiteMenuLink2 {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    background-color: #777;
    padding: 5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    /*box-shadow: 0 0 5px #666;*/
}

    .SiteMenuLink2:hover {
        color: #468;
        background-color: #bdf;
        /*box-shadow: 0 0 5px #666;*/
    }

.SiteMenuLink3 {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    background-color: #573;
    padding: 5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    /*box-shadow: 0 0 5px #666;*/
}

    .SiteMenuLink3:hover {
        color: #000;
        background-color: #684;
        /*box-shadow: 0 0 5px #666;*/
    }

/* Главное меню */

.MenuTable1 {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.MenuRow1 {
    padding: 0;
    margin: 0;
}

.MenuColumn1 {
    width: 20%;
    padding: 0 1px 0 1px;
    margin: 0;
}

.SiteLogoImage1 {
    /*width: 50px;*/
}

.SiteHeaderColumn1 {
    width: 450px;
    font-size: 2.5em;
}

.SiteHeaderColumn2 {
    width: auto;
    font-style: italic;
}

.Hyperlink1 {
    color: #000;
    text-decoration: none;
}

.ScreenshotImage1 {
    display: inline-block;
    width: 320px;
    height: auto;
    margin: 5px;
    text-decoration: none;
}

.Text1 {
    font-style: italic;
    /*color: #468;*/
    color: #1878a8;
}

.Warning1 {
    /*color: #f00;*/
    color: #c00;
}

.CenteredContents {
    text-align: center;
}

.BlockShadow {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.NewLine {
    height: 12px;
}

.SmallText {
    font-size: 10px;
    color: #888;
}

.LargeButton1 {
    display: inline-block;
    padding: 10px;
    background-color: #20a0e0;
    color: #fff;
    border: 1px solid #20a0e0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.25em;    
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

    .LargeButton1:hover {
        background-color: #1878a8;
        color: #fff;
        border: 1px solid #1878a8;
    }
