.someUnnecessaryClass {
    background-color: inherit;
}

body {
    margin: 0;
    font-size: 13px;
    font-family: "Arial", "helvetica", "sans-serif";
    color: #333;
}

/* Links */
a:link, a:visited {
    color: #00546A;
    text-decoration: underline;
}

a:hover, a:active {
    color: #ba0002;
}

/* Titles
 * ------------ */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}

h1 {
    font-size: 2.0em;
    font-weight: 300;
    padding: 0 0 0.5em;
    margin: 0;
    color: #BA0002;
}

h2 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0.75em;
    color: #333;
}

h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0.8em;
    color: #666;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

h5 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

/* Paragraph styles. */
p {
    margin: 0 0 1em 0;
    font-size: 14px;
    line-height: 22px;
}

span.bue-red {
    color: red;
}

span.bue-blue {
    color: blue;
}

span.bue-green {
    color: green;
}

span.bue-gray {
    color: #888;
}

/* List styles. */
ul, ol {
    margin: 0 0 2em 0;
    margin-left: 0;
    padding-left: 2em;
    font-size: 14px;
}

/* layout tables */

table tbody {
    border: 0;
}

/* Data table styles. */
table.data {
    min-width: 99%;
    border: 0px solid white;
    margin-bottom: 2em;
    /* box-shadow:0 0 5px 0 #888; -webkit-box-shadow:0 0 5px 0 #888; -msoz-box-shadow:0 0 5px 0 #888; */
    border: 0;
    font-size: 11px;
}

table.data thead, table.data tbody, table.data th, table.data td {
    border: 0;
}

table.data th, table.data td {
    border: 1px solid #ddd;
}

table.data thead th {
    border: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
}

table.data tbody td, table.data tbody th {
    padding: 15px 10px;
    vertical-align: top;
}

table.data tbody th {
    font-size: 14px;
}

table.data tbody .th2 th {
    text-align: center;
}

/* Effects */
table.data thead th {
    background-color: #CCE5F5;
}

table.data tbody th {
    background-color: #E9F3FC;
}

table.data tbody .th2 th,
table.data thead th.pink,
table.data thead .pink th {
    color: #333333;
    background-color: #E9F3FC;
    font-size: 12px;
    font-weight: normal;
}

table.data tbody td.td-center {
    text-align: center;
}

table.data tr.even td,
table.data tr.odd td {
    padding: 10px 5px;
}

table.data tr.odd {
    background-color: white;
}

table.data tr.tfoot td {
    margin: 0;
    padding: 0 0 0 20px;
    background-color: #F2F2F2;
}

/* Code. */
pre, code, tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5;
}

pre {
    background-color: #efefef;
    display: block;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #888aaa;
}

cite {
    background-color: #F5F5F5;
    border-left: 3px solid #DDDDDD;
    color: #888;
    display: block;
    font-size: 12px;
    padding: 10px 15px;
}

/* List styles. */
ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: square;
}

ul ul ul ul {
    list-style-type: circle;
}

ol ol {
    list-style-type: lower-alpha;
}

/* Sprite styles */
.sprite-repeat-x {
    background: url(../images/sprite-repeat-x.png) scroll repeat-x 0 0;
}

.sprite-no-repeat {
    background: url(../images/sprite-no-repeat.png) scroll repeat-x 0 0;
}

.sprite-no-repeat-lights {
    background: url(../images/sprite-no-repeat-lights.png) scroll repeat-x 0 0;
}

.sprite-plates-x {
    background: url(../images/sprite-plates-x.png) no-repeat 0 0;
}

/* Header
* ------------ */
.calc-block {
    padding-top: 6px;
}

.calc-block h3 {
    background-position: 0 -250px;
    color: #FFFFFF;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 15px;
    text-shadow: -1px -1px 0 #4A585C;
}

.calc-block ul {
    background-position: 0 -286px;
    height: 103px;
    padding: 0;
}

.calc-block ul li {
    list-style: none;
    list-style-image: none;
    padding: 20px 0 0 25px;
}

.calc-block ul li, .calc-block ul li a {
    color: #fff;
    font-size: 15px;
    text-shadow: -1px -1px 0 #6a939c;
}

.icon-calc-interactions, .icon-calc-sideeffects {
    display: block;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    float: left;
}

.icon-calc-sideeffects {
    background-position: -32px -210px;
}

.icon-calc-interactions {
    background-position: -48px -210px;
}

.calc-block ul li a {
    display: block;
    margin: 0 0 0 25px;
}

/* Menu
 * ------------ */
#main ul.menu {
    padding: 0;
}

#main ul.menu li.expanded ul.menu {
    padding: 0.3em 0 0 0.5em
}

#main ul.menu li {
    padding: 0 0 6px 20px;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

#main ul.menu li a {
    padding: 1px 0 3px;
}

#main ul.menu li.leaf {
    background: url(../images/sprite-stairway.png) no-repeat -984px 3px;
}

#main ul.menu li.expanded {
    background: url(../images/sprite-stairway.png) no-repeat -968px -13px;
}

#main ul.menu li.collapsed {
    background: url(../images/sprite-stairway.png) no-repeat -952px -31px;
}

#main ul.menu li.active-trail>a {
    background-color: #fff;
    color: #ba0002;
}

#header .block h3.block-title {
    color: #fff;
    text-shadow: -1px -1px 0 #0D566F;
}

#header ul.menu {
    padding: 0;
}

#header ul.menu li {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#header ul.menu li a {
    color: #fff;
    font-size: 14px;
    text-shadow: -1px -1px 0 #0D566F;
}

/* Abbreviation. */
abbr {
    border-bottom: 1px dotted #666666;
    cursor: help;
    white-space: nowrap;
}

/* UI improvments. */
#edit-title {
    font-size: 24px;
}

#system-themes-form img {
    width: 100px;
}

.comment-unpublished, .node-unpublished {
    background-color: #FFDDDD;
}

#breadcrumb {
    padding: 0 0 10px 0;
}

#arvt-widgets {
    background: url(../colorbox/images/loading.gif) no-repeat 50% 50%;
    min-height: 544px;
}

#arvt-widgets .form-item label {
    font-size: 11px;
}

#arvt-widgets ul li {
    margin: 0;
}

/* Icons
* ------------ */
.icon-16x16 {
    display: block;
    height: 16px;
    width: 16px;
}

.icon-16x16-user {
    background-position: -64px -210px;
}

.icon-16x16-book {
    background-position: -80px -210px;
}

.icon-pubmed {
    background-position: -96px -210px;
    width: 48px;
    height: 16px;
    display: inline-block;
}

.icon-24x24 {
    display: block;
    height: 24px;
    width: 24px;
}

.icon-24x24-twitter {
    background-position: 0 -226px;
}

.icon-24x24-facebook {
    background-position: -24px -226px;
}

.icon-24x24-gplus {
    background-position: -48px -226px;
}

.icon-24x24-rss {
    background-position: -72px -226px;
}

.icon-24x24-mail {
    background-position: -96px -226px;
}

.icon-32x32 {
    display: block;
    height: 32px;
    width: 32px;
}

.icon-32x32-twitter {
    background-position: 0 -410px;
}

.icon-32x32-facebook {
    background-position: -32px -410px;
}

.icon-32x32-gplus {
    background-position: -64px -410px;
}

.icon-32x32-rss {
    background-position: -96px -410px;
}

.icon-32x32-mail {
    background-position: -128px -410px;
}

.dot-green, .dot-blue, .dot-red, .dot-brown, .dot-black, .dot-gray {
    text-align: center;
    vertical-align: middle;
}

.dot-green i, .dot-blue i, .dot-red i, .dot-brown i, .dot-black i, .dot-gray i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/sprite-no-repeat.png);
    background-repeat: no-repeat;
}

.dot-green i {
    background-position: -0px -400px;
}

.dot-blue i {
    background-position: -10px -400px;
}

.dot-red i {
    background-position: -20px -400px;
}

.dot-brown i {
    background-position: -30px -400px;
}

.dot-black i {
    background-position: -40px -400px;
}

.dot-gray i {
    background-position: -50px -400px;
}

/* Blocks
 * ------------ */
#main .block {
    background-color: /*#F5F8F8*/ #ecf6f6;
    margin-bottom: 20px;
}

#main .block .block-inner {
    padding: 20px;
}

.block h3.block-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 12px 0;
    color: #00546A;
    text-shadow: 1px 1px 0 #fff;
}

.block .views-field-title {
    font-size: 12px;
}

.block .views-field-created {
    font-size: 10px;
    color: #888;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0 #F0FFFF;
}

#main .block a {
    text-shadow: 1px 1px 0 #F0FFFF;
}

#content-bottom {
    margin-top: 60px;
}

#content-bottom .block {
    background-color: transparent;
}

#content-bottom .block .block-inner {
    padding: 0;
}

/* Node
 * ------------ */
.node .node-footer {
    border: 1px solid #f1f1f1;
    padding: 8px 12px;
}

.node .submitted-wrapper {
    width: 160px;
    float: right;
    text-align: right;
}

.node .submitted {
    padding: 1px 6px 1px;
    font-size: 12px;
    color: #fff;
    background-color: #bf4b6a;
    text-shadow: -1px -1px 0 #803246;
    white-space: nowrap;
}

.node .taxonomy {
    margin-right: 170px;
}

.node .taxonomy .icon-tag {
    background-position: 0 -210px;
    float: left;
    margin: 3px 5px 0 0;
}

.node .taxonomy ul li a {
    color: #888;
}

.node .content {
    padding: 0;
}

.node-image {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 5px;
    border: 1px solid #eaeaea;
}

.node-image strong {
    display: block;
    padding: 2px 0 0;
    font-size: 11px;
    font-weight: normal;
    color: #777;
    text-align: left;
    font-style: italic;
}

#content-area .content {
    border-bottom: 1px solid #EAEAEA;
}

.node-info {
    margin: 1em 0;
}

.node-info .node-authorship {
    float: right;
    color: #888;
    font-size: 12px;
}

.node-info .node-last-modified-date {
    float: left;
    color: #888;
    font-size: 12px;
}

.node-teaser .submitted {
    float: right;
    margin-left: 15px;
}

.node-teaser {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #F5F8F8;
}

.views-row-last .node-teaser {
    margin-bottom: 0;
}

.node-teaser .node-footer {
    border: 0 !important;
    padding: 0 !important;
}

.node-teaser .timestamp {
    float: right;
    margin-left: 15px;
}

.timestamp {
    padding: 1px 6px 1px;
    font-size: 12px;
    color: #fff;
    background-color: #6bb7cb;
}

.node-teaser .taxonomy {
    margin-right: 0;
    float: right;
}

.node-teaser .taxonomy .icon-tag {
    background-position: 0 -210px;
    float: left;
    margin: 3px 5px 0 0;
}

.node-teaser .taxonomy ul li a {
    color: #888;
}

#content-area .node-teaser .content,
#content-area .node-type-forum .content,
#content-area #comments .content {
    border-bottom: 0;
}

/* Node pubmedscope
 * ------------ */
.node.node-type-pubmedscope .pubmedscope-magazine-wrapper {
    color: #888;
}

.node.node-type-pubmedscope .pubmedscope-magazine-wrapper ins {
    margin: 3px 10px 0 0;
}

.node.node-type-pubmedscope .pubmedscope-magazine-wrapper span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-left: 2px;
}

.node.node-type-pubmedscope .pubmedscope-magazine-wrapper a {
    color: #BA0002;
}

.node.node-type-pubmedscope .authors {
    font-size: 12px;
    color: #888;
    overflow: hidden;
}

.node-teaser.node-type-pubmedscope {
    border: 0;
    padding: 0;
}

.node-teaser.node-type-pubmedscope .pubmedscope-magazine-wrapper {
    margin-top: 6px;
    overflow: hidden;
}

.node-teaser.node-type-pubmedscope .pubmedscope-title-wrapper h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.page-node .node.node-type-pubmedscope .authors {
    margin-bottom: 10px;
}

.page-node .node.node-type-pubmedscope .pubmedscope-magazine-wrapper {
    margin-bottom: 10px;
}

/** Like buttons */
.like-buttons-wrapper {
    padding: 2em 0 20px;
}

.like-button {
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 21px;
    overflow: hidden;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}

/** Forum nodes */
#content-area .node-type-forum .content {
    margin-left: 150px;
}

/** User info **/
.user {
    float: left;
    width: 130px;
    padding: 0 20px 0 0;
}

.user-name, .user-userpic, .user-roles {
    display: block;
    color: #888;
}

.user-name {
    font-size: 11px;
}

.user-name a {
    font-weight: bolder;
}

.user-roles {
}

/*.user-roles ul, .user-roles ul li { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.user-roles ul li { font-size: 11px; } */
.user-roles {
    font-size: 11px;
}

.user-userpic img {
    padding: 5px;
    border: 3px solid #efefef;
}

.node-forum-wrapper {
    border: 1px solid #F1F1F1;
    margin-bottom: 25px;
    padding: 25px 30px;
}

/* Comments
 * ------------ */
.comment-add-link-wrapper {
    margin-top: 25px;
    text-align: right;
}

.comment-add-link-wrapper a {
    font-size: 22px;
    text-decoration: none !important;
    border-bottom: 1px dashed #00546A;
}

#comments {
    margin-top: 30px;
}

.comment {
    border: 1px solid #f1f1f1;
    padding: 25px 30px 10px;
    margin-bottom: 25px;
}

.comment .content {
    margin-left: 150px;
}

.comment .comment-footer {
    margin-top: 5px;
}

/* .comment-footer ul.links { background-color: #E9F3FC; padding: 2px 8px 3px; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; } */
.comment-footer ul.links {
}

.comment-footer ul.links a {
    color: #6BB7CB;
    font-size: 11px;
    padding: 2px 6px 3px;
}

.comment-footer ul.links a:hover {
    color: #00546A;
    background-color: #E9F3FC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.node-type-forum #content-area .pager {
    padding: 25px 0;
}

.comment .content .timestamp,
.node-forum-wrapper .content .timestamp {
    display: inline-block;
    text-align: left;
    background-color: transparent;
    padding: 0;
    margin-top: 20px;
}

.comment .content .timestamp span,
.node-forum-wrapper .content .timestamp span {
    color: #888;
    font-size: 11px;
}

.comment .content .timestamp span a,
.node-forum-wrapper .content .timestamp span a {
    color: #888;
    text-decoration: none;
}

.comment .content .timestamp span a:hover,
.node-forum-wrapper .content .timestamp span a:hover {
    text-decoration: underline;
}

.comment-source {
    padding-left: 0.2em;
    display: none;
}

.view-user-comments .comment-source {
    display: inline;
}

.comment .content .text,
.node-forum-wrapper .content .text {
    margin-bottom: -20px;
}

.comment-selected {
    box-shadow: 0 0 0 2px rgb(107, 183, 203);
}

#comments div.indented {
    margin: 0;
}

#comments > div.indented,
#comments > div.indented > div.indented,
#comments > div.indented > div.indented > div.indented,
#comments > div.indented > div.indented > div.indented > div.indented {
    padding-left: 50px;
    background: url(../images/indent-arrow.png) 0 0 no-repeat;
}

.comment_forbidden {
    color: #888888;
    font-size: 11px;
    padding: 2px 6px 3px;
}

/*#comments div.indented {*/
/*padding-left: 50px;*/
/*background: url(../images/indent-arrow.png) 0 0 no-repeat;*/
/*}*/

/** comments form **/
#comment-form-content {
    background-color: #e9f3fc;
    border-top: 4px solid #6BB7CB;
    margin: 25px 0;
    padding: 10px 20px 5px 0;
}

.box #comment-form-content {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.node-type-forum #content-area .pager {
    padding: 25px 0;
}

#comments .box {
    background-color: #e9f3fc;
    border-top: 4px solid #6BB7CB;
    margin-top: 50px;
    padding: 25px 30px;
}

#comments .box h2 {
    color: #6BB7CB;
    text-shadow: 1px 1px 0 #fff;
}

#comments .box .form-submit {
    margin-bottom: 0;
}

.comment-footer {
}

.comment-footer .submitted, #comments .comment-footer .submitted a {
    color: #cecece;
}

.comment-footer .links {
    float: right;
}

.comment-footer .comment-link {
    float: left;
}

.comment-footer .comment-link a {
    font-size: 11px;
    color: #888;
}

/* Forums
 * ------------ */
#forum ul.links {
    font-size: 12px;
    height: 40px;
}

#forum ul.links li {
    float: right;
}

.forum-container {
    padding: 15px;
    background-color: #F5F5F5;
    margin-bottom: 25px;
}

.forum-container h3 {
    margin-bottom: 15px;
}

.forum-container-description {
    color: #888;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.forum-container .forum-container-inner {
    padding: 0;
    background-color: #fff;
}

.forum-container .forum-section {
    padding: 20px 25px;
    border-bottom: 1px dotted #e9f3fc;
}

.forum-section-header {
    width: 55%;
}

.forum-section-header h4 {
    margin: 0;
    font-weight: normal;
    font-size: 17px;
}

.forum-section-header .forum-description,
.forum-section-header .forum-description p {
    font-size: 12px;
    margin: 0;
    line-height: inherit;
}

.forum-section-header .forum-description {
    padding: 3px 0 0;
    font-style: italic;
    color: #888;
    margin-top: 5px;
}

.forum-section-header .forum-message {
    padding: 3px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #BA0002;
}

.forum-section-details {
    width: 40%;
    font-size: 11px;
    color: #888;
}

.forum-section-details em {
    font-style: normal;
    font-weight: bolder;
}

/* Forms
 * ------------ */
input.form-submit,
a.button,
input.teaser-button {
    cursor: pointer;
    padding: 2px 10px;
    margin-bottom: 1em;
    color: #5a5a5a;
    text-align: center;
    font-weight: normal;
    font-size: 1.0em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #D2D2D2;
    border-right-color: #D2D2D2;
    background: url(../images/sprite-repeat-x.png) 0 -499px repeat-x;
    border-radius: 6px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 6px;
}

input.form-submit:active,
a.button:active,
input.teaser-button:active {
    border: 1px solid #6ca5c7;
    border-left-color: #8eB7cd;
    border-right-color: #8eB7cd;
    border-bottom-color: #f0f9ff;
    background: url(../images/sprite-repeat-x.png) 0 -538px repeat-x;
    color: #fff;
}

.form-item label {
    font-weight: normal;
    text-align: left;
    padding: 0 0 5px;
    font-size: 18px;
    color: #444444;
}

.form-item label .form-required {
    display: none;
}

.form-item .form-text {
    width: 99%;
    font-size: 16px;
    padding: 2px;
    border: 1px solid #C7C7C7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-item .form-text:focus {
    outline: 0;
    box-shadow: 0 0 5px 0 #28c0ff;
    -webkit-box-shadow: 0 0 5px 0 #28c0ff;
    -moz-box-shadow: 0 0 3px 0 #28c0ff;
}

.form-item .form-text.error:focus {
    box-shadow: 0 0 5px 0 red;
    -webkit-box-shadow: 0 0 5px 0 red;
    -moz-box-shadow: 0 0 3px 0 red;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #C7C7C7;
    box-shadow: 0 0 0px 3px rgb(255, 127, 127);
}

.form-item .description {
    font-size: 11px;
    font-style: normal;
}

.form-item .description {
    font-style: italic;
    line-height: 1.2em;
    font-size: 0.8em;
    margin-top: 5px;
    color: #777777;
}

/* FAQ
 * ------------ */
.faq-question {
    padding: 0;
    margin-bottom: 1em;
    font-size: 1.8em;
}

.faq-question.faq-qa-visible a {
    color: #E60002;
}

.resizable-textarea {
    background-color: #E9F3FC;
}

.resizable-textarea textarea {
    border: 1px solid #6BB7CB;
    width: 100%;
    height: 120px;
}

#edit-delete {
    color: #cc0000;
}

fieldset {
    border: 1px solid #99CCFF;
    margin-bottom: 1em;
    padding: 10px 15px;
}

legend {
    color: #99CCFF;
    font-size: 20px;
    padding: 0 10px;
}

.form-item label {
    font-size: 14px;
    font-weight: normal !important;
    text-align: left;
    padding: 0 0 5px;
    color: #444444;
}

.form-field-one-line label {
    display: block;
    float: left;
    width: 30%;
}

.form-field-one-line .form-field-wrapper {
    float: left;
    width: 70%;
}

.form-item .description {
    font-size: 11px;
    white-space: normal;
    font-style: normal;
    margin-top: 1px;
    color: #777;
    line-height: 15px;
}

.form-item label .form-required {
    display: none;
}

.form-item .form-text:focus {
    outline: 0;
}

.container-inline {
    overflow: hidden;
    min-height: 20px;
}

.container-inline div {
    display: block !important;
    float: left !important;
    /*width: auto!important;*/
}

.container-inline .form-item {
    margin: 0;
}

html.js fieldset.collapsible .fieldset-wrapper {
    overflow: visible;
}

/* Console, style from slate theme. */
div.messages {
    padding: 12px 0;
    color: #003366;
    background: #bbddff;
    border: 1px solid #aaccee;
}

div.warning {
    color: #884400;
    background: #ffee66;
    border-color: #eedd55;
}

div.error {
    color: white;
    background: #ee6633;
    border-color: #dd5522;
}

div.status {
    color: #336600;
    background: #ccff88;
    border-color: #bbee77;
}

#primary-links {
    background-position: 0 -200px;
}

/* Rounded corners (only for good boys and girls) */
.r3-all {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.r6-all {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.r12-all {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.r3-top {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.r3-bottom {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.r3-right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.r3-left {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.r6-top {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.r6-bottom {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.r6-left {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.r6-right {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.r12-top {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.r12-bottom {
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.r12-left {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.r12-right {
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Header, menu and footer lights */
#footer .page-inner-wrapper, #header .page-inner-wrapper, #primary-links .page-inner-wrapper {
    position: relative;
}

#header-left-light, #header-right-light, #menu-light, #footer-left-light, #footer-right-light {
    display: block;
    position: absolute;
    overflow: hidden;
}

#header-left-light, #header-right-light {
    background-position: 0 0;
    height: 200px;
    width: 735px;
}

#header-left-light {
    background-position: 0 -200px;
    left: -240px;
}

#header-right-light {
    background-position: 0 20px;
    right: -200px;
}

#footer-left-light, #footer-right-light {
    height: 250px;
    width: 713px;
}

#footer-left-light {
    background-position: 0 -900px;
    left: -250px;
}

#footer-right-light {
    background-position: 0 -530px;
    right: -200px;
}

#menu-light {
    height: 48px;
    width: 100%;
    background-position: 50% -60px;
    left: -150px;
}

/* Footer styles */
#footer {
    background-position: 0 -248px;
    font-family: Arial, helvetica, sans-serif;
}

#footer ul.menu {
    padding: 0;
}

#footer ul.menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

/** Support foundation logo **/
#footer-support-foundation {
    display: block;
    height: 46px;
    width: 272px;
    background-position: 0 -153px;
}

#footer-support-foundation span {
    display: none;
}

/** Design by notice **/
#footer-design-by-notice {
    display: block;
    float: right;
    color: #cfcfcf;
}

#footer-design-by-notice:hover {
    color: #ffffff;
}

/** Footer copyright notice **/
#footer-copyright-notice {
    font-size: 12px;
    color: #cecece;
}

/** Footer пїЅAbout projectпїЅ menu **/
#footer-bottom-block-1 ul.menu {
    padding: 5px 0 0 0;
}

#footer-bottom-block-1 ul.menu li {
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
}

#footer-bottom-block-1 ul.menu li.last {
    margin: 0
}

#footer-bottom-block-1 ul.menu li a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

/** Footer secondary links **/
#footer-top-block-2 ul.menu li {
    margin-bottom: 5px;
}

#footer-top-block-2 ul.menu li.last {
    margin-bottom: 0
}

#footer-top-block-2 ul.menu li a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

#footer-top .form-field-wrapper {
    width: 100%;
}

/** Footer contact info block **/
#footer-block-contacts li {
    margin-bottom: 10px !important;
    text-align: right;
}

#footer-block-contacts li.last {
    margin-bottom: 0;
}

#footer-block-contacts li, #footer-block-contacts li a {
    font-size: 18px;
    color: #ffffff;
}

#footer-block-contacts li strong {
    font-weight: normal;
    font-size: 20px;
}

/** Footer search box **/
#search-box-wrapper {
    padding: 3px;
    background-color: #fff;
    width: 300px;
}

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

#search-box-wrapper .form-item input {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 0;
}

#search-box-description {
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

.search-default-text {
    font-size: 12px !important;
    color: #888;
    padding: 5px !important;
}

/* Gradients
 * ------------ */
.node .submitted {
    background: -moz-linear-gradient(top, #ff638d, #bf4b6a);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff638d), to(#bf4b6a));
    zoom: 1;
}

hr {
    background-color: #EAEAEA;
    border: 0px;
    height: 1px;
    margin: 10px 0px 30px;
}

/* Paginator */
ul.pager {
    background-color: #FFFFFF;
    margin: 0;
    padding: 25px 0 0;
    height: 25px;
    text-align: left !important;
}

ul.pager li {
    display: block;
    float: left;
    margin: 0;
    padding: 0.5em;
    padding: 0 !important;
    background-image: none;
    list-style-type: none;
    height: 25px;
    overflow: hidden;
    font-size: 14px;
}

ul.pager li.pager-current span {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff638d), to(#bf4b6a));
    background-color: #ff638d;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.pager li a,
ul.pager li a:visited,
ul.pager li span {
    display: block;
    padding: 3px 9px;
    color: #a6a6a6;
}

ul.pager li.pager-previous {
    padding: 0 10px 0 0 !important;
}

ul.pager li.pager-next {
    padding: 0 0 0 10px !important;
}

ul.pager li.pager-previous a,
ul.pager li.pager-next a {
    font-size: 1.8em;
    text-decoration: none;
    padding: 0 0 2px;
}

ul.pager li.pager-first a,
ul.pager li.pager-last a {
    /*color: red;*/
}

.paginator {
    clear: both;
}

.paginator .item-list .pager {
    clear: none;
}

/* Misc */
.empty-text {
    font-size: 26px;
    color: #bebebe;
    line-height: 1.3em;
    text-align: center;
    padding: 5em 0 7em;
}

.twitter-button-wrapper {
    padding: 0 0 10px 0;
}

.twitter-button {
    display: block;
    background-position: 0 -226px;
    height: 23px;
    width: 61px;
}

.twitter-button del {
    display: none;
}

a.pubmed {
}

/* Last comments block */
ul.block-last-comments, ul.block-last-comments li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul.block-last-comments li {
    margin-bottom: 7px;
    font-size: 12px;
}

ul.block-last-comments li.last {
    margin-bottom: 0;
}

ul.block-last-comments li dt {
    color: #888999;
    font-size: 10px;
    text-shadow: 1px 1px 0 #F0FFFF;
}

ul.block-last-comments li div.comment {
    display: none;
}

.qtip-content p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.misc-rules {
    margin: 5px 42px 0 0;
    float: right;
}

.misc-rules ins {
    background-position: -16px -210px;
    float: left;
    margin: 1px 5px 0 0;
}

.node-authorship {
    text-align: right;
}

.node-authorship a {
    font-size: 11px;
}

/* Subscription block */
.subscription-mail {
}

/* TMP */
#block-misc-social .subscription-icons {
    margin: 36px 0 0 5px;
}

.subscription-icons {
    margin: 0;
}

.subscription-icons .icon-wrapper {
    float: left;
    padding: 10px;
}

.subscription-mail,
.subscription-icons .icon-32x32-mail {
    background-color: #EFEFEF
}

.subscription-icons .icon-32x32-mail {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#block-misc-subscription .block-inner .description {
    padding: 12px;
    display: block;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
}

#block-misc-subscription {
    background-color: transparent !important;
}

#block-misc-subscription .block-inner {
    padding: 0 !important;
}

.subscribe-wrapper {
    padding: 10px;
}

.subscribe-wrapper #edit-mail-wrapper,
.subscribe-wrapper #edit-subscribe {
    float: left;
}

.subscribe-wrapper #edit-subscribe {
    margin: 2px 0 0 0;
}

.subscribe-wrapper #edit-mail-wrapper {
    margin: 0 20px 0 0;
}

.subscribe-wrapper #edit-mail-wrapper,
.subscribe-wrapper #edit-mail {
    width: 210px;
}

/*.subscribe-wrapper #edit-mail{ font-size: 12px; padding: 5px!important; color: #AAA; }*/

.block-simplenews {
    color: #888888;
}

.block-simplenews #edit-unsubscribe {
    display: none;
}

/* Search results */
dl.search-results dt a {
    font-size: 14px;
}

dl.search-results dd {
    margin-bottom: 30px;
}

dl.search-results dd p {
    font-size: 12px;
}

/* Captcha */
fieldset.captcha {
    border: 0;
    padding: 0;
    margin: 20px 0;
}

fieldset.captcha legend {
    display: none;
}

fieldset.captcha .description {
    display: none;
}

fieldset.captcha img {
    float: left;
}

fieldset.captcha #edit-captcha-response-wrapper {
    margin: 0 0 0 120px;
}

fieldset.captcha #edit-captcha-response-wrapper label {
    line-height: 16px;
}

fieldset.captcha #edit-captcha-response-wrapper .form-field-wrapper {
    width: 120px;
}

fieldset.captcha #edit-captcha-response-wrapper .form-field-wrapper input {
    height: 50px;
    font-size: 40px;
    text-align: center;
}

/* New Year block */
#block-block-9 {
    background-color: transparent !important;
}

#block-block-9 .block-inner {
    padding: 0;
}

#block-block-9 h3 {
    display: none;
}

/* Searc block */
#main .block-id-174,
#main .block-id-39 {
    background-color: #FFF;
}

#main .block-id-39 .block-inner,
#main .block-id-174 .block-inner {
    padding: 0;
}

#main .block-id-174 h3.title,
#main .block-id-39 h3.title,
#main .block-id-39 label,
#main .block-id-174 label {
    display: none;
}

#main .block-id-39 .container-inline .form-field-wrapper,
#main .block-id-174 .container-inline .form-field-wrapper {
    margin-right: 10px;
}

#main .block-id-39 .container-inline .form-field-wrapper {
    width: 222px;
}

#main .block-id-174 .container-inline .form-field-wrapper {
    width: 170px;
}

#main .block-id-39 .container-inline .form-field-wrapper .form-text:focus,
#main .block-id-174 .container-inline .form-field-wrapper .form-text:focus {
    box-shadow: none;
}

#main .block-id-39 .form-submit,
#main .block-id-174 .form-submit {
    padding-top: 3px;
    padding-bottom: 3px;
}

.node-news-authorship {
    text-align: right;
    padding: 1em 0;
}

/* spam modile fix */
.comment .spam, .comment .mark-as-spam {
    display: none;
}