/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 0;
    background: #c3cdd7 url(images/bg-stripe.png) 0 57px repeat-x;
    font: 0.8575em Arial;
  }
 /*
  .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/sites/all/themes/ispu/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
  }
*/
  #skip-to-nav {
    display: none;
  }

  #page
  {
    background: #c3cdd7;
    margin: 0 auto;
    max-width: 1235px;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
    background: #1f6097 url(images/header-bg.png) 0 0 repeat-x;
    position: relative;
  }

  #header-inner
  {
    background: url(images/header.png) 0 0 no-repeat;
    height: 150px;
  }

  #block-ispu_study_date-0 {
    font-size: 11px;
  }

  #header .contact-link
  {
    position: absolute;
    right: 37px;
    top: 10px;
  }

  #header .sitemap-link
  {
    position: absolute;
    right: 7px;
    top: 10px;
  }

  #header .increase-span
  {
    position: absolute;
    right: 420px;
    top: 14px;
    font-size: 16px;
  }
  #increase_span
  {
    color: #1e5c90;
    text-decoration: none;
  }
  #header .anticorruption-span
  {
    position: absolute;
    right: 635px;
    top: 14px;
    font-size: 16px;
  }
  #anticorruption_span
  {
    color: #5b5b5b;
    text-decoration: none;
  }

  #header .increase-link
  {
    position: absolute;
    right: 390px;
    top: 10px;
  }
  #header .decrease-link
  {
    position: absolute;
    right: 360px;
    top: 10px;
  }
  #header .ru-link
  {
    position: absolute;
    right: 330px;
    top: 10px;
  }

  #header .en-link
  {
    position: absolute;
    right: 300px;
    top: 10px;
  }

  #header .block-search
  {
    position: absolute;
    right: 60px;
    top: 10px;
    margin: 0;
  }

  #header .block-search form
  {
    width: 230px;
  }

  #header .block-search label
  {
    display: none;
    position: absolute;
    top: 5px;
    left: 4px;
    font-weight: normal;
    font: 11px Arial;
    text-transform: uppercase;
    color: #999;
  }

  #header .block-search .search-lh
  {
    display: block;
  }

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

  #header .block-search .form-text
  {
    float: left;
    width: 185px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 3px 3px;
  }

  #header .block-search .form-submit
  {
    float: left;
    background: url(images/search-button-hover.png) center center no-repeat;
    border: none;
    padding: 0;
    margin-left: 3px;
  }

  #header .block-search .form-submit:hover
  {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

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

  #logo /* Wrapper for logo */
  {
    position: absolute;
    left: 10px;
    top: 24px;
    margin: 0 10px 0 0;
    padding: 0;
    z-index: 5;
  }

  #logo a /* Wrapper for logo */
  {
    outline: none;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    display: none;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
    position: absolute;
    width: 500px;
    left: 265px;
    top: 95px;
    color: #fff;
    font: 100% Georgia;
    font-style: italic;
    cursor: default;
  }

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

/** main (container for everything else) **/
  #main
  {
    background: #e6ecf2;
  }

  .two-sidebar #main-inner,
  .sidebar-right #main-inner
  {
    background: url(images/rightcol-bg.png) right top repeat-y;
  }

/** content **/
  #content
  {
    margin-top: 0!important;
  }

  #content-inner
  {
    margin: 16px!important;
  }

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

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

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  #breadcrumb-tl {
    background: #ebf1f7 url(images/breadcrumb-tl.png) left top no-repeat;
    margin-bottom: 15px;
  }

  #breadcrumb-tr {
    background: url(images/breadcrumb-tr.png) right top no-repeat;
  }

  #breadcrumb-bl {
    background: url(images/breadcrumb-bl.png) left bottom no-repeat;
  }

  #breadcrumb-br {
    background: url(images/breadcrumb-br.png) right bottom no-repeat;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding: 8px 8px 10px;
  }

  .breadcrumb a
  {
    color: #1e5c90;
  }

  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;
  }

  h1.title {
    font-size: 166.66%;
    color: #1e5c90;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #ddd;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  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. */
  {
  }

  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;
  }

  #wrap-content {
    background: #fff;
    border: 1px solid #bbcbdb;
    margin-top: 12px;
    padding: 16px;
  }

  #content-area /* Wrapper for the actual page content */
  {
    /*padding-top: 15px;*/
    min-height: 200px;
  }

  #content-sidebar
  {
    float:right;
    margin: 0 0 16px 16px;
    border: 1px dashed #ddd;
    background: #fafafa;
    padding-right: 16px;
    position: relative;
    z-index: 5;
  }

  #content-sidebar-bright
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 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;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

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

  .feed-icons a img
  {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .feed-icons a:hover img,
  .feed-icons a:focus img
  {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

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

/** navbar **/
  #navbar
  {
    margin-top: -3.6em;
    background: url(images/primary-border-bottom.png) left bottom repeat-x;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
    position: absolute;
    top: -31px;
    right: 30px;
    background: url(images/primary.png) left top no-repeat;
    float: left;
    padding-left: 55px;
  }

  #primary ul, #primary li {
    padding: 0;
    margin: 0;
  }

  #primary ul
  {
    float: left;
    background: url(images/primary.png) right top no-repeat;
    padding-right: 55px;
  }

  #primary a {
    float: left;
    color: #c4d1d8;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    background: url(images/primary-item-border.png) right center no-repeat;
    padding: 0 10px 0 8px;
    text-shadow: #333 1px 1px 1px, #333 -1px -1px 1px, #333 1px -1px 1px, #333 -1px 1px 1px;
  }

  #primary a:hover {
    color: #ebf8ff;
  }

  #primary .first {
    background: url(images/primary-item-border.png) left center no-repeat;
  }

  #primary .first a {
    padding-left: 10px;
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
    border-left: 2px solid #f7fafc;
    background: #dbe8f4;
    margin-top: 0!important;
  }

  #sidebar-right-inner
  {
  }

/** prefooter **/
  #prefooter
  {
    background: #1f6097;
    color: #fff;
    border: 1px solid #134d7e;
    border-bottom: none;
    padding: 0;
  }

  #prefooter-inner
  {
    border-top: 1px solid #336fa1;
    padding: 15px 20px 0;
  }

  #prefooter-inner1
  {
    border-bottom: 1px solid #174872;
    padding: 0 5px 15px;
  }

  #prefooter .block
  {
    float: left;
    margin: 0 30px 0 0;
  }

  #prefooter h2
  {
    font-size: 100%;
    line-height: 1.5;
  }

  #prefooter .block .menu
  {
    margin: 0;
    padding: 0;
  }

  #prefooter .block .menu li
  {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }

  #prefooter .clear-block {
    clear: both;
  }

  #prefooter a
  {
    color: #fff;
  }

  #prefooter a:hover
  {
    color: #68a1d0;
  }

/** footer **/
  #footer
  {
    background: #1f6097;
    color: #8ba0b2;
    border: 1px solid #134d7e;
    border-top: none;
    line-height: 1.5;
    padding: 0 20px 15px;
  }

  #footer-inner
  {
    border-top: 1px solid #336fa1;
    padding: 15px 5px 0;
  }

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

  #footer p
  {
    padding: 0;
    margin: 0;
  }

  #footer .contact-link
  {
    padding: 5px;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
    overflow: hidden;
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
    border: 1px solid #eee;
    border-width: 2px 1px 4px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fdfdfd;
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
    display: block;
    margin: 0 0 1em;
    font-weight: normal;
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
    font-style: italic;
    color: #888;
    text-align: right;
  }

  .node .submitted .date
  {
    color: #333;
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block .block-title
  {
    display: block;
    position: relative;
  }

  .block .block-title-wrapper {
    position: relative;
  }

  #content .block-icon
  {
    position: absolute;
    top: 14px;
    right: 6px;
    width: 58px;
    height: 12px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(images/circles-icon.png);
  }

  #over-content .block,
  #under-content .block
  {
    background: #fff url(images/block-t.png) top left repeat-x;
  }
  #over-content .block-b,
  #under-content .block-b
  {
    background: url(images/block-b.png) bottom left repeat-x;
  }
  #over-content .block-l,
  #under-content .block-l
  {
    background: url(images/block-l.png) top left repeat-y;
  }
  #over-content .block-r,
  #under-content .block-r
  {
    background: url(images/block-r.png) top right repeat-y;
  }
  #over-content .block-bl,
  #under-content .block-bl
  {
    background: url(images/block-bl.png) bottom left no-repeat;
  }
  #over-content .block-br,
  #under-content .block-br
  {
    background: url(images/block-br.png) bottom right no-repeat;
  }
  #over-content .block .block-title,
  #under-content .block .block-title
  {
    padding: 10px;
    line-height: 1;
    margin: 0 2px 0 0;
    background: #2e6da2 url(images/block-title.png) top left repeat-x;
    border: 1px solid #20629b;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: #16456c 1px 1px 1px;
  }
  #over-content .block .block-title a,
  #under-content .block .block-title a
  {
    color: #fff;
    text-decoration: none;
  }
  #over-content .block .block-title a:hover,
  #under-content .block .block-title a:hover
  {
    color: #def;
  }
  #over-content .block .block-content,
  #under-content .block .block-content
  {
    padding: 10px 12px 10px 12px;
  }

  #under-content
  {
    float: left;
    width: 100%;
  }

  #under-content .region-count-1
  {
    display: inline;
    float: left;
    width: 49%;
    margin-right: 0%;
  }

  #under-content .region-count-2,
  #under-content .region-count-3
  {
    display: inline;
    float: right;
    width: 49%;
    margin-left: 1%;
  }

  #under-content .region-count-4
  {
    float: left;
    width: 100%;
  }

  #sidebar-right .block {
    background: #e4eff9 url(images/block-sidebar-t.png) left top repeat-x;
  }

  #sidebar-right .block-b {
    background: url(images/block-sidebar-t.png) left bottom repeat-x;
  }

  #sidebar-right .block-l {
    background: url(images/block-sidebar-l.png) left top repeat-y;
  }

  #sidebar-right .block-r {
    background: url(images/block-sidebar-l.png) top right repeat-y;
  }

  #sidebar-right .block-tl {
    background: url(images/block-sidebar-tl.png) top left no-repeat;
  }

  #sidebar-right .block-tr {
    background: url(images/block-sidebar-tr.png) top right no-repeat;
  }

  #sidebar-right .block-bl {
    background: url(images/block-sidebar-bl.png) bottom left no-repeat;
  }

  #sidebar-right .block-br {
    background: url(images/block-sidebar-br.png) bottom right no-repeat;
    padding: 5px;
  }
  /*

  #under-content .region-count-1,
  #under-content .region-count-3,
  #under-content .region-count-6,
  #under-content .region-count-8
  {
    float: left;
    width: 32%;
  }

  #under-content .region-count-2,
  #under-content .region-count-7
  {
    float: left;
    width: 34%;
    margin: 0 1%;
  }
  */

  /*
  #block-node_block-4 .block-icon {
    background-image: url(images/news-icon.png);
  }

  #block-node_block-5 .block-icon {
    background-image: url(images/announcement-icon.png);
  }

  #block-node_block-6 .block-icon {
    background-image: url(images/conference-icon.png);
  }*/

  #sidebar-right .block {

  }

  #sidebar-right .block-title
  {
    background: #f4f4f4;
    border: 1px solid #cee1f3;
    padding: 4px 6px;
    color: #2471b1;
    font-weight: normal;
    font-size: 125%;
    text-transform: uppercase;
    margin: 0;
  }

  #sidebar-right .block-title-wrapper
  {
    border: 1px solid #f0f3f5;
  }

  #sidebar-right .block-content
  {
    padding: 7px;
  }

  #sidebar-right .block-node {
    margin: 0;
    border-top: 1px solid #cee1f3;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #sidebar-right .block-node.first {
    border-top: none;
    padding-top: 0;
  }

  #under-content .block-node {
    margin: 0;
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #under-content .block-node.first {
    border-top: none;
    padding-top: 0;
  }

  .block-node .title {
    font-size: 100%;
  }

  .block-node .teaser {

  }

  .block-node .field_images {
    margin: 10px 0;
  }

  .block-node .field_images img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
  }

  .block-node .created {
    text-align: right;
    font-style: italic;
    color: #555;
    margin-top: 2px;
  }

  .block .block-node-more {
    border-top: 1px dashed #c5daee;
    margin-top: 10px;
    padding: 5px;
    background: #f1f5f9;
  }

  #sidebar-right .block .block-node-more {
    background: #eaf2f9;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .pane-title /* Block title */
  {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    display: block;
    margin: 0 0 0.667em 0;
    padding: 0 0 0.667em 0;
    color: #333;
    font-size: 135%;
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {

  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3, .block-custom_who_online /* "Who's online" block for a list of the online users */
  {
    float: right;
  }

  #block-ispu_study_date-0 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 15px;
    color: #888;
    font-size: 90%;
  }

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

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

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

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

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

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

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  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 */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


  /* CCK */

  .node-teaser .field,
  .node-full .field {
    clear: both;
  }

  .field-field-images .field-item {
    list-style: none;
  }


  /**
   * This <div> element is wrapped by jCarousel around the list
   * and has the classname "jcarousel-container".
   */
  .field-field-images .jcarousel-container {
      position: relative;
      height: 122px;
      padding: 5px;
      background: #f8f8f8;
      border: 1px solid #f2f2f2;
  }

  .field-field-images .jcarousel-clip {
      position: relative;
      z-index: 2;
      padding: 0;
      margin: 0;
      overflow: hidden;
      border: 1px solid #ddd;
      border-width: 0 1px;
      padding: 5px;
  }

  .field-field-images .jcarousel-list {
      z-index: 1;
      overflow: hidden;
      position: relative;
      margin: 0;
      padding: 0;
      color: #666666;
  }

  .field-field-images .jcarousel-list li,
  .field-field-images .jcarousel-item {
      float: left;
      list-style: none;
      width: 112px;
      height: 112px;
      padding: 0;
      margin: 0 3px 0 0;
  }

  .field-field-images .jcarousel-prev {
    position: absolute;
    left: 6px;
    top: 49px;
    width: 35px;
    height: 35px;
    background: url(js/pirobox/css/white/prev_h.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 3;
  }

  .field-field-images .jcarousel-prev-disabled:hover {
    background-image: url(js/pirobox/css/white/prev_h.png)!important;
    cursor: default;
  }

  .field-field-images .jcarousel-prev:hover {
    background-image: url(js/pirobox/css/white/prev.png);
  }

  .field-field-images .jcarousel-next {
    position: absolute;
    right: 6px;
    top: 49px;
    width: 35px;
    height: 35px;
    background: url(js/pirobox/css/white/next_h.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 3;
  }

  .field-field-images .jcarousel-next-disabled:hover {
    background-image: url(js/pirobox/css/white/next_h.png)!important;
    cursor: default;
  }

  .field-field-images .jcarousel-next:hover {
    background-image: url(js/pirobox/css/white/next.png);
  }

  .field-field-images .jcarousel-prev-disabled,
  .field-field-images .jcarousel-next-disabled {
    visibility: hidden;/*
    opacity: 0.3;
    filter: alpha(opacity=30);*/
  }


  /**
   * This <div> element is wrapped by jCarousel around the list
   * and has the classname "jcarousel-container".
   */
  .one-image-gallery {
      float: left;
      position: relative;
      padding: 0;
      height: 300px;
      width: 300px;
      padding: 5px;
      background: #f8f8f8 url(js/pirobox/css/white/ajax-loader_w.gif) center center no-repeat;
      border: 1px solid #ddd;
      text-align: center;
      line-height: 300px;
      margin-right: 15px;
      margin-bottom: 10px;
  }

  .one-image-gallery .jcarousel-clip {
      position: relative;
      z-index: 2;
      padding: 0;
      margin: 0;
      overflow: hidden;
      width: 300px;
  }

  .one-image-gallery .jcarousel-list {
      z-index: 1;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      color: #666666;
  }

  .one-image-gallery .jcarousel-list li,
  .one-image-gallery .jcarousel-item {
      float: left;
      list-style: none;
      width: 300px;
      height: 300px;
      line-height: 300px;
      padding: 0;
      margin: 0;
  }

  .one-image-gallery .jcarousel-prev {
    position: absolute;
    left: 6px;
    top: 138px;
    width: 35px;
    height: 35px;
    background: url(js/pirobox/css/white/prev_h.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 3;
  }

  .one-image-gallery .jcarousel-prev-disabled:hover {
    background-image: url(js/pirobox/css/white/prev_h.png)!important;
    cursor: default;
  }

  .one-image-gallery .jcarousel-prev:hover {
    background-image: url(js/pirobox/css/white/prev.png);
  }

  .one-image-gallery .jcarousel-next {
    position: absolute;
    right: 6px;
    top: 138px;
    width: 35px;
    height: 35px;
    background: url(js/pirobox/css/white/next_h.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 3;
  }

  .one-image-gallery .jcarousel-next-disabled:hover {
    background-image: url(js/pirobox/css/white/next_h.png)!important;
    cursor: default;
  }

  .one-image-gallery .jcarousel-next:hover {
    background-image: url(js/pirobox/css/white/next.png);
  }

  .one-image-gallery .jcarousel-prev-disabled,
  .one-image-gallery .jcarousel-next-disabled {
    visibility: hidden;/*
    opacity: 0.3;
    filter: alpha(opacity=30);*/
  }

  .one-image-gallery img {
    float: none;
    display: inline;
    vertical-align: middle;
  }

  .one-image-gallery .download {
      display: none;
  }



  .block-node .field-field-images,
  .node-teaser .field-field-images,
  .node-full .field-field-images {
    float: left;
    width: 100%;
  }

  .block-node .field-field-images,
  .node-teaser .field-field-images {
    margin-bottom: 10px;
  }

  .node-full .field-field-images {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow:hidden;
    /*text-align:center;*/
    clear: both;
    float: left;
    width: 100%;
  }

  .node-full .field-field-images .field-items {
    position:relative;
    float:left;
    left:50%;
    padding: 0;
    margin: 0 auto;
    list-style-type:none;
  }
  .node-full .field-field-images .field-item {
    float:left;
    position:relative;
    right:50%;
    margin: 5px;
    padding: 0;
  }

  .block-node .field-field-images .field-item,
  .node-teaser .field-field-images .field-item,
  .node-full .field-field-images .field-item {
    position: relative;
    float: left;
    background: #fff;
  }

  .block-node .field-field-images .field-item a.imagecache,
  .node-teaser .field-field-images .field-item a.imagecache {
    float: left;
    width: 90px;
    height: 90px;
    padding: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    line-height:90px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    outline: none;
  }

  .block-node .field-field-images .field-item img,
  .node-teaser .field-field-images .field-item img {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
  }

  .block-node .field-field-images .field-item a.download,
  .node-teaser .field-field-images .field-item a.download,
  .node-full .field-field-images .field-item a.download {
    position: absolute;
    left:1px;
    right:1px;
    bottom:1px;
    text-align: center;
    padding: 3px 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 90%;
    display: none;
    background: #fff;
    border-top: 1px solid #fff;
  }

  .block-node .field-field-images .field-item:hover a.download,
  .node-teaser .field-field-images .field-item:hover a.download,
  .node-full .field-field-images .field-item:hover a.download,
  .block-node .field-field-images .hover a.download,
  .node-teaser .field-field-images .hover a.download,
  .node-full .field-field-images .hover a.download {
    display: block;
  }

  .block-node .field-field-images .field-item a.download:hover,
  .block-node .field-field-images .field-item a.download:focus,
  .node-teaser .field-field-images .field-item a.download:hover,
  .node-teaser .field-field-images .field-item a.download:focus,
  .node-full .field-field-images .field-item a.download:hover,
  .node-full .field-field-images .field-item a.download:focus {
    color: #000!important;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .block-node .field-field-images .field-item a.imagecache:hover img,
  .block-node .field-field-images .field-item a.imagecache:focus img,
  .node-teaser .field-field-images .field-item a.imagecache:hover img,
  .node-teaser .field-field-images .field-item a.imagecache:focus img,
  .node-full .field-field-images .field-item a.imagecache:hover img,
  .node-full .field-field-images .field-item a.imagecache:focus img {
    border: 1px solid #a9d6ff;
  }

  .node-full .field-field-images .field-item a.imagecache {
    float: left;
    width: 160px;
    height: 160px;
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
    line-height:160px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .node-full .field-field-images .field-item:hover a.imagecache,
  .node-full .field-field-images .field-item:focus a.imagecache,
  .node-full .field-field-images .field-item a.imagecache:hover,
  .node-full .field-field-images .field-item a.imagecache:focus,
  .node-teaser .field-field-images .field-item:hover a.imagecache,
  .node-teaser .field-field-images .field-item:focus a.imagecache,
  .node-teaser .field-field-images .field-item a.imagecache:hover,
  .node-teaser .field-field-images .field-item a.imagecache:focus
  .block-node .field-field-images .field-item:hover a.imagecache,
  .block-node .field-field-images .field-item:focus a.imagecache,
  .block-node .field-field-images .field-item a.imagecache:hover,
  .block-node .field-field-images .field-item a.imagecache:focus {
    background: #e0f0ff url(images/cck-image-bg.png) 0 0 repeat!important;
    border: 1px solid #a9d6ff!important;
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

  .node-full .field-field-images .field-item img {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
  }

  .node-full .field-field-images .field-item:hover a.imagecache img,
  .node-full .field-field-images .field-item:focus a.imagecache img,
  .node-full .field-field-images .field-item a.imagecache:hover img,
  .node-full .field-field-images .field-item a.imagecache:focus img {
    border: 1px solid #a9d6ff;
  }


  .faceted-search-facet {
    margin: 0.4em 0;
  }

  .faceted-search-current a {
    text-decoration: none;
    font-family: Tahoma;
  }

  .faceted-search-page h2 {
    display: none;
  }

  .faceted-search-page .content h2 {
    display: block;
  }

  .faceted-search-numbering {
    float: none;
    margin: 0.5em 0;
    font-style: italic;
    text-align: right;
  }

  .faceted-search-more {
    display: none;
  }



  .block-faceted_search_ui #edit-keywords-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    float: left;
  }

  .block-faceted_search_ui #edit-refine-wrapper {
    padding-top: 2px;
    clear: both;
  }

  .block-faceted_search_ui .form-text {
    width: 173px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 3px 3px;
  }

  .block-faceted_search_ui label.option {
    font-size: 91.7%;
  }

  .block-faceted_search_ui #edit-refine {
    vertical-align: middle;
    margin-left: 0;
    margin-top: 0;
  }

  .block-faceted_search_ui .form-submit {
    float: left;
    background: url(images/search-button-hover.png) center center no-repeat;
    border: none;
    padding: 0;
    margin-left: 3px;
  }

  .block-faceted_search_ui .form-submit:hover
  {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }



  #search-form .form-text {
    float: left;
    width: 350px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 3px 3px;
  }

  #search-form .form-submit {
    float: left;
    background: url(images/search-button-hover.png) center center no-repeat;
    border: none;
    padding: 0;
    margin-left: 3px;
  }

  #search-form .form-submit:hover
  {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .search-advanced {
    clear: both;
  }

  .section-search #content-area .box {
    clear: both;
  }

  #edit-taxonomy-3-wrapper select {
    width: 100%;
  }


  /* Панели */

  .rounded-corner-orange .t-edge {
  background:url("images/panels/orange/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-orange .b-edge {
  background:url("images/panels/orange/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-orange .l-edge {
  background:url("images/panels/orange/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-orange .r-edge {
  background:url("images/panels/orange/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-orange .wrap-corner .l, .rounded-corner-orange .wrap-corner .r {
  background-image:url("images/panels/orange/corner-bits.png");
  }
  .rounded-corner-orange .panel-separator {
  background:url("images/panels/orange/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-orange .pane-title {
    border-bottom: 1px solid #fff0b5;
    color: #e70;
  }

  .rounded-corner-orange-fill .wrap-corner {
  background:none repeat scroll 0 0 #fff4cd !important;
  }
  .rounded-corner-orange-fill .t-edge {
  background:url("images/panels/orange-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-orange-fill .b-edge {
  background:url("images/panels/orange-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-orange-fill .l-edge {
  background:url("images/panels/orange-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-orange-fill .r-edge {
  background:url("images/panels/orange-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-orange-fill .wrap-corner .l, .rounded-corner-orange-fill .wrap-corner .r {
  background-image:url("images/panels/orange-fill/corner-bits.png");
  }
  .rounded-corner-orange-fill .panel-separator {
  background:url("images/panels/orange-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-orange-fill .pane-title {
    border-bottom: 1px solid #fff0b5;
    color: #e70;
  }

  .rounded-corner-yellow .t-edge {
  background:url("images/panels/yellow/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-yellow .b-edge {
  background:url("images/panels/yellow/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-yellow .l-edge {
  background:url("images/panels/yellow/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-yellow .r-edge {
  background:url("images/panels/yellow/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-yellow .wrap-corner .l, .rounded-corner-yellow .wrap-corner .r {
  background-image:url("images/panels/yellow/corner-bits.png");
  }
  .rounded-corner-yellow .panel-separator {
  background:url("images/panels/yellow/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-yellow .pane-title {
    border-bottom: 1px solid #fdffcd;
    color: #ee5f00;
  }

  .rounded-corner-yellow-fill .wrap-corner {
  background:none repeat scroll 0 0 #fdffcd !important;
  }
  .rounded-corner-yellow-fill .t-edge {
  background:url("images/panels/yellow-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-yellow-fill .b-edge {
  background:url("images/panels/yellow-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-yellow-fill .l-edge {
  background:url("images/panels/yellow-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-yellow-fill .r-edge {
  background:url("images/panels/yellow-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-yellow-fill .wrap-corner .l, .rounded-corner-yellow-fill .wrap-corner .r {
  background-image:url("images/panels/yellow-fill/corner-bits.png");
  }
  .rounded-corner-yellow-fill .panel-separator {
  background:url("images/panels/yellow-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-yellow-fill .pane-title {
    border-bottom: 1px solid #fdffcd;
    color: #ee5f00;
  }

  .rounded-corner-green .t-edge {
  background:url("images/panels/green/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-green .b-edge {
  background:url("images/panels/green/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-green .l-edge {
  background:url("images/panels/green/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-green .r-edge {
  background:url("images/panels/green/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-green .wrap-corner .l, .rounded-corner-green .wrap-corner .r {
  background-image:url("images/panels/green/corner-bits.png");
  }
  .rounded-corner-green .panel-separator {
  background:url("images/panels/green/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-green .pane-title {
    border-bottom: 1px solid #a3f88f;
    color: #23760f;
  }

  .rounded-corner-green-fill .wrap-corner {
  background:none repeat scroll 0 0 #dcffcd !important;
  }
  .rounded-corner-green-fill .t-edge {
  background:url("images/panels/green-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-green-fill .b-edge {
  background:url("images/panels/green-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-green-fill .l-edge {
  background:url("images/panels/green-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-green-fill .r-edge {
  background:url("images/panels/green-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-green-fill .wrap-corner .l, .rounded-corner-green-fill .wrap-corner .r {
  background-image:url("images/panels/green-fill/corner-bits.png");
  }
  .rounded-corner-green-fill .panel-separator {
  background:url("images/panels/green-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-green-fill .pane-title {
    border-bottom: 1px solid #a3f88f;
    color: #23760f;
  }

  .rounded-corner-blue .t-edge {
  background:url("images/panels/blue/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-blue .b-edge {
  background:url("images/panels/blue/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-blue .l-edge {
  background:url("images/panels/blue/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-blue .r-edge {
  background:url("images/panels/blue/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-blue .wrap-corner .l, .rounded-corner-blue .wrap-corner .r {
  background-image:url("images/panels/blue/corner-bits.png")!important;
  }
  .rounded-corner-blue .panel-separator {
  background:url("images/panels/blue/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-blue .pane-title {
    border-bottom: 1px solid #c4c4f5;
    color: #1e40ac;
  }

  .rounded-corner-blue-fill .wrap-corner {
  background:none repeat scroll 0 0 #e1e3ff !important;
  }
  .rounded-corner-blue-fill .t-edge {
  background:url("images/panels/blue-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-blue-fill .b-edge {
  background:url("images/panels/blue-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-blue-fill .l-edge {
  background:url("images/panels/blue-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-blue-fill .r-edge {
  background:url("images/panels/blue-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-blue-fill .wrap-corner .l, .rounded-corner-blue-fill .wrap-corner .r {
  background-image:url("images/panels/blue-fill/corner-bits.png")!important;
  }
  .rounded-corner-blue-fill .panel-separator {
  background:url("images/panels/blue-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-blue-fill .pane-title {
    border-bottom: 1px solid #c4c4f5;
    color: #1e40ac;
  }

  .rounded-corner-red .t-edge {
  background:url("images/panels/red/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-red .b-edge {
  background:url("images/panels/red/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-red .l-edge {
  background:url("images/panels/red/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-red .r-edge {
  background:url("images/panels/red/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-red .wrap-corner .l, .rounded-corner-red .wrap-corner .r {
  background-image:url("images/panels/red/corner-bits.png");
  }
  .rounded-corner-red .panel-separator {
  background:url("images/panels/red/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-red .pane-title {
    border-bottom: 1px solid #f38f8f;
    color: #a51515;
  }

  .rounded-corner-red-fill .wrap-corner {
  background:none repeat scroll 0 0 #ffd7cd !important;
  }
  .rounded-corner-red-fill .t-edge {
  background:url("images/panels/red-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-red-fill .b-edge {
  background:url("images/panels/red-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-red-fill .l-edge {
  background:url("images/panels/red-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-red-fill .r-edge {
  background:url("images/panels/red-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-red-fill .wrap-corner .l, .rounded-corner-red-fill .wrap-corner .r {
  background-image:url("images/panels/red-fill/corner-bits.png");
  }
  .rounded-corner-red-fill .panel-separator {
  background:url("images/panels/red-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-red-fill .pane-title {
    border-bottom: 1px solid #f38f8f;
    color: #a51515;
  }

  .rounded-corner-black .t-edge {
  background:url("images/panels/black/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-black .b-edge {
  background:url("images/panels/black/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-black .l-edge {
  background:url("images/panels/black/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-black .r-edge {
  background:url("images/panels/black/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-black .wrap-corner .l, .rounded-corner-black .wrap-corner .r {
  background-image:url("images/panels/black/corner-bits.png");
  }
  .rounded-corner-black .panel-separator {
  background:url("images/panels/black/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-black .pane-title {
    border-bottom: 1px solid #888;
    color: #000;
  }

  .rounded-corner-black-fill .wrap-corner {
  background:none repeat scroll 0 0 #e9e9e9 !important;
  }
  .rounded-corner-black-fill .t-edge {
  background:url("images/panels/black-fill/shadow-t.png") repeat-x scroll 0 top transparent;
  }
  .rounded-corner-black-fill .b-edge {
  background:url("images/panels/black-fill/shadow-b.png") repeat-x scroll 0 bottom transparent;
  }
  .rounded-corner-black-fill .l-edge {
  background:url("images/panels/black-fill/shadow-l.png") repeat-y scroll 0 0 transparent;
  }
  .rounded-corner-black-fill .r-edge {
  background:url("images/panels/black-fill/shadow-r.png") repeat-y scroll right 0 transparent;
  }
  .rounded-corner-black-fill .wrap-corner .l, .rounded-corner-black-fill .wrap-corner .r {
  background-image:url("images/panels/black-fill/corner-bits.png");
  }
  .rounded-corner-black-fill .panel-separator {
  background:url("images/panels/black-fill/shadow-b.png") repeat-x scroll 0 center transparent;
  }
  .rounded-corner-black-fill .pane-title {
    border-bottom: 1px solid #888;
    color: #000;
  }

  .rounded-corner {
    margin-bottom: 10px;
  }

  .panel-3col-33-stacked .panel-col {
    width: 34%;
  }
  .panel-3col-33-stacked .panel-col-last {
    width: 33%;
  }
  .panel-3col-33-stacked .panel-col-last {
    width: 33%;
  }

  .node-type-webform .description /* The descriptive help text (separate from the label) */
  {
    font-size: 1.25em;
  }
  .increase-fonts
  {
    font-size: 133%;
  }

  #block-poll-0 div.links{
    display: none;
  }
  #banners, #banners td, .banners, .banners td {
    border: 0 !important;
    background-color: #fff !important;
  }
/*  #banners td {
    width: 116px !important;
  }*/
  #banners img {
    width: 100px;
  }

  div.teaser p {
    display:none !important;
  }
  div.teaser {
    height: 10px !important;
  }
