body {
    background-color: #f1f1f1;
}

#header {
    background-color: #00487A;
    background-image: url(/public/journals/393/homeHeaderTitleImage_uk_UA.png);
    background-repeat: no-repeat;
    height: 145px;
    background-position-x: 11%;
    display: table;
    width: 100%;
}

#navbar {
    border-bottom: 3px solid orange;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #f1f1f1;
}

a:hover {
    color: #aaaaaa;
    background: #f1f1f1;
}

a:link {
    color: #286090;
}

#navbar a {
    background-color: #f1f1f1;
    color: black;
    font-weight: bold;
}

#main {
    background-color: #f1f1f1;
}

ul.menu {
    display: table;
}

ul.menu li:first-child {
    border-left: none;
}

ul.menu li {
    padding: 0 2px 0 2px;
    border-left: solid 1px;
}

#breadcrumb {
    background-color: #f1f1f1;
    border-bottom: none;
}

#main h2 {
    background-color: #f1f1f1;
}

#content {
    background-color: #f1f1f1;
    padding-top: 1.5em;
}


td a:hover {
    color: #aaaaaa;
}

.menu li a:hover {
    color: #aaaaaa!important;
}

#content > div#homepageImage {
    display: none;
}

.descrFirstCol {
    padding-top: 12px;
}

.descrSecCol {
    padding-left: 15px;
    vertical-align: top;
    padding-top: 15px;
}

span.rtop, span.rbottom {
    /*
    background: #f1f1f1;
    */
    display: none!important;
}

#sidebar div.block {
    background-color: #f1f1f1!important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    khtml-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #000000;
    padding-bottom: 0.5em!important;
}

#sidebar div.block span.blockTitle {
    padding: 0.5em 0 0.5em 2em;
    background-color: #AAAAAA;
    margin-left: -1em;
    margin-bottom: 0.5em;
}

div#sizer {
    display: inline-block;
}

.descrPreview {
    border-top: dotted 1px;
    border-bottom: dotted 1px;
    padding: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #286090;
    font-size: 1.1em;
}

.descrBold {
    font-weight: bold;
    color: #286090;
}

div#sidebarFlagToggle {
    box-shadow: none!important;
}

div#headerTitle h1 {
    padding-top: 0px;
    padding-bottom: 30px;
}

div#headerTitle {
    display: table-cell;
    vertical-align: bottom;
    color: white;
    padding-left: 1em;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

/*
#content div h3 {
    color: #286090;
}
*/

h4, h3, h2 {
    color: #00487A;
}

.footerCell_1 {
    white-space: nowrap;
}

.footerCell_2 {
    width: 100%;
    text-align: right;
}

#pageFooter {
    border-top: #286090 solid 2px;
    padding-top: 1em;
    margin-top: 5em;
}
