span.category {
  color: #2C659F;
  font: bold;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

span.category_underline {
  color: #002B4B;
  font: bold;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

a.category {
  text-decoration: none;
}

a.category_underline {
  text-decoration: underline;
}

/* -----------------------GLOBAL STYLES------------------------ */

body, table, td, img, div, form{
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: tahoma;
  font-size: 9pt;
}

div, td{
  height: auto;
}

h1, h2, h3, h4{
  text-align: left;
  font-family: tahoma;
}

a{
  font-family: tahoma;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  color: #2C659F;
}

a:hover{
  color: #002B4B;
  text-decoration: none;
}

hr{
  color: #EEEEEE;
  border: 1px solid #EEEEEE;
  height: 1px;
  margin: 0px;
}

/* -------------------------------FORMS------------------------ */

.form_input, .select{
  border: 1px solid #999;
  margin: 2px;
  overflow: auto;
  font-family: courier;
}

.submit{
  background-color: #EEE;
  font-family: tahoma;
  font-weight: bold;
  color: #777;
  width: 50px;
  height: 20px;
}
.submit1{
  background-color: #eee;
  font-family: tahoma;
  font-weight: bold;
  color: #777;
  width: 50px;
  height: 20px;
}

/* -------------------COLOR SHEMES ---------------------------- */

div.blue, div.red, div.green, div.yellow{
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0px 0px 30px 5px;
  width: 200px;
}
div.blue img, div.red img, div.green img, div.yellow img{
  margin-left: -5px;
}

div.blue{
  background-image: url(/ru/img/blue_bg.gif);
}
div.blue a, div.blue_big a, div.blue_big ul{
  color: #2C659F;
}
div.blue a:hover, div.blue_big a:hover{
  color: #002B4B;
}

div.red{
  background-image: url(/ru/img/red_bg.gif);
}
div.red_big a:visited{
  color: #CC6666;
}
div.red a, div.red_big a, div.red_big ul{
  color: #A93333;
}
div.red a:hover, div.red_big a:hover{
  color: #6B1A1A;
}

div.red_big a.small:visited{
  color: #CC6666;
  text-decoration: underline;
}
div.red_big a, div.green_big a{
  font-family: tahoma;
  font-weight: normal;
}
div.red_big a.big, div.green_big a.big{
  font-family: tahoma;
  font-size: 10pt;
}
div.red a.small, div.red_big a.small, div.red_big ul.snall{
  color: #A93333;
  text-decoration: underline;
  font-weight: normal;
}
div.red a.small:hover, div.red_big a.small:hover{
  color: #6B1A1A;
  text-decoration: underline;
  font-weight: normal;
}
div.red_big img, div.green_big img {
  border:1px solid #ddd;
}
div.red_big img.title, div.green_big img.title {
  border: 0;
}


div.yellow{
  background-image: url(/ru/img/yellow_bg.gif);
  color: #402200;
}
div.yellow_big a:visited{
  color: #824C43;
}
div.yellow a, div.yellow_big a, div.yellow_big ul{
  color: #572118;
}
div.yellow a:hover, div.yellow_big a:hover{
  color: #824C43;
  text-decoration: underline;
}

div.green{
  background-image: url(/ru/img/green_bg.gif);
}
div.green_big a:visited{
  color: #669966;
}

div.green a, div.green_big a, div.green_big ul, div.green ul{
  color: #097900;
}
div.green a:hover, div.green_big a:hover{
  color: #003300;
}

div.green a.small, div.green_big a.small, div.green_big ul.small, div.green ul.small{
  color: #097900;
  text-decoration: underline;
  font-weight: normal;
}
div.green a.small:hover, div.green_big a.small:hover{
  color: #003300;
  text-decoration: underline;
  font-weight: normal;
}



div.blue_big a, div.yellow_big a, div.green_big a, div.red_big a {
  font-weight: bold;
}
div.blue_big, div.yellow_big, div.green_big, div.red_big {
  height: auto;
}

/*  blue 2(left block)  */

div.blue2{
  background-image: url(/ru/img/head_bg.gif);
  background-repeat: repeat-x;
  background-color: #F0F4F9;
  border: 1px solid #B2C5DC;
  padding: 5px;
  margin: 2px;
}
div.blue2 a{
  font-size: 7pt;
}
input.blue_text{
  border: 1px solid #B2C5DC;
  width: 120px;
  height: 20px;
}
input.blue_submit{
  background-image: url(/ru/img/head_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #E2E9F2;
  width: 48px;
  height: 20px;
  border: 1px solid #B2C5DC;
}
div.blue_line{
  background-color: #dee7ed;
  color: #2c659f;
  font-size: 10pt;
  padding: 2px 0px 2px 5px;
}
table.blue{
  border: solid 1px #e0e9ee;
  padding: 0px 0px 2px 0px; 
}
table.blue1{
  border-top: solid 1px #e0e9ee;
  padding: 5px 0px 5px 5px; 
}
a.blue1{
  font-family: arial;
  font-size: 9pt;
  text-decoration: none;
  font-weight: normal;
  color: #275482;
}
a.blue1:hover{
  color: #316aa4;
  text-decoration: none;
}
a.blue1:visited{
  color: #316aa4;
  text-decoration: none;
}
a.blue1:active{
  color: #316aa4;
  text-decoration: none;
}

/* --------------------HEADER STYLES--------------------------  */

table.head{
  height: 119px;
  width: 100%;
}

td.logo{
  width: 130px;
  height: 70px;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: middle;
  background-image: url(/ru/img/head_bg.gif);
  background-repeat: repeat-x;
}

td.banners{
  background-image: url(/ru/img/head_bg.gif);
  background-repeat: repeat-x;
  height: 90px;
  padding-right: 15px;
  text-align: right;
}

td.banners img{
  border: 1px solid white;
}

/* ----------------------HEADER STYLES - MENU----------------------- */

td.menu_bg{
  height: 25px;
  background-image: url(/ru/img/menu_r.gif);
  background-repeat: repeat-x;
}

td.menu{
  padding-left: 5px;
  height: 25px;
  text-align: center;
  white-space: nowrap;
}

td.menu a{
  font-size: 10pt;
}

td.menu_brd{
  background-image: url(/ru/img/menu.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 25px;
}

td.menu_a{
  padding-left: 5px;
  height: 25px;
  font-size: 10pt;
  background-image: url(/ru/img/menu_a_r.gif);
  background-repeat: repeat-x;
  background-color: #DEE7ED;
  font-family: tahoma;
  color: #2C659F;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

td.menu_brd_a1{
  background-image: url(/ru/img/menu_a1.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 25px;
}

td.menu_brd_a2{
  background-image: url(/ru/img/menu_a2.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 25px;
}

/* ---------------------------HEADER STYLES - MENU2------------------------------ */

td.menu2{
  height: auto;
  background-image: url(/ru/img/menu2_r.gif);
  background-repeat: repeat-x;
  vertical-align: middle;
  color: #305E7C;
  font-weight: bold;
  padding-left: 10px;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

td.menu2 a{
  text-decoration: none;
  margin-left: 10px;
  font-weight: normal;
  margin-bottom: 10px;
}

td.menu2 b{
  margin-left: 10px;
}

td.menu2 a:hover{
  text-decoration: underline;
}

/* ---------------------------HEADER STYLES - MENU_LOGIN------------------------- */

td.menu_login{
  height: auto;
  background-image: url(/ru/img/menu2_r.gif);
  background-repeat: repeat-x;
  vertical-align: middle;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  white-space: nowrap;
}

td.menu_login a{
  text-decoration: none;
  font-weight: normal;
}

td.menu_login a:hover{
  text-decoration: underline;
}

/* ----------CONTENT - news detail, publication detail ... ----------------------- */

.content{
  padding: 0px 10px 0px 10px;
  text-align: justify;
  clear: left;
  height: auto;
}

.content h1{
  font-size: 11pt;
  margin: 4px;
}

.content h3{
  font-size: 9pt;
  margin: 4px;
}

.content p{
  margin: 4px;
  margin-bottom: 20px;
}

.content img{
  float: left;
  clear: left;
  margin-right: 10px;
}

/* END  CONTENT  */


/* -----LEFT BLOCK----------------------------------------------------------------- */

td.left_block{
  width: 200px;
  vertical-align: top;
  padding: 0px 9px 0px 0px;
}

td.left_block > div{
  margin-bottom: 5px;
}

table.left_block{
  width: 100%;  
}

table.left_block td{
  padding: 2px;
}

/* ---------------------LEFT BLOCK - FIND------------------------------------------- */

div.find{
  background-color: #FFFAF7;
  border: 1px solid #F5DECE;
  padding: 5px;
  margin: 2px;
}

div.find a{
  font-size: 7pt;
  color: #AF886B;
}

div.find a:hover{
  color: #AF886B;
}

input.find_text{
  border: 1px solid #F5DECE;
  width: 120px;
  height: 18px;
}
.find_submit{
  border: 0px;
  width: 48px;
  height: 18px;
  padding: 0px 0px 0px 0px;
}

/* ---------------------FIND_BIG------------------------------------------- */

div.find_big{
  background-color: #FFFAF7;
  border: 1px solid #F5DECE;
  padding: 5px;
  margin: 2px;
}

div.find_big h1{
  color: #CCB09A;
  margin: 0px;
  font-size: 14pt;
}

div.find_big td{
  padding: 0px;
  vertical-align: top;
  white-space: nowrap;
}

div.find_big table{
  width: 90%;
}                   

div.find_big select.find_text, div.find_big input.find_text{
  border: 1px solid #F5DECE;
  height: 18px;
  width: 100%;
}

input.find_date{
  border: 1px solid #F5DECE;
  height: 18px;
  width: 70px;
}



/* --------------------------LEFT BLOCK - LOGIN--------------------------------------------- */

table.login{
  color: #9B9B9B;
  text-align: right;
}

table.login a{
  font-size: 7pt;  
}

input.login_text{
  border: 1px solid #9B9B9B;
  width: 95px;
}

input.login_submit{
  border: 1px solid #455178;
  color: #455178;
  background-color: #F6F8FF;
}


/* ---------------LEFT BLOCK - ADVERTISMENT------------------------- */

div.advert{
  margin: 2px;
  text-align: center;
  background-image: url(/ru/img/advert_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FBFCFD;
  border: 1px solid #DDD;
  padding: 10px;
}

/* ----------------- FORUM TABLE-------------------------------------- */



table.forum{
  border: 1px solid #EEEEEE;
  width: 99%;
}

table.forum td{
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  height: 30px;
  padding: 10px;
}

table.post td{
  border: 0px;
  padding: 0px;
  marging: 0px
}

table.post_index td{
  border: 0px;
  padding: 0px;
  marging: 0px;
  padding : 5px 5px 5px 5px;
  background-color: #efefef;
  border-left: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  font-size: 9pt;
  font-family: Arial;
  color: #666666;
}

tr.forum_title{
  background-color: #F8F8F8;
  font-weight: bold;
  color: #555;
}

table.forum_title{
}

td.topic_left{
  width: 30%;
  font-weight: bold;
  color: #555;
  background-color: #F8F8F8;
  padding: 10px;
}
td.topic_right2{
  width: 30%;
  font-weight: bold;
  color: #eee;
  background-color: #FbFbFb;
  padding: 10px;
}

td.topic_right{
  vertical-align: top;
  padding: 10px;
}

.description{
  font-size: 9pt;
  color: #888;
}




/* ----------------- MIDDLE BLOCK-------------------------------------- */

td.middle_block{
  vertical-align: top;
  padding: 9px;
}

.table100 td{
  vertical-align: top;
  padding: 3px;
}

.table100 .form_input, .table100 select, .table100 textarea{
  background-color: #FCFCFC;
}

.right{
  float: right;
  margin-left: 10px;
  clear:right;
  text-align: center;
  font-size: 9px;
}

table.album td{
  text-align: center;
  font-size: 9px;
  padding: 10px;
}

/* -----------------list of news, publications etc --------------------- */

.list_title{
  background-image: url(/ru/img/title_r.gif);
  background-repeat: repeat-x;
  padding: 16px 3px 3px 3px; 
  margin-bottom: 10px;
  height: auto;
  clear: left;
}

.list_title h1{
  font-size: 13pt;
  color: #AAA;
  margin: 0px;
  font-family: Arial;
}

.list_title h2{
  display: inline;
  color: #AAA;
  font-size: 13pt;
  margin: 0px;
  font-family: Arial;
}

.list_title h3{
  font-size: 10pt;
  color: #777;
  margin: 0px;
  font-family: Arial;
}

.list_title a{
  font-size: 13pt;
  color: #AAA;
  font-family: Arial;
}


.list_title img{
  margin-top: -16px;
  float: left;
  margin-left: -6px;
  margin-right: 5px;
}

/* ------------------list item------------------------- */

.table_list td{
  text-align: justify;
  vertical-align: top;
  padding: 10px;  
}
td.table_list1{
  text-align: justify;
  vertical-align: top;
  padding: 5px 0px 0px 0px;  
}

.list_block{
  text-align: justify;
  clear: left;
  float: left;
  height: auto;
  width: 100%;
}

.list_block img{
  float: left;
  margin: 5px;
}

.list_block_image{
  clear: left;
  float: left;
  height: auto;
  width: 90px;
  padding: 0px;
  margin: 0px;
  margin-top: 3px;
}

.list_block_image img{
  margin: 0px;
}


/* ---------------------------------------------------- */


.list_block3{
  text-align: justify;
  height: auto;
  width: 31%;
  float: left;
  margin-left: 2%;
  margin-top: 2%;
}

.list_block3 img{
  float: left;
  margin: 5px;
}

.list_block2{
  text-align: justify;
  height: auto;
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-top: 2%;
}

.list_block2 h3{
  margin-bottom: 0px;
}

.list_block2 h4{
  margin: 0px;
  color: #999;
}


.list_block2 *{
  margin-top: 0px;
}

.list_block2 img{
  float: left;
  margin: 5px;
}

/* ---------------------------------------------------- */
.pager{
  width: 100%;
  text-align: center;
  vertical-align: top;
  clear: left;
  background-image: url(/ru/img/title_r.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 40px;
  margin-top: 15px;
  padding-top: 5px;
  color: #777;
  font-weight: bold;
  white-space: no-wrap;
}

/* ---------------------------------------------------- */
.success{
  background-color: #FBFCFD;
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0px 7px 15px 2px;
  font-weight: bold;
  color: #555;
}

/*  ----------------CATALOGUE------------------------   */

div.subtitle{
  background-image: url(/ru/img/subtitle_r.gif);
  background-repeat: repeat-x;
  padding: 16px 3px 3px 3px; 
  margin-bottom: 10px;
  height: auto;
  clear: left;
  width: 90%;
}
.subtitle img{
  margin-top: -16px;
  float: left;
  margin-left: -6px;
  margin-right: 5px;
}

div.sublist_item a{
  font-weight: normal;
}
div.sublist_item{
  width: 45%;
  float: left;
  margin-left: 2%;
  margin-bottom: 5px;
  height: auto;
}

div.sublist_item li{
  list-style-type: circle;
  margin: 0px;
  margin-left: 5px;
}
div.sublist_item1 li{
  list-style-type: circle;
  margin: 0px;
  margin-left: 0px;
}
              
/* -----------------------------RIGHT BLOCK------------------------------ */

td.right_block{
  width: 190px;
  vertical-align: top;
}

div.rbl_blue{
  margin: 2px;
  padding: 0px 5px 5px 5px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  border: 1px solid #CEDEF5;
}
div.rbl_blue a{
  color: #2C659F;
  font-weight: bold;
}
div.rbl_blue a.small{
  color: #2C659F;
  font-weight: normal;
  text-decoration: underline;
}

div.rbl_yellow{
  margin: 2px;
  padding: 0px 5px 5px 5px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  border: 1px solid #F5E6CE;
}
div.rbl_yellow a{
  color: #986239;
  font-weight: bold;
}
div.rbl_yellow a:hover{
  color: #AD774E;
  font-weight: bold;
}
div.rbl_yellow a.small{
  color: #986239;
  font-weight: normal;
  text-decoration: underline;
}
div.rbl_yellow a.small:hover{
  color: #AD774E;
  font-weight: normal;
  text-decoration: underline;
}
div.comment{
  font-size: 9pt;
  margin: 3px;
}
/* ------------------------- FOOTER ------------------------------------- */

table.footer{
  width: 100%;
}

td.foot_left{
  background-image: url(/ru/img/foot_r.gif);
  background-repeat: repeat-x;
  background-color: #E9F2F8;
  vertical-align: top;
  height: 60px;
  width: 200px;
  padding: 0px 5px 5px 5px;
  color: #515C80;
  font-size: 7pt;
}

td.foot_middle{
  background-image: url(/ru/img/foot_r.gif);
  vertical-align: top;
  background-repeat: repeat-x;
  background-color: #E9F2F8;
  margin-top: 10px;
  width: 200px;
}

td.foot_middle img{
  margin: 3px;
}

td.foot_right{
  background-image: url(/ru/img/foot_r.gif);
  background-repeat: repeat-x;
  background-color: #E9F2F8;
  margin-top: 10px;
  text-align: right;
  padding-right: 10px;
}

td.foot_right img{
  margin: 3px;
}

/* --------------------------------PATH---------------------------  */

div.path{
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}

/* --------------------------------SEARCH---------------------------  */

table.find{
  border: 1px solid #EEEEEE;
  width: 99%;
}

table.find td{
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  height: 30px;
  padding: 10px;
}

td.topic_left{
  width: 30%;
  font-weight: bold;
  color: #555;
  background-color: #F8F8F8;
  padding: 10px;
}

td.topic_right{
  vertical-align: top;
  padding: 10px;
}

table.none td{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/*---------------------------SPAN-------------------------------*/
span.date{
  text-decoration: none;
  font-size: 9pt;
  color: #333;
  font-weight: normal;
}
span.blue{
  text-decoration: none;
  font-size: 9pt;
  color: #2c659f;
  font-weight: normal;
}
span.date_small{
  text-decoration: none;
  font-size: 9pt;
  color: #666666;
  font-weight: normal;
}

