﻿body {
}

.BackGroudAndText {
    color: #fff;
    background-color: #4dd3d3;
}

.CenterBlock_TEMP {
    top: 171%; /* Отступ в процентах от верхнего края окна */
    left: 115%; /* Отступ в процентах от левого края окна */
    width: 450px; /* Ширина блока */
    height: 171px; /* Высота блока */
    position: absolute; /* Абсолютное позиционирование блока */
    margin-top: -225px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
    margin-left: -225px; /* Отрицательный отступ от левого края страницы, должен равняться половине высоты блока со знаком минус */
}

.CenterBlock {
    position: fixed;
    top: 43%;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
}

.centered {
    position: fixed;
    top: 25%;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
}

.PositionRight {
    position: relative;
    float: right;
    right: 2%;
}

.PositionCenter {
    position: absolute;
    left: 50%;
}


.GridLayout {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}


.GridCenterScreen {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.MenuButton {
}


.linkClass {
    color: Blue;
    font-weight: bold;
    text-decoration: underline;
}

.header {
    height: 133px;
    text-align: right;
    width:100%;
    background-color: #006699;
    background-image:url('../Content/logo.jpg');
}

.BackgroundColor {
    background-position: left;
    background-color: #006699;
    background-image:url('../Content/logo.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 133px;
    text-align: right;

}

.btnExit {
    margin-top: 75px;
    margin-right: 10px;
    float: right;
}

.tableMain {
    float: right;
    margin: 15px;
    margin-right: 25px;
}

.main_menu {
    float: left;
}

.instr {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
