/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
font-family: Tahoma,Verdana,Arial,sans;
font-size: 9.5pt;
color: #323232;
}

table {
overflow: auto;
}

li {
padding-bottom: 5px;
}

#page-wrapper {
}

#page {
}


.content tr {
text-align:center;
background: white;
}
.content tr.optionsname {
text-align: left;
}

.content td 
{
vertical-align: middle;
}

.content th {
text-align:	left;
vertical-align: middle;
}

.content td p, th p {
padding: 0 0 0 0;
margin: 5px 10px 5px 10px;
}

.content table br + br {
    display: block;
}

.content table tr:hover td
{
background: #fff;
}
.gsc-control-cse tr:hover td{
    background:none;
}

.content .tableWithSplitCells td:first-child
{
text-align:	left;
}

.content .tableWithSplitCells td
{
text-align:	center;
vertical-align: middle;
}

.content .tableWithSplitCells tr:first-child td
{

}

/*
.content table td:first-child , .content table td:first-child p
{
max-width: 400px;
word-wrap: break-word;
}
*/


/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#topline, #topline-en {
width:100%;
height:41px;
}

#lang {
float: right;
color: #77c4e9;
padding: 12px 15px 0 0;
}

#lang a {
color: #fff;
}

#search-box {
float:right;
padding: 5px 25px 0 0;
height:23px;
width:430px;
}

#search .form-item {
margin:0;
}

#search .form-text {
line-height: 21px;
border: 0;
/* margin:4px 0 2px; */
padding:0;
height:23px;
} 

#search #edit-search-theme-form-1-wrapper {
height:23px;
}

#search #edit-submit {
background: url('../images/search.png') no-repeat 0 1px transparent;
border: 0;
width: 24px;
height:23px;
color: transparent;
text-indent: -9000px;
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 10px 0 10px 25px;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

.region-headerright {
width: 500px;
float:right;
text-align: right;
color: white;
padding: 25px 25px 0 0;
}

.region-headerright a, .region-headerright a:visited {
color:white;
}

.region-headerright #share {
padding-top:25px;
float:left;
}

.region-headerright #hcontacts {
}


#navigation {
background: #008dcf;
}

#navigation a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
padding: 0 30px;

text-align: center;
}

#navigation li {
border-right: 2px #73C1E6 solid;
height: 30px;
}

#navigation li.last {
border-right: 0;
}

#navigation li:hover {
background: #0047ab;

border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
}

#navigation li:hover  a {
/* color: #c0c0c0; */
}



/*
 * Main (container for everything else)
 */

.round-all {
border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;

/* IE9 */
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.round-bottom {
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;

-webkit-border-bottom-left-radius:5px; /* bottom left corner */
-webkit-border-bottom-right-radius:5px; /* bottom right corner */

/* IE 9 */
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.round-top {
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;

-webkit-border-top-left-radius:5px; /* bottom left corner */
-webkit-border-top-right-radius:5px; /* bottom right corner */

/* IE 9 */
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

#main-wrapper {
}

#main {
}

.node .meta {
padding-bottom: 4px;
}

#secondary-menu {
text-align:right;
font-size: 15px;
width: 695px;
/* text-transform: uppercase; */
letter-spacing: 0.3pt;
list-style-type: none;
/* height: 28px; */
}

#secondary-menu li {
padding: 3px 9px;
margin: 0;
background: #CCCCCC;
color: black;
border-bottom: 4px solid #BDBDBD;
text-transform:uppercase;

display:block;
float:left;
margin: 0 3px;
text-align: center;

border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 ;
-o-border-radius: 5px 5px 0 0 ;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;

/* IE 9 */
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

#secondary-menu li.first {
margin: 0 3px 0 0;
}
 
#secondary-menu li.last {
margin: 0 0 0 3px;
}
#secondary-menu li.active {
background: #fff;
border-bottom: 4px solid white;
}
#secondary-menu a {
  text-decoration: none;
   color: black;
}
#secondary-menu li.active a {
   color: black;
}

#secondary-menu li:hover {
background: #fff;
border-bottom: 4px solid white;
}

.page-zhurnal #secondary-menu li,
.page-sbornik #secondary-menu li,
.page-biblioteka #secondary-menu li,
.page-publikatsii #secondary-menu li,
.page-spisok-publikatsii-v-zhurnale-vestnik-obshchestvennogo-mneniya-za-1993-2010-gody #secondary-menu li,
.page-category-rubriki-saita-press-vypuski #secondary-menu li
{
width: 150px;
}

.page-partnery-i-zakazchiki #secondary-menu li,
.page-vakansii #secondary-menu li,
.page-o-tsentre #secondary-menu li
{
width: 324px;
}

.page-sotrudniki #secondary-menu li,
.page-kontaktnaya-informatsiya #secondary-menu li
{
width: 324px;
}

//page-issledovaniya
.menu-386
{
width: 165px;
}
.menu-262
{
width: 130px;
}
.menu-494
{
width: 105px;
margin: 0 5px;
}
.menu-389
{
width: 202px;
}

/* English */
.page-research  #secondary-menu li,
.page-omnibus-survey  #secondary-menu li,
.page-research  #secondary-menu li,
.page-levada-center  #secondary-menu li,
.page-partners-and-clients  #secondary-menu li,
.page-staff  #secondary-menu li
{
width: 208px;
}


.page-issledovaniya #content-inner,
.page-omnibusnyi-opros #content-inner,
.page-zakazat-issledovanie #content-inner,
.page-kontaktnaya-informatsiya #content-inner,
.page-sotrudniki #content-inner,

.page-zhurnal  #content-inner,
.page-sbornik  #content-inner,
.page-biblioteka  #content-inner,
.page-publikatsii #content-inner,
.page-spisok-publikatsii-v-zhurnale-vestnik-obshchestvennogo-mneniya-za-1993-2010-gody #content-inner,
.page-category-rubriki-saita-press-vypuski #content-inner,

.page-sotrudniki #content-inner,
.page-partnery-i-zakazchiki #content-inner,
.page-vakansii #content-inner,
.page-o-tsentre #content-inner,

/* English */
.page-research  #content-inner,
.page-omnibus-survey  #content-inner,
.page-order-research  #content-inner,
.page-levada-center  #content-inner,
.page-partners-and-clients #content-inner,
.page-staff #content-inner
 {
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;

-webkit-border-bottom-left-radius:5px; /* bottom left corner */
-webkit-border-bottom-right-radius:5px; /* bottom right corner */

/* IE 9 */
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

/*
 * Content
 */
#content {
padding: 0 0px;
}

#content .section {

}

#content-inner {
background: #fff;
padding: 0 10px 25px;
width: 670px;
}

.ipaper-download-link, .ipaper-embed, .ipaper-license {
display: none;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
  clear: both;
}

h1.title {
width: 100%;
padding: 10px 0 5px 0;
border-bottom: 1px solid #CFCFCF;
color: #008CCD;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-weight:normal;
}

#seminar-head a {
display:block;
color: #999999;
font-size: 18px;
padding-top: 10px;
margin: 0px 0 -10px;
}

.region-content-bottom h2.title, #content-area .block h2.title {
width: 100%;
padding: 10px 0 5px 10px;
margin-bottom: 10px;
border-bottom: 1px solid #CFCFCF;
color: #008CCD;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-weight:bold;
font-size: 22px;
}

#content-area .block .content {
padding-left: 10px;
}

#content-area h3 {
border-bottom: 1px solid #CFCFCF;
}

.block h2.title a {
text-decoration: none;
} 

.block h3, .block h3 a {
color: #008CCD;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-size: 16px;
font-weight: normal;
}

.section-publikatsii-v-presse h1.title, h2.press-title {
background: #008CCD;
color: white;
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: normal;
font-size: 22px;
padding:10px;
margin: 10px -10px;
}

.press-title-text {
display:block;
width:500px;
}

h2.press-title .press-date {
float: right;
font-size: 14px;
padding-right: 20px;
font-family: Arial,sans-serif;
}

.opros-title {
background: #73C1E7;
color: white;
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: normal;
font-size: 22px;
padding:10px;
margin: 10px -10px 0;
}

#content-area .opros {
padding: 10px;
margin: 0 -10px;
background: #D4EEFB;
height: 40px;
}

#content-area .opros .rate-widget {
float: left;
padding: 0 10px 0 0;
}

#content-area .opros .rate-widget a {
padding-right: 3px;
}

#content-area li li {
}

.press-footer {
    background: #43ACDC;
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 -10px;
    padding: 7px;
    width: 676px;
height: 20px;
}
.press-footer a {
    color: #FFFFFF;
}
.press-footer .all {
    float:right;
    padding: 0 15px;
}
.press-footer .next, .press-footer .prev  {
    padding: 0 15px;
}

.content h2 {
width: 100%;
padding: 30px 0 5px 0;
border-bottom: 1px solid #CFCFCF;
color: #008CCD;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-weight:normal;
font-size: 16px;
}


tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin:0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
font-size:12px;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  margin: 0.0em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  padding: 12px 0;
text-align: right;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

.node-type-seminar #content .submitted {
font-size: 16px;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

.view-taxonomy-term, .view-vybory-press {
padding-top:25px;
font-size:15px;
}

.view-taxonomy-term .views-field-created, .view-vybory-press .views-field-created {
color: #008CCE;
float: left;
padding-right: 5px;
}

.view-taxonomy-term .views-field-title a, .view-vybory-press  .views-field-title a {
color: #383838;
text-decoration: none;
}

.view-taxonomy-term .views-field-field-anons-value, .view-vybory-press .views-field-field-anons-value  {
padding-left:80px;
font-size:12px;
}

.view-taxonomy-term .views-row, .view-vybory-press .views-row {
padding-bottom: 10px;
}

.view-surveys {
padding-top:25px;
font-size:15px;
}

.view-surveys .views-field-field-lastupdate-value {
color: #008CCE;
}

.view-surveys .views-field-title a {
color: #383838;
text-decoration: none;
}

.view-surveys .views-row {
padding-bottom: 10px;
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second .block {
background: #fff;
padding: 10px 0;

border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;

border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.region-sidebar-second h2.title {
font-family: Georgia,"Times New Roman",Times,sans-serif;
border-bottom: 1px #CFCFCF solid;
color: #008ccd;
font-size: 20px;
font-weight: normal;
padding: 0 10px 10px;
margin:0 0 10px 0;
}

.region-sidebar-second .block .content {
padding: 0 10px;
}

.region-sidebar-second .section {
}

.view-publ-press .views-field-title {
padding-bottom: 5px;
}

.region-sidebar-second .views-label-field-source-value {
display: none;
}

.lang-ru #block-block-5, .lang-en #block-block-1 {
background: none;
text-align: center;
padding: 0;
}
.lang-ru #block-block-5 p, .lang-en #block-block-1 p {
margin: 0;
}
.lang-ru #block-block-5 a, .lang-en #block-block-1 a {
color: white;
text-decoration: none;
}
.lang-ru #block-block-5 .content, .lang-en #block-block-1 .content {
padding:0;
}

.lang-ru #block-block-37, .lang-ru #block-block-37.content {
background: none;
padding:0;
text-align: center;
}

.lang-ru #block-block-31, .lang-en #block-block-1 {
background: none;
text-align: center;
padding: 0;
}
.lang-ru #block-block-31 p, .lang-en #block-block-31 p {
margin: 0;
}
.lang-ru #block-block-31 a, .lang-en #block-block-31 a {
color: white;
text-decoration: none;
}
.lang-ru #block-block-31 .content, .lang-en #block-block-31 .content {
padding:0;
}

.lang-ru #block-block-36 {
margin: 0;
padding:0;
}

.lang-ru #block-block-36 .content {
padding:0;
}




/* блок-баннер #block-block-6 {
background: none;
padding: 0;
}
#block-block-6 p {
margin: 0;
} */

#block-block-8 {

}

.lang-ru #block-block-3  h2.title,
.lang-en #block-block-12  h2.title {
background: #008DCF url('../images/logo-small.gif') right center no-repeat;
border: 0;
color: white;
margin: -10px 0px 0;
padding: 15px 10px 15px 10px;
text-transform: uppercase;

border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;

-webkit-border-top-left-radius:5px; /* bottom left corner */
-webkit-border-top-right-radius:5px; /* bottom right corner */

/* IE 9 */
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.lang-ru #block-block-3  h2.title a,
.lang-en #block-block-12  h2.title a {
color: white;
}

/* выборы, стажировка */
#block-block-6, #block-block-19, #block-block-35, .lang-ru #block-block-16 {
border-radius: 0;
}

.lang-ru #block-block-6 h2.title, .lang-ru #block-block-19 h2.title,
.lang-ru #block-block-35 h2.title,
.lang-ru #block-block-16 h2.title,
.lang-ru #block-views-seminar-block_1 h2.title,
.lang-en #block-block-10 h2.title,
.lang-en #block-block-11 h2.title,
.lang-en #block-block-13 h2.title {
background-color: #999999;
border: 0;
color: white;
margin: -10px 0px 0;
padding: 10px;
text-transform: uppercase;
}

.lang-ru #block-block-6 h2.title a, .lang-ru #block-block-19 h2.title a, .lang-ru #block-block-16 h2.title a,
.lang-en #block-block-10 h2.title a,
.lang-en #block-block-11 h2.title a,
.lang-en #block-block-12 h2.title a,
.lang-en #block-block-13 h2.title a, 
.lang-ru #block-block-35 h2.title a
 {
color: white;
}

.lang-ru #content-area #block-block-8 h2.title {
background: #70C1E7;
color: #fff;
border: 0;
margin-bottom: 1px;
padding: 10px;
width: 290px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;

border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 ;
-o-border-radius: 5px 5px 0 0 ;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}

.lang-ru #content-area #block-block-8 .content {
background: #D5EFFD;
color: #000;
border: 0;
padding:10px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;

-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

#block-block-26 {
height: 390px;
}

#block-block-27 {
padding: 0;
}

#block-block-27 .content  {
padding: 0;
}

#block-views-seminar-block_1 .content {
padding:10px;
}

#block-views-seminar-block_1 .views-row {
padding-bottom:10px;
}

#block-views-seminar-block_1 .content a {
text-decoration: none;
}

#content-area #block-views-Press_vypuski-block_1 .views-field-created {
color: #008CCD;
clear: right;
font-size: 12px;
font-weight: bold;
}

#content-area #block-views-Press_vypuski-block_1 .views-field-title {
display: block;
padding-bottom: 2px;
}

#content-area #block-views-Press_vypuski-block_1 .views-field-field-anons-value {
padding-bottom: 10px;
}

#content-area #block-views-Press_vypuski-block_1 .views-field-title a {
color: black;
font-size: 16px;
text-decoration: none;
letter-spacing: 1px;
}

ul.links li.node_read_more {
display: none;
}

.node .field-field-anons {
display: none;
}

#go2archive a {
background: #008CCE url('../images/fon-archive.gif') repeat-x;

color: #fff;
border: 0;
padding:6px 90px;
margin: 5px 0 0 0;
display: block;
text-decoration: none;
text-transform: uppercase;

border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;

border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#go2archive a:hover {
background: #F2F2F2;
color: #000;
}

.indexes {
margin-top: 10px;
}

.indexes a {
display:block;
background-color: #e5e5e5;
text-decoration:none;
text-transform: uppercase;
width:322px;
color: black;
border-bottom:1px solid white;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-size: 12px;
}

.lang-en .indexes a {
display:block;
text-align:center;
background-color: #008dcf;
text-decoration:underline;
text-transform: uppercase;
width:302px;
color: white;
border-bottom:none;
font-family: Georgia,"Times New Roman",Times,sans-serif;
font-size: 12px;
}

.indexes a span {
/* border-bottom: 1px dashed; */
}

.indexes a.active {
background-color: #fff;
border-bottom:1px solid #0488d2;
color: #0488d2;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
font-size: 14px;
width:320px;
position: relative;
z-index: 1000;
}

.indexes .up {
// background: url('../images/arr-up.gif') no-repeat scroll right 5px;
padding: 10px 5px 10px 10px;
width:300px;
}

.indexes .down {
// background: url('../images/arr-down.gif') no-repeat scroll right 5px;
padding: 10px 5px 10px 10px;
width:300px;
text-align:center;
}

.indexes .wrap {
width: 320px;
margin-top: -40px;
padding-top: 10px;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}

.indexes a div {
border: none;
}

.indexes a.active span {
border-bottom: none;
}

#btnNext_table1 {
margin-left:5px;
}

#inf_table1 {
margin-top:15px;
}

.block .view-Novosti .views-field-created, .block .view-publ-press .views-field-created {
float: left;
padding-right: 5px;
color: #008CCD;
}

.block .view-publ-press .views-field-field-source-value {
color: #008CCD;
}

.block .view-Novosti .views-field-title a, .block .view-publ-press .views-field-title a {
color: black;
text-decoration: none;
}

 .block .view-publ-press .views-field-title a {
font-size: 14px;
}


.block .view-Novosti .views-row, .block .view-publ-press .views-row {
padding-bottom: 8px;
}



/* выборы, книги и отчеты */
 .lang-ru #block-block-19 .content a, .lang-ru #block-block-9 .content a,
  .lang-ru #block-block-35 .content a
{
display:block;
color: #323232;
text-decoration:none;
font-size: 14px;
border-bottom: 1px solid #CFCFCF;
padding-bottom: 10px;
}

.lang-ru #block-block-23 .content p {
padding-bottom: 10px;
border-bottom: 1px solid #CFCFCF;
color: #919191;
}

.lang-ru #block-block-23 .content a {
color: #323232;
text-decoration:none;
font-size: 14px;
}



#block-block-21 h2,
#block-views-library-block_1 h2 {
width: 676px;
background: #008CCE;
color: #fff;
font-family: Georgia,"Times New Roman",Times,sans-serif;
margin: 20px -10px 10px;
padding: 7px;
font-weight: normal;
font-size: 24px;
}

#block-views-library-block_1 {
padding-bottom:20px;
}

.view-library .author-title {
width: 120px;
height: 25px;
padding-left: 10px;
float:left;
border-bottom: 1px solid #C5D1DD;
border-right: 1px solid #C5D1DD;
color: #008CCE;
font-size: 16px;
}

.view-library .name-title {
width: 330px;
height: 25px;
padding-left: 10px;
float:left;
border-bottom: 1px solid #C5D1DD;
border-right: 1px solid #C5D1DD;
color: #008CCE;
font-size: 16px;
}

.view-library .isbn-title {
width: 140px;
height: 25px;
padding-left: 10px;
float:left;
border-bottom: 1px solid #C5D1DD;

color: #008CCE;
font-size: 16px;
}

.view-library .views-row {
clear: both;
padding: 20px 0;
}

.view-library .views-field-field-author-value {
width: 120px;

padding-left: 10px;
float:left;
}

.view-library .views-field-phpcode {
display: block;
width: 330px;
float:left;
padding-left: 10px;
}

.view-library .views-field-phpcode a.flowlink {
text-decoration:none;
border-bottom: 1px dashed #008CCE;
background: #fff url('../images/open.gif') no-repeat scroll right center;
display: block;
width: 80px;
}

.view-library .views-field-field-isbn-value {
display: block;
width: 140px;
padding-left: 10px;
float:left;
}


.view-journal .year, .view-journal2 .accordion-header, .views-accordion h3 {
display: block;
width: 270px;
background: #ccc url('../images/gr-arr-up.gif') no-repeat 270px center;
border-bottom: 1px solid white;
padding: 5px 15px;
color: white;
font-family: Arial,sans-serif;
font-size: 16px;
text-decoration: none;
margin: 0 0 0 -10px;
}

.view-journal2 .accordion-header-active {
background: #ccc url('../images/gr-arr-down.gif') no-repeat 270px center;
}

.view-journal2 .accordion-header-hover {
cursor: pointer;
}

.view-journal .description {
padding: 10px;
}

.view-journal .number, .view-journal2 .views-field-field-number-all-value {
color: #008CCD;
font-size: 15px;
border-right: 1px solid #ccc;
font-family: Georgia,"Times New Roman",Times,sans-serif;
padding: 0 10px;
width: 80px;
float: left;
}

.view-journal2 .views-accordion-item {
clear: both;
height: 27px;
margin: 10px 0;
}

.view-journal2 .views-field-upload-fid, .view-journal2 .views-field-path {
padding: 0 10px;
}

.view-journal2 .views-field-upload-fid {
float: left;
}

.view-journal .description a {
padding: 0 0 0 10px;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

#footer #copyright {
background: #cccccc;
padding:15px;
margin: 15px 0;
width: 970px;
height: 20px;
}

#footer #map {
text-align: center;
padding-bottom:10px;
}

#footer #map a {
color: #000;
padding: 0 10px;
}

.region-footer {
text-align: center;
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

a.print-page {
text-decoration: none;
float: right;
}

.print-page img {
border: 0;
}

.print-page span {
border-bottom: 1px solid;
margin-top: -2px;
padding-left: 2px;
display: block;
float:right;
}

.date-views-filter-wrapper {
width: 450px;
}

.container-inline-date {
float:left;
clear:none;
}

#edit-date-filter-min-wrapper, #edit-date-filter-max-wrapper {
width: 200px;
}

#edit-date-filter-min-wrapper label, #edit-date-filter-max-wrapper label {
width: 25px;
float:left;
}

.date-year {
float: right;
}

.date-month {
float: right;
}

.bigtable {
overflow-x:auto; width:630px;
}

.lang-en .share {
display: none;
}

  .gsc-control-cse table, .gsc-search-box table{
    margin:0;
  }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus
, .gsc-search-box {
	border: 0;
}
  .gsc-control-cse tbody, .gsc-search-box tbody{
    border:0;
  }
  .gsc-control-cse tr:hover td, .gsc-search-box tr:hover td{
    background:none;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: Arial, sans-serif;
  }

.content hr {
	margin: 20px 0 50px;
}

.view-Press-vypuski .field-content {
	text-align: justify;
	padding-right: 10px;
}

.VTEXT tr:first-child td, .VTEXT tbody tr:first-child td {
  height: 110px;
  vertical-align: bottom;
  white-space: nowrap;
}

.VTEXT tr:first-child td div, .VTEXT tbody tr:first-child td div {
  transform: 
    /* Magic Numbers */
    /* translate(25px, 51px) */
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 30px;
}
.VTEXT tr:first-child td div  span, .VTEXT tbody tr:first-child td div  span {
  /* border-bottom: 1px solid #ccc;
  padding: 5px 10px; */
}

.fltrow td:nth-child(3) input {
	width: 50px;
}
.fltrow input,.fltrow select{
	margin: 2px;
}
.TF tr td:first-child {
	text-align: left;
}