body {
  margin: 0px;
  padding: 0px;
  background-color:#A1D5F4;
  font-family: Tahoma;
  font-size: 9pt;
  text-align: justify;
  color: #777777;
}

a:link,
a:active,
a:visited {
  color: #777777;
  text-decoration: underline;
}

a:hover {
  color: #333333;
}

.pointer {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

.hide {
  display: none;
}
 
.show {
  display: block;
}

.float-left {
  float: left;
}
 
.float-right {
  float: right;
}

div.centerBlock {
  text-align: center;
}

td.header {
  background: url(/images/header_new.png) no-repeat;
  width: 1000px;
  height: 212px;
}

div.header {
  text-align: center;
  padding-left: 95px;
  padding-top:50px;
  padding-bottom: 8px;
  float: left;
}

a.header {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

a.headerSmall {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: white;
}

td.headerLeft {
  background: url(/images/header_left.png) no-repeat;
  width: 56px;
  height: 212px;
}

td.headerRight {
  background: url(/images/header_right.png) no-repeat;
  width: 57px;
  height: 212px;
}

td.headerFlagLeft,
td.headerFlagRight {
  vertical-align: top;
}

td.headerFlagLeft div {
  background: url(/images/flag_left_corner.png) no-repeat left top;
  width: 56px;
  height: 88px;
}

td.headerFlagRight div {
  background: url(/images/flag_right_corner.png) no-repeat;
  width: 57px;
  height: 88px;
}

div.contant {
  background-color: #FDFDFD;
  width: 1000px;
  padding: 0px;
  margin: 0px;
} 

span.leftMenuButton {
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  background-position: middle;
  padding: 0px 12px 0px 12px;
  display: block;
}

span.home {
  margin-top:4px;
  background: url(/images/home.png) no-repeat;
}

span.map {
  background: url(/images/map.png) no-repeat;
}

span.contacts {
  margin-top:6px;
  background: url(/images/contacts.png) no-repeat;
}

div.readMore {
  margin: 3px 0px 10px 0px;
  text-align: right;
}

div.readMore a {
  color: #777777;
  text-decoration: none;
}

div.readMore a span {
  background: url(/images/arrow.png) no-repeat right 5px;
  padding-right: 15px;
  text-decoration: underline;
}

div.readMore a span:hover {
  color: #333333;
}



a.menu {
  font-size: 14px;
  font-weight: bold;
  color: #0374FF;
  text-decoration: none; 
  cursor: pointer; 
}

td.registration {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

td.textEdit {
  background-color:white;
  border: 1px #A6A6A7 solid; 
}
table.buttonBlock {
  padding-top: 10px;
}

table.buttonBlock tr td div {
  f2ont-size: 11px; 
  width: 103px;
}

div.topMenu {
  margin-left: 50px;;
}

div.menu {
  font-size: 14px;
  font-weight: bold;
  color: #777777;
  text-decoration:none;
}

td.menu {
  height: 11px;
  text-align: center;
}

div.separat {
  background: url(/images/separat.png) no-repeat;
  margin: 5px 12px 3px 15px; 
  height: 11px;
}

ul.leftMenu {
  font-size: 13px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.leftMenu li {
  background: url( /images/list.png ) no-repeat 0px 6px;
  padding: 0px 0px 0px 12px;
  text-align: left;
  /* margin-top: 10px;*/
}

ul.leftMenu li.active {
  background: url( /images/list_activ.png ) no-repeat 0px 5px;
}
ul.leftMenu li.sub {
  margin-left: 13px;
}

ul.leftMenu li a {
  color: #0374FF;
  text-decoration: none;
}

ul.rightMenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.rightMenu li {
  background: url( /images/list_activ.png ) no-repeat 0px 5px;
  padding: 0px 0px 0px 12px;
  margin-top: 5px;
}

ul.rightMenu li a {
  color: #777777;
}

div.block {
  padding: 10px 0px 10px 0px;
  text-align: justify;
}

td.content {
  /*width: 530px;*/
}

p.title {
  color: #EAAE16;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}

p.publicationTitle {
  margin: 3px 0px 3px 0px;
  color: #777777;
  text-align: left;
}

a.publicationTitle b {
  margin: 0px;
  text-decoration: underline; 
  color: #777777;
  text-align: left;
}

td.leftBlock {
  font-size: 11px;
  vertical-align: top;
  padding-left: 28px;
  text-align: justify;
  width: 226px;
}

td.rightBlock {
  vertical-align: top;
  padding-right: 28px;
  font-size: 8pt;
}

p.greetingTitle {
  color: #0374FF;
  font-weight:bold;
  text-align:center;
}

p.greetingSubtitle {
  text-align:center; 
  font-weight: bold;
}

td.leaderGreeting {
  font-weight: bold; 
  text-align: left;
}

td.content {
  padding: 0px 32px 0px 32px;
  vertical-align: top;
}

div.enterLoginButton {
  background: url(/images/enter_button.png) no-repeat right;
  width: 74px;
  height: 19px;
}

div.enterSendButton {
  background: url(/images/send_button.png) no-repeat  right;
  padding-left: 350px;
  width: 110px;
  height: 23px;
  float: right;
}

div.read_more {
  f2ont-size: 10px;
  text-align: right;
  color: #777777;
}

a.read_more {
  f2ont-size: 10px;
  text-align: right;
  color: #777777;
}

div.arrow {
  background: url(/images/arrow.png) no-repeat;
  background-position: right;
  width: 9px;
  height: 5px;
  margin-top: 5px;
  padding-left: 5px;
}

img.counter {
  padding: 0px 5px 0px 5px;
}
div.separ {
  background: url(/images/separ.png) no-repeat;
  width: 1px;
  height: 11px;
  margin-top: 2px;
}

a.footerMenu {
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  color: #0374FF;
  margin-bottom: 2px; 
  padding: 0px 5px 0px 5px;
}

div.footerMenu {
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  color: #777777;
  margin-top: 2px; 
  padding: 0px 5px 0px 5px;
}

table.footerMenu {
  height: 14px;
  text-align: center;
}

div.poweredBy {
  background: url(/images/ITGroupLogo.png) no-repeat;
  width: 150px;
  height: 30px;
  cursor: pointer;
}
td.poweredBy {
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding-right: 3px;
  height: 30px;
  padding-top: 5px;
}

div.horizSepar {
  background: url(/images/separ_horiz.png) repeat-x center left;
  width: 211px;
  height: 21px;
}

div.news {
  background: url(/images/news_separ.png) no-repeat;
  width: 7px;
  height: 9px;
  margin-top: 2px;
}

td.news {
  f2ont-size: 12px;
  color: #777777;
  text-align: left;
  padding-left: 20px;
  display: inline;
}

div.merPhotoLeft {
  background: url(/images/mer_01.png) no-repeat;
  width: 168px;
  height: 157px;
  margin-top: 1px;
}

td.flag {
  background: url(/images/flag.png) no-repeat;
  width: 220px;
  height: 44px;
}
td.merPhotoCenter {
  background: url(/images/mer_02.png) no-repeat;
  width: 52px;
  height: 45px;
}

td.greetingText p {
  font-family: Tahoma;
  f2ont-size: 11px;
  color: #D2702C;
  text-align: justify;
  padding: 0px 30px 0px 30px;
  text-indent: 10px;
}

td.leftFlag {
  background: url(/images/flag_left.png) no-repeat;
  width: 220px;
  height: 36px;
}

td.rightFlag {
  background: url(/images/flag_right.png) no-repeat;
  width: 220px;
  height: 36px;
}

td.find {
  background: url(/images/find.png) no-repeat;
  width: 84px;
  height: 64px;
}

div.find_button {
  background: url(/images/find_button.png) no-repeat;
  width: 86px;
  height: 24px;
  float: right;
  cursor: pointer;
}

///////////////////////////////

/* news */

div.newsBlock {
  padding: 0px;
  margin: 0px 0px 50px 0px;
}

div.newsBlock p {
  padding: 0px;
  margin:10px 0px;
  clear: both;
}
      
span.datetime {
  color: #868686;
}

h3 {
  color: #EAAE16;
  text-align: left;
}

h3.table {
  color: #777777;
}
a.newsHead {
  color: #777777;
  font-weight: bold;
  f2ont-size: 11px; 
}

a.themes {
  color: #777777;
  f2ont-size: 11px;
  padding: 0px;
}

div.list_theme {
  background: url(/images/list_themes.png) no-repeat;
  background-position: left;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: inline;
  padding: 0px;
  margin: 0px;
}

div.publicationBlocks {
  padding: 0;
  margin: 0;
}
  
div.publicationBlocks h4.pBlock {
  padding: 0px 0px 0px 17px;
  margin: 0;
  color: #777777;
  font-size: 12pt;
  text-align: left;
  background: url(/images/block_title_marker.gif) no-repeat 0px 5px;
  clear: both;
  margin: 30px 0px 20px 0px;
}

div.publicationBlocks p.pBlock {
  padding: 0;
  margin: 7px 0px 15px 0px;
  clear: both;
}

ul.newsAuthor {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  text-align: right;
}

ul.newsAuthor li b {
  padding-right: 7px;
}  
/* news */
 
/* structure */

div.floatBlocks {
  float: left;
  clear: both;
  width: 100%;
  text-align: left;
}
      
div.floatBlocks div {
  float: left;
}

a img.photo {
  border: 0px;
}

img.photo {
  margin: 0px 10px 5px 0px;
  float: left;
  border: 4px solid #F4F7F9;
}

div.floatBlocks div.photo {
  margin: 0px 15px 15px 0px;
}

div.radaLeader,
div.radaLeader {
  width: 350px;
  height: 150px;
}
      
div.radaLeader img,
  div.radaPublicContactsPerson img {
    float: left;
    margin: 0px 10px 0px 0px;
}
         
div.radaLeader label,
div.radaPublicContactsPerson label {
  display: block;
  color: #456A8C;
  font-size: 10pt;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}       

div.radaPhoto {
  width: 50%;
  float: left;
  color: red;
  padding: 10px 0px 10px 0px;
  display: inline;
}
      
div.radaPhoto img {
    float: left;
    display: inline;
    padding: 0px;
    margin: 10px 10px 3px 5px;
}
         
div.radaPhoto p.title {
  color: #456A8C;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  display: inline;
  width: 50%;
  padding-right: 10px;
} 
      
div.radaPhoto p.title font {
  color: #777777;
  padding: 0px 6px 0px 0px;
}

div.radaSession {
	margin: 0px 0px 25px
}
div.radaSession h5 span {
	font-size: 12pt; 
	color: #FF9900;
}

div.radaSelectBlock table tr td.btn {
	padding: 0px 0px 0px 10px;
}      

a.rada_link {
  color: #0374FF; 
  font-size: 13px;
  font-weight: normal;
}  

a.zoom {
  width: 16px;
  height: 16px;
  background: url(/images/zoom.png) no-repeat 0px 0px;
  padding:  2px 30px 2px 21px;
}

a.load {
  width: 16px;
  height: 16px;
  background: url(/images/load.png) no-repeat 0px 0px;
  padding:  2px 0px 2px 21px;
}

p {
  color: #777777;
  text-align: left;
}
/* structure */

/* session */
span {
  color: #777777;
}

h4 {
  margin: 5px 0px ;
}
/* session */

table.simple {
  background-color: #DDDDDD;
  clear: both;
}
    
    
table.simple tr td {
  vertical-align: top;
  background-color: white;
  padding: 5px 5px 5px 5px;
}
          
table.simple tr.header td {
  background-color: #EEEEEE;
  font-weight: bold;
  color: #555555;
  vertical-align: middle;
}

table.officialPersons {
  margin: 0px 0px 20px 0px;
  text-align: left;
}

table.officialPersons tr td.hasPhoto {
  padding-left: 12px;
  vertical-align: middle;
}

table.officialPersons tr td.hasPhoto div {
  width: 16px;
  height: 21px;
  background: url(/images/rada/photo_icon.gif) no-repeat 0px 5px;
}
   
/*
div.dynNewsLine {
  padding: 0px 0px 0px 30px;
  1border: 1px solid red;
}

div.dynNewsLine,
div.dynNewsLine table {
  width: 550px;
  margin: 0px;
}

div.dynNewsLine table tr td {
  1padding: 0px;
  1background-color: yellow;
}

div.dynNewsLine label {
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

div.dynNewsLine span {
  height: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  display: block;
  1border: 1px solid gray;
  
}

div.dynNewsLine span p {
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  color: #C10C00;
  display: block;
  padding: 0px;
  margin: 0px;
}
*/

div.dynNewsLine {
  margin: 0px 0px 0px 30px;
}

div.dynNewsLine label {
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

div.dynNewsLine div.dyn_line_block {
  height: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  display: block;
  width: 500px;
}

div.dynNewsLine div.dyn_line_block p {
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  color: #C10C00;
  display: block;
  padding: 0px;
  margin: 0px;
}

div.userIcon {
  background: url(/images/user.png) no-repeat;
  width: 38px;
  height: 38px;
  margin: 0px;
  padding: 0px;
}

div.table {
  background: grey;
}

div.officialDocument table {
  text-align: center;
}

div.officialDocument table td.session {
  text-align: left;
  padding-left: 5px;
} 

div.officialDocument table td {
  background: white;
}

div.officialDocument table tr.head_title td {
  background: #EEEEEE;
}

a.other_link {
  color: #eaae16;
  font-size: 11px;
  padding-left: 39px;
}

font.link_title {
  color: #CC0000;
}

div.contantText img {
  margin-right: 6px;
}

table.electoral_listss {
  width: 100%;
}

table.electoral_listss  td {
  border: 1px #DDDDDD solid;
  padding:0px 0px 6px 10px;
  text-align: left;
}

table.electoral_listss  td.postanova {
  padding: 10px;
}

table.electoral_listss  td.header_list {
  background-color:#EEEEEE;
  padding-top: 6px;
  font-weight:bold;
  vertical-align:middle;
  color:#555555;
  text-align: center;
}

a.map_site {
  padding: 0px;
  margin: 0px;
  padding-right: 7px;
  cursor: pointer;
  width: 11px;
  float: left;
  height: 11px;
  text-decoration: none;
  background: url(/images/path.jpg) no-repeat left top;
}

p.map_text {
  padding: 0px;
  margin: 0px;
  /*float: left;*/
  padding-left: 10px;
  width: 100%;
  /*border: 1px red solid;*/
}

a.site_map {
  font-size: 14px;
  color: #0374FF;
  cursor: pointer;
}

a.site_map:hover {
 color: #099aff;
}

ul.map_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 40px 0px 0px 30px;
}

ul.map_list li.marker_big {
  background: url(/images/next_gn1.jpg) no-repeat 0px 3px;
  padding-left: 14px;
  margin-top: 7px;
}

ul.map_list ul {
  list-style: none;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

ul.map_list ul li.marker_small{
  background: url(/images/marker_small.jpg) no-repeat 0px 7px;
  padding-left: 14px;
  margin-top: 7px;
}

table.list_table {
  background: #cccccc;
}

table.list_table td {
 background: #ffffff;
 padding: 5px;
}

/* poll */

div.block p.poll_quest {
  font-family: tahoma;
  font-size: 12px;
  padding-top: 5px;
  margin: 0px;
}

div.block p.statistics {
  font-size: 14px;
  margin: 0px;
  padding: 5px 0px 0px 25px;;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}

div.block p.poll_quest input{
  padding: 0px;
  margin: 0px;
}

span.answer_but{
  display: block;
  padding: 0px;
  margin: 5px 0px 0px 25px;
  width: 106px;
  height: 20px;
  cursor: pointer;
  background: url(/images/answer.png) no-repeat;
}

table.statistics_table td {
  padding: 5px 20px;
}

table.statistics_table td h2{
  padding: 0px;
  margin: 0px;
  text-align: center;
}


table.statistics_color {
  background: green;
}

span.titleSession{
  display :block;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-top: -9px;
  text-decoration: underline;
}

form.form_archive {
  padding-bottom: 30px;
}

form.form_archive div {
  float: left;
  padding-right: 10px;
}

form.form_archive div select {
  border: 1px #B3B9C3 solid;
}

form.form_archive div p {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 12px;
  font-weight: bold;
}

span.choose {
  display: block;
  float: left;
  margin-left: 6px;
  width: 98px;
  height: 20px;
  background: url(/images/choose.png) no-repeat left;
 }
  
table.simple td.simple_td {
  padding-left: 8px;
}

table.simple td.simple_td a{
  padding-left: 5px;
}

table.simple td.simple_td ul{
  list-style: none;
  color: #0374FF;
}

table.photoNews{
  margin-right: 10px;
}

.greeting .leader-photo { float: left; margin: 0px 10px 0px 0px; }
.greeting .leader-links { float: left; padding: 10px 0px 0px 0px; }

.ajax-loader {
  display: block;
  background: url(/images/ajax-loader.gif) no-repeat 0px 0px;
  position: relative;
  width: 16px;
  height: 16px;
}

.bank-id-btn {
  display: block;
  margin: 10px 0 0 0;
  height: 40px;
  width: 105px;
  background-image: url(/images/bank_id.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  background-color: transparent;
  border: none;
}
