﻿/* DEFAULTS
----------------------------------------------------------*/
a img {
    padding: 10px;
    border: none;
}
a:link, a:visited
{
    color: #003399;
    text-decoration: none;
    /*display: block;*/
}

a:hover
{
    color: #0066FF;
    text-decoration: none;
    border: none;
}

a:active
{
    color: #6600CC;
    border: none;
    background: none;
}

p
{
    padding: 0px;
    margin: 5px 0px 5px 0px; 
    text-align: justify;
}


/* HEADINGS   
----------------------------------------------------------------------------------------------------H1-H2----------*/
h1, h2, h3, h4, h5, h6
{
    color: #333333;
    font-variant: small-caps;
    text-transform: none;
    margin: 0px;
    text-align: center;
    font-weight: bold;
}
h1
{
    font-size: 2em;
    padding: 5px;
}
h2
{
    padding: 10px;
    font-size: 1.4em;
    font-weight: 600;
    color: #333333;
}
h3
{
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    padding: 20px 10px 0px 10px;
    margin: 0px;
    font-size: 1em;
    font-variant: normal;
    font-weight: normal;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------------------------------------------------Kakie-to_shtuki------------*/
body { 
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #BBBBBB;
    background-image: url('../Images/bg.jpg');
    background-repeat: repeat;
    background-position-x:center;
   /*  background: linear-gradient(to top, #43657b, #a1b8d4);
   background: linear-gradient(to top, #FFFF88, #FFFFBB);*/
}

.page
{
 }
.header {
    color: #000000;
    width: 100%;
    font-weight: bold;
    font-size: x-large;
    vertical-align: middle;
}
.main {
    padding: 20px;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

  
.footer
{
    background-position: top;
    text-align: right;
    height: 70px;
    width: 100%;
    vertical-align: bottom;
    background: #BBBBBB; /* Для старых браузров */
    background: linear-gradient(to top, #5C5B5A, #817F7E);
}

.semilayer
{
    padding: 25px;
    border-radius: 15px;
    /*background: rgba(255, 255, 255, 0.3);*/
    vertical-align: middle;
}

/* MISC  
------------------------------------------------------------------------------------------------------------MISC -----------*/

.clear
{
    clear: both;
}

.title
{

}

.table
{
    font-family: Arial;
}

.bold
{
    font-weight: bold;
}

/* UP MENU   
--------------------------------------------------------------------------------------------------------UP MENU -------------*/
.separator
{
    /*background-image: url('../Images/separator.png');
    background-repeat: no-repeat;
    background-position: center top;*/
    background: linear-gradient(to top, #1777E7, #2787f7);
    width: 1px;
    height: 40px;
    display: table-cell;
}
div.Button
{
    /*width: 150px;*/
    padding-left: 10px;
    padding-right: 10px;
    min-width: 90px;
    height: 40px;
    line-height: 2.5;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    background: #a1b8d4; /* Для старых браузров */
    background: linear-gradient(to top, #918D8E, #C0C0C1);
    font-weight: normal;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.Button:hover
{
    background: linear-gradient(to top, #A19D8E, #D0D0D1);
}
div.Button:active
{
    background: linear-gradient(to top, #A19D8E, #D0D0D1);
}
div.Button a
{
    font-weight: bold;
    color: #EEEEEE;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
div.Button a:hover {
    color: #0066FF;
}
div.Button a:active
{
    color: #DDDD00;
}

/* LEFT MENU   
--------------------------------------------------------------------------------------------------------LEFT MENU  --------------*/
.LeftMenuSeparator {
    background: #2288FF;
    height: 1px;

}
.LeftMenu
{
    border-radius: 6px;
    line-height: 2.5;
    text-align: center;
    vertical-align: top;
    background: #a1b8d4; /* Для старых браузров */
    background: linear-gradient(to top, #918D8E, #C0C0C1);
    padding: 10px 20px;
    width: 180px;
  /*border-style: none solid none solid; 
    border-width: thin; 
    border-color: #2288FF*/
}
.LeftMenuButton
{
    height: 35px;
    padding-left: 10px;
    line-height: 2.2;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.LeftMenuButton:hover
{
padding-left:20px;
}
.LeftMenuButton:active
{
  padding-left:20px;
}
.LeftMenuButton a
{
    font-weight: bold;
    color: #EEEEEE;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.LeftMenuButton a:hover
{
    color: #0066FF;
}
.LeftMenuButton a:active
{
    color: #FFFFFF;

}

/* Other   
--------------------------------------------------------------------------------------------------------Other --------------*/

.social {
    width: 120px;
    text-align: left;
    vertical-align: middle;
}

.DivHat
{
    border-radius: 6px 6px 0px 0px;
    background: #FF6600;
    background: linear-gradient(to top, #0066FF, #1076FF); 
    padding: 5px;
    font-weight: bold;
    color: #EEEEEE;
    text-align: center;
    padding: 10px 20px;
    width: 180px;
}

.DivTable
{
    border-radius: 0px 0px 3px 3px;
    line-height: 2.5;
    text-align: center;
    vertical-align: top;
    background: #a1b8d4; /* Для старых браузров */
    background: linear-gradient(to top, #918D8E, #C0C0C1);
    padding: 10px 20px;
    width: 180px;

}

.DivFooter
{
    border-color: #635E80;
    background-position: center;
    border-style: none solid solid solid;
    border-width: 1px;
    border-radius: 0px 0px 10px 10px;
    background-image: url('../Images/Header_bg.gif');
    background-repeat: repeat-x;
    height: 12px;
}

.DivFotoTable {
    vertical-align: top;
    padding: 20px 20px 10px 20px;
    background-color: #FFFFF5;
    display: table;
}



.failureNotification {
    font-size: small;
    color: Red;
}

.subscript { 
font-size: 10px;
position: relative;
top: 0.3em;
}