﻿*
  {margin:0px;
   padding:0px;}

header, section, footer, aside, nav, article, figure, figcaption, hgroup{
   display:block;
}

H1{
   text-align: center;
   font-size: 32pt;
   padding-top: 70px;
   padding-left: 50px;
   padding-bottom: 70px;
}
H2{
   font-size: 20pt;
   margin: 25px;
}

H3{
   font-size: 16pt;
   padding: 5px;
}
H4{
   font-size: 32pt;
   padding-top: 70px;
   padding-bottom: 70px;
   text-align: center;
}

H5{
   font-size: 12pt;
   padding-top: 70px;
   text-align: center;
}

BODY{
   width: 100%;
   background: #a1afc9;
   background-image: url('fon.jpg');
   font-size: 16pt;
   text-align: justify;

   display: -moz-box;
   display: -webkit-box;


   -moz-box-pack: center;
   -webkit-box-pack: center;

}
#wrapper
  {max-width: 960px;
   margin: 5px 0px;
   display: box;
   display: -moz-box;
   display: -webkit-box;
   box-orient: vertical;
   -moz-box-orient: vertical;
   -webkit-box-orient: vertical;
   box-flex: 1;
   -moz-box-flex: 1;
   -webkit-box-flex: 1;}

#main_header
  {
   padding: 1px;
}

#main_menu{
   text-align: left;
   margin: 20px 0 0 40px;
} 

#container
  {display: box;
   display: -moz-box;
   display: -webkit-box;
   box-orient: horizontal;
   -moz-box-orient: horizontal;
   -webkit-box-orient: horizontal;}

#main_section
   {box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;}

#main_aside {
   width: 120px;
   margin: 20px;
}
      
#main_footer
   {text-align: center;
   }
   
footer{
   padding: 25px;
   text-align: center;
   font-size: 14pt;
}
a{
   color: #009900;
   text-decoration: none;
}
a:hover{
   color: #ffff80;
   text-shadow: 5px 5px 10px;
}
time{
    font-weight: bold;
}
a.black{
   color: black;
   text-decoration: none;
}
a.black:hover{
   color: ffff80;
}

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-box-shadow: 0px 0px 120px #ffff80;
  -moz-box-shadow: 0px 0px 120px #ffff80;
  box-shadow: 0px 0px 60px #ffff80;
}

.bw:hover {
  -webkit-box-shadow: 0px 0px 120px #ffff80;
  -moz-box-shadow: 0px 0px 120px #ffff80;
  box-shadow: 0px 0px 60px #ffff80;
}

.bd_bc {
    background: url('images_otchet/bd.png'); /* Путь к файлу с исходным рисунком  */
    display: inline-block; /*  Рисунок как блочный элемент */
    width: 80px; /* Ширина рисунка */
    height: 45px
}
.bd_bc:hover {
    background: url('images_otchet/bdr.png'); /* Путь к файлу с заменяемым рисунком  */
}

.bd_bcbl {
    background: url('images_otchet/bdbl.png');
    display: inline-block;
    width: 80px;
    height: 45px;
    cursor: text
}

.bd_bcl {
    background: url('images_otchet/bdl.png');
    display: inline-block;
    width: 80px;
    height: 45px
}
.bd_bcl:hover {
    background: url('images_otchet/bdrl.png');
}
.bd_bcb {
    background: url('images_otchet/bdb.png');
    display: inline-block;
    width: 80px;
    height: 45px;
    cursor: text
}

.bc {
    background: url('images_otchet/bc.png'); 
    display: inline-block; 
    width: 80px; 
    height: 45px 
}
.bc:hover {
    background: url('images_otchet/bcr.png'); 
}

.bcbl {
    background: url('images_otchet/bcbl.png');
    display: inline-block;
    width: 80px;
    height: 45px;
    cursor: text
}

.bcl {
    background: url('images_otchet/bcl.png');
    display: inline-block;
    width: 80px;
    height: 45px
}
.bcl:hover {
    background: url('images_otchet/bcrl.png');
}
.bcb {
    background: url('images_otchet/bcb.png');
    display: inline-block;
    width: 80px;
    height: 45px;
    cursor: text
}

.curs{
   cursor: text;
   color: black;
   font-weight: bold;
}
.curs:hover{
   color: black;
}

P {
  margin-top: 20px;
}

.otstup0 {
  margin: 0;
}

.otstup1 {
  margin-top: 80px;
}

.otstup2 {
  margin-top: 5px;
}

BLOCKQUOTE {
  margin: 40px;
}

.red1 {
  color: red;
}

img {
  margin: 5px 15px;
}

.small {
  font-size: 11pt;
}

.small_r {
  font-size: 11pt;
  text-align: right;
}

label {
  display: inline-block;
  width: 270px;
  font-weight: bold;
}

.b {
  font-weight: bold;
}

.st {
  font-weight: bold;
  font-size: 8pt;
  padding-top: 20px;
}

.men {
  font-size: 8pt;
  margin-top: 5px;
}
UL {
  padding: 20px;
}
LI {
  padding: 0 0 0 10px;
}

.t1 {
  vertical-align: top;
  padding-right: 20px;
}

.t2 {
  vertical-align: top;
  border-left: 2px solid #ccc;
  padding-left: 20px;
}

.t3 {
  vertical-align: top;
  border-right: 2px solid #ccc;
  padding-right: 10px;
}

.center {
  text-align: center;
  margin-top: 60px;
}

.center1 {
  text-align: center;
  margin-top: 10px;
}

.center2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: bold;
}

.right {
  text-align: right;
  margin-top: 60px;
}

.left {
  text-align: left;
  margin-top: 60px;
}

.pagenav{
  font-size: 32pt;
  text-align: center;
}
 
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;

    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

 

.modalDialog > div {
    width: 900px;
    position: relative;
    margin: 1% auto;
    padding: 15px;
    border-radius: 10px;
    background: #fff;

    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: red;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: green; } 

.clear {
  clear: both;
}