html, body{
  width: 100%;
  margin: 0;
  background: url(../img/body_bg.gif) 0% 0%;
  
}
.gallery td{
 font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
}
.hrefd {
 padding-top:3px;
 padding-bottom:3px;
 border: 3px #808080 ridge;
 background: #efe;
 text-decoration: none;
 width: 139px;
 height: 32px;
 position:relative;
 float:left;
 text-align:center;
 font-weight: bold;
 font-size: 14px;
 }
.hrefb {
 padding-top:3px;
 padding-bottom:3px;
 border: 3px #808080 ridge;
 background: #efe;
 text-decoration: none;
 width: 200px;
 position:relative;
 float:left;
 text-align:center;
 font-weight: bold;
 font-size: 14px;
 }
.href {
 padding-top:3px;
 padding-bottom:3px;
 margin-left:10px;
 margin-right:10px;
 border: 3px #808080 ridge;
 background: #efe;
 text-decoration: none;
 width: 150px;
 position:relative;
 float:left;
 text-align:center;
 font-weight: bold;
 font-size: 14px;
 }

 .href2 {
 padding-top:3px;
 padding-bottom:3px;
 margin-left:2px;
 margin-right:2px;
 margin-top:2px;
 margin-bottom:2px;
 border: 3px #808080 ridge;
 background: #efe;
 color: #387543; 
 text-decoration: none;
 width: 170px;
 height: 21px;
 position:absolute;
 float:left;
 text-align:center;
 font-weight: bold;
 font-size: 14px;
 }
 .hrefcom {
  margin-left:0px;
  margin-right:0px;
  font-family: arial;
    font-weight: normal;
    font-size: 15px;
    text-align: adjust;
    vertical-align: center;
    padding: 0 5px;
 }
 .hr {
  position:absolute;
  width:100%;
 }
 /* Для информационной рамочки!!!!!!!!!!!!!!!!!!!*/
.color_block {
    border: 2px #006900 solid; /* Параметры рамки */
    background: #D6FFCC; /* Цвет фона */
  }
   em.bt, em.bt b, em.bb, em.bb b {
    display: block; /* Блочный элемент */
    height: 10px; /* Высота уголка */
    font-size: 0; /* Размер шрифта */
    background: url(../img/corner.gif) no-repeat; /* Путь к файлу с уголками */
    position: relative; /* Относительное позиционирование */
   }
   em.bt { 
    top: -2px; /* Сдвигаем левый верхний уголок вверх */
    left: -2px; /* Сдвигаем влево */
   }
   em.bt b {
    background-position:  100% -10px; /* Рисунок сдвигается к следующему уголку */
    left: 4px; /* Сдвигаем вправо */
   }
   em.bb { background-position: 0 -20px; top:  2px; left: -2px; }
   em.bb b { background-position: 100% -30px;  left: 4px; }
   
/* Для основного текста!!!!!!!!!!!!!!!!!!!*/
.color_block_main {
    margin-top:1px;
    border: 2px #006900 solid; /* Параметры рамки */
    background: #F4F2DC; /* Цвет фона */
  }
  
   em.bt2, em.bt2 b, em.bb2, em.bb2 b {
    display: block; /* Блочный элемент */
    height: 10px; /* Высота уголка */
    font-size: 0; /* Размер шрифта */
    background: url(../img/corner2.gif) no-repeat; /* Путь к файлу с уголками */
    position: relative; /* Относительное позиционирование */
    }
   em.bt2 { 
    top: -2px; /* Сдвигаем левый верхний уголок вверх */
    left: -2px; /* Сдвигаем влево */
    }
   em.bt2 b {
    background-position:  100% -10px; /* Рисунок сдвигается к следующему уголку */
    left: 4px; /* Сдвигаем вправо */
    }
   em.bb2 { background-position: 0 -20px; top:  2px; left: -2px; }
   em.bb2 b { background-position: 100% -30px;  left: 4px; }
   
   .color_block .block_content {
    /*padding: 0 6px;  /* Поля вокруг текста */
    padding-left: 5px;
    padding-right: 5px;
   }
   .color_block_main .block_content_main {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;    /* Поля вокруг текста */
   }
   .color_block_main .block_content_main h1{
    font-family: verdana;
    font-size: 18px;
    font-weight: strong;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;    /* Поля вокруг текста */
   }
/* Для заголовка!!!!!!!!!!!!!!!!!!!*/

.color_block_head {
  width: 575px; /* Ширина левой колонки */
  float: left; /* Превращаем в плавающий элемент */
  border: 2px #7F0000 solid; /* Параметры рамки */
  background: #FFE8E8; /* Цвет фона */
  }
   em.bth, em.bth b, em.bbh, em.bbh b {
    display: block; /* Блочный элемент */
    height: 10px; /* Высота уголка */
    font-size: 0; /* Размер шрифта */
    background: url(../img/cornerh.gif) no-repeat; /* Путь к файлу с уголками */
    position: relative; /* Относительное позиционирование */
    
   }
   em.bth { 
    top: -2px; /* Сдвигаем левый верхний уголок вверх */
    left: -2px; /* Сдвигаем влево */
   }
   em.bth b {
    background-position:  100% -10px; /* Рисунок сдвигается к следующему уголку */
    left: 4px; /* Сдвигаем вправо */
    
   }
   em.bbh { background-position: 0 -20px; top:  2px; left: -2px;}
   em.bbh b { background-position: 100% -30px;  left: 4px; }
   
   .color_block_head .block_content_head {
    font-family: Arial Black, Arial;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    vertical-align: center;
     /* Поля вокруг текста */
   }
   
.color_block_head2 {
  width: 248px; /* Ширина левой колонки */
  float: left; /* Превращаем в плавающий элемент */
  border: 2px #7F0000 solid; /* Параметры рамки */
  background: #FFE8E8; /* Цвет фона */
  }
   em.bth, em.bth b, em.bbh, em.bbh b {
    display: block; /* Блочный элемент */
    height: 10px; /* Высота уголка */
    font-size: 0; /* Размер шрифта */
    background: url(../img/cornerh.gif) no-repeat; /* Путь к файлу с уголками */
    position: relative; /* Относительное позиционирование */
    
   }
   em.bth { 
    top: -2px; /* Сдвигаем левый верхний уголок вверх */
    left: -2px; /* Сдвигаем влево */
   }
   em.bth b {
    background-position:  100% -10px; /* Рисунок сдвигается к следующему уголку */
    left: 4px; /* Сдвигаем вправо */
    
   }
   em.bbh { background-position: 0 -20px; top:  2px; left: -2px;}
   em.bbh b { background-position: 100% -30px;  left: 4px; }
   
   .color_block_head2 .block_content_head2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    vertical-align: center;
     /* Поля вокруг текста */
   }
/* Для дерева!!!!!!!!!!!!!!!!!!!*/
.color_block_tree {
    margin-left:580px;
    border: 2px #230000 solid; /* Параметры рамки */
    background: #EFEFEF; /* Цвет фона */
  }
   em.btt, em.btt b, em.bbt, em.bbt b {
    display: block; /* Блочный элемент */
    height: 10px; /* Высота уголка */
    font-size: 0; /* Размер шрифта */
    background: url(../img/cornert.gif) no-repeat; /* Путь к файлу с уголками */
    position: relative; /* Относительное позиционирование */
   }
   em.btt { 
    top: -2px; /* Сдвигаем левый верхний уголок вверх */
    left: -2px; /* Сдвигаем влево */
   }
   * html em.btt { top: -2px; left: -5px; }
   
   em.btt b {
    background-position:  100% -10px; /* Рисунок сдвигается к следующему уголку */
    left: 4px; /* Сдвигаем вправо */
   }
   * html em.btt b{ background-position:  100% -10px; left: 7px; }
   
   em.bbt { background-position: 0 -20px; top:  2px; left: -2px; }
   * html em.bbt { background-position: 0 -20px; top: 2px; left: -5px; } 
   em.bbt b { background-position: 100% -30px;  left: 4px; }
   * html em.bbt b{ background-position: 100% -30px;  left: 7px; }
   
   .color_block_tree .block_content_tree {
    padding: 0 5px;  /* Поля вокруг текста */
    }
    .block_content_tree .cur{
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    }
.block_content_tree .cur :link, .block_content_tree .cur :visited { color: #7F0000; text-decoration: none;  }
.block_content_tree .cur :link:hover, .block_content_tree .cur :visited:hover { color: #000000; text-decoration: none;  }

    .block_content_tree .oth{
    font-family: verdana;
    font-weight: bold;
    font-size: 10px;
    
    }
.block_content_tree .oth :link, .block_content_tree .oth :visited { color: #808080; text-decoration: none;  }
.block_content_tree .oth :link:hover, .block_content_tree .oth :visited:hover { color: #000000; text-decoration: none;  }

.tableform{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.sortable thead {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.sortable tbody {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.sortable {
    text-align:center;
	table-layout: fixed;
}

.menu {
  font: normal 11px verdana;
}
.leftmenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
:link, :visited, :link img, :visited img{ color: #387543; border-color: #387543; text-decoration: none;  }
:link:hover,:visited:hover, :link:hover img, :visited:hover img { color: #8db819; border-color: #8db819; text-decoration: none;  }
.block_content_main :link, .block_content_main :visited, .block_content_main :link img, .block_content_main :visited img{ color: #387543; border: none; text-decoration: none; cursor: pointer; }
.block_content_main :link:hover, .block_content_main :visited:hover, .block_content_main :link:hover img, .block_content_main :visited:hover img { color: #8db819; border: none; text-decoration: none; cursor: pointer; }

.wrap {
  position: relative;
  vertical-align: top; 
  width: 100%; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  z-index:1;
  }
.wrap p {
 text-indent: 10px;
}
.mainLeftCol{
  background: url(../img/leftcol_bg.gif) 0% 0% repeat-y;
  width: 30px;
}

.mainLeftCol div{
  height: 100%;
  background: url(../img/viz2.gif) 0% 100% no-repeat;
}


.footer{
  padding-left: 20px;
  height: 140px;
  background: url(../img/punctir.gif) 0% 0% repeat-x
}

.footText, .footText2{
  font: normal 11px arial;
  color: #333333;
  margin-top: 17px;
  float: left;
  margin-right: 20px
}
.footText a{
  color: #c3612c;
  text-decoration: none
}

.mainRightCol{
  background: url(../img/rightcol_bg.gif) 0% 0% repeat-y;
  width: 29px;
 
}
.mainRightCol div{
  height: 100%;
  background: url(../img/viz4.gif) 0% 100% no-repeat;
}
