.box h6 em,
address.author {
    font-style: normal
}

html {
    font-family: sans-serif;
    font-size: 14px;
    color: #000
}

body {
    background-color: #EAEAEA;
    line-height: 150%
}

.st {
    color: #727272
}

a,
a.visited {
    color: #2582C0
}

a:active,
a:hover {
    color: #0088F5
}

input[type=text],
input[type=password],
textarea {
    border-top: #AAA 1px inset!important;
    border-left: #AAA 1px inset!important;
    border-right: #CCC 1px solid!important;
    border-bottom: #CCC 1px solid!important
}

.row {
    margin: 0 auto;
    width: 1120px;
    background-color: #FFF;
    height: auto;
    clear: both
}

.row.central {
    padding-left: 25px;
    width: 1095px
}

.body-wrapper {
    margin: 0 auto;
    width: 1120px;
    -webkit-box-shadow: 0 0 5px 5px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0 0 5px 5px rgba(224, 224, 224, 1);
    box-shadow: 0 0 5px 5px rgba(224, 224, 224, 1)
}

.row.top {
    margin-top: 20px
}

.row.header {
    height: 105px
}

.left {
    float: left
}

.right {
    float: right
}

.break-word {
    word-wrap: break-word;
    word-break: break-all
}

a.btn {
    display: block;
    background-color: #06C;
    padding: 0 15px;
    text-decoration: none;
    color: #FFF
}

a.btn:hover {
    background-color: #048
}

a.special,
a.special:visited {
    color: #8e1258!important;
    font-weight: 700;
    font-size: 15px
}

a.btn_details,
input.btn_details {
    padding: 10px 15px;
    background-color: #06C;
    color: #FFF;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}

a.btn_details:hover,
input.btn_details:hover {
    background-color: #07D
}

a.btn_details_sub,
input.btn_details_sub {
    padding: 5px 25px;
    background-color: #BAC327;
    color: #FFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

a.btn_details_sub:hover,
input.btn_details_sub:hover {
    background-color: #E0E951
}

.nav {
    line-height: 50px;
    background-color: #2e76bd;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px
}

.nav.top {
    background-color: #FFF;
    border-bottom: 1px solid #CCC
}

.nav ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0
}

.nav ul li {
    float: left;
    border: 0
}

.nav ul li a,
.nav ul li span {
    display: block;
    padding: 0 25px;
    color: #FFF;
    letter-spacing: .07em;
    text-decoration: none
}

.nav.top ul li a {
    color: #333;
    text-decoration: underline
}

.nav ul li.active a {
    background-color: #06C;
    color: #DDD;
    text-decoration: none
}

.nav ul li.current a,
.nav ul li.current a:hover {
    background-color: rgba(0, 117, 228, .68);
    color: #DDD;
    text-decoration: none
}

.nav ul li a:hover {
    background-color: #004C99;
    color: #CCC
}

.nav.login {
    margin-top: 65px;
    line-height: 30px
}

.nav.login ul li a,
.nav.login ul li span {
    color: #333;
    background-color: #FFF;
    font-family: sans-serif;
    font-size: 14px
}

.nav.login ul li a {
    text-decoration: underline
}

.nav.login ul li span {
    font-weight: 700
}

.nav.login ul li a:hover {
    color: #888;
    font-family: sans-serif
}

.nav ul li.separator {
    border-left: 1px solid #CCC;
    width: 0;
    height: 50px;
    clear: none
}

.nav.login ul li.separator {
    height: 30px
}

.nav.login ul li.narrow a,
.nav.login ul li.narrow span {
    padding: 0 10px
}

.nav.bottom-menu ul {
    margin-left: 180px
}

.nav.bottom-menu ul li a {
    padding: 0 25px
}

.nav.bottom-menu ul li a:hover {
    background-color: #036
}

.bottom-sub-menu {
    padding: 30px 10px;
    float: left;
    margin-left: 50px;
    width: 205px
}

.bottom-sub-menu ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0
}

.bottom-sub-menu ul li a {
    font-size: 14px;
    color: #333
}

.bottom-sub-menu ul li a:hover {
    font-size: 14px;
    color: #888
}

.bottom-sub-menu h6 {
    margin: 0;
    font-size: 16px
}

.logo a {
    display: block;
    padding: 30px 25px 20px
}

.logo a img {
    width: 230px;
    height: 55px
}

.column {
    float: left;
    margin: 0 0 40px;
    padding: 0;
    border: none
}

.column.x1 {
    width: 365px
}

.column.x2 {
    width: 730px
}

.column.x3 {
    width: 1190px
}

.box {
    width: 338px;
    float: left;
    margin: 20px 27px 0 0;
    border: 1px solid #CCC
}

.box.bottom {
    margin-bottom: 30px
}

.box button,
.box h1,
.box h2,
.content .box h1,
.content .box h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .05em;
    color: #5F051F;
    background-color: #efefef;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    font-weight: 700
}

.article_details tr,
.content table.list tr {
    vertical-align: top
}

.box h1 a,
.box h2 a {
    float: right;
    font-size: 12px;
    color: #666;
    font-family: sans-serif;
    margin-top: 2px
}

.box h1 a:hover,
.box h2 a:hover {
    color: #aaa
}

.box h6 a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%
}

.box .panel {
    padding: 20px
}

hr {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
    margin: 0 20px;
    padding: 0
}

.box .panel img.thumb {
    float: left;
    clear: left;
    margin: 0 30px 0 0
}

.box h6 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 26px
}

.box h6 em {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    line-height: 18px;
    background-color: #8E1258;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.wide .box {
    width: 703px
}

.box.narrow {
    width: 338px
}

.box .item img {
    max-width: 100%
}

.box .item a.title {
    display: block;
    clear: both;
    margin: 0 0 10px
}

.box .item a.block,
.box .item span.block {
    display: block;
    padding: 10px;
    margin: 10px 0
}

.box .item span.block {
    border: 1px solid #CCC;
    font-weight: 700
}

.box .item a.block {
    background-color: #F4F4F4
}

.box .item a.block:hover {
    background-color: #EFEFFF
}

.box .item span {
    display: block
}

.box .item .line {
    padding: 10px 0 0;
    line-height: 38px
}

.box .item .line a {
    color: #2582C0
}

.box .item .line a.btn_details {
    color: #FFF;
    line-height: 18px
}

.box .item .line.search {
    padding: 0;
    line-height: 38px
}

.box .item .search span {
    display: inline
}

.search a.btn {
    margin: 25px 0 0 15px
}

.box .item input[type=text] {
    line-height: 25px;
    height: 27px
}

.search input[type=text] {
    text-align: center
}

.nav.copyright {
    color: #ebebeb;
    background-color: #666;
    font-size: 14px;
    letter-spacing: .05em
}

.content h1,
.content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: .05em;
    color: #5F051F
}

.nav.copyright div {
    padding: 0 15px
}

.sf {
    margin: 5px 0 0
}

.sf td {
    padding-right: 10px
}


.no-lmargin {
    margin-right: 0
}

.content {
    padding-right: 25px
}

.content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px
}

.content h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px
}

.content address,
.content h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0
}

.content h4 {
    padding: 0;
    margin: 0 0 10px
}

.content h5 {
    padding: 0 0 5px;
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.content h4 a.title,
.content h5 a.title {
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 400
}

.content .element_item {
    padding: 15px 0 0;
    line-height: 25px
}

.content .author_email {
    font-size: 12px
}

.content .list_item_container {
    padding: 20px;
    margin: 0;
}

.content .list_item_container span.block {
    display: block;
    padding: 5px 0
}

.article_details {
    margin-top: 10px
}

.article_details,
.article_details a {
    font-size: 13px
}

.article_details .year {
    width: 80px
}

.article_details .vol {
    width: 140px
}

.article_details .page {
    width: 100px
}

.content table.list {
    border-collapse: collapse;
    width: 700px;
    margin-top: 20px
}

.content table.list,
.content table.list td {
    padding: 10px 20px;
    border: 1px solid #999
}

.content table.list td.th {
    background-color: #036;
    color: #FFF;
    text-align: center
}

.content table.list td.action,
.content table.list th.action {
    width: 16px;
    text-align: center
}

.form .item {
    padding: 10px 0;
    text-align: left;
    line-height: 20px
}

.box .item label.block,
.form .item label.block {
    display: block;
    margin: 5px 0
}

.box .item input[type=text],
.box .item textarea {
    width: 295px;
    padding: 0;
    margin: 0
}

.form .item input[type=text],
.form .item input[type=password],
.form .item textarea {
    padding: 5px 0;
    width: 300px;
}

.form table.two_cols td.col {
    width: 303px;
    vertical-align: top
}

.form.submission .item input[type=text],
.form.submission .item textarea {
    width: 500px;
}

.form .item input[type=text].page,
.form .item input[type=text].vol {
    width: 35px
}

.form .item input[type=text].search {
    width: 190px
}

.box .item input.page[type=text],
.box .item input.vol[type=text],
input.page[type=text],
input.vol[type=text] {
    width: 35px;
    text-align: center
}

.form .item select {
    width: 120px
}

.form.submission .item select {
    width: 500px
}

.form .item input[type=checkbox] {
    margin-right: 5px
}

.pager_container span {
    width: 100%
}

.pager_container a,
.pager_container span.current {
    float: left;
    margin-right: 15px;
    display: block;
    border: 1px solid #CCC;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center
}

.pager_container span.current {
    border: 2px solid #CCC;
    line-height: 52px;
    width: 48px;
    height: 48px
}

.pager_container a:hover {
    background-color: #EFEFFF
}

span.message {
    display: block;
    padding: 10px 20px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

span.message.alert {
    border: 2px solid #FFD83B;
    background-color: #FFF3C4
}

span.message.error {
    border: 2px solid #C00;
    background-color: #FFC1C1
}

span.message.ok {
    border: 2px solid #7DB4B5;
    background-color: #E1FAFB
}

span.message.grey {
    border:none;
     padding: 20px 40px;
    background-color: #DDD;
}

.loader {
    width: 16px;
    height: 16px!important
}

ul.generic {
    padding-left: 20px;
    margin-top: 5px
}

.bottom_buttons {
    margin-top: 20px
}

span.error {
    color: #F11
}

.clear {
    clear: both
}

.vm20 {
    margin: 20px 0
}

.tm10 {
    margin: 10px 0 0
}

.tm20 {
    margin: 20px 0 0
}

.rm20 {
    margin-right: 20px
}

.tm40 {
    margin: 40px 0 0
}

.bm20 {
    margin: 0 0 20px
}

.bm10 {
    margin: 0 0 10px
}

.lm20 {
    margin-left: 20px
}

.lm10 {
    margin-left: 10px
}

.fs12,
.fs12 a {
    font-size: 12px
}

.bm40 {
    margin: 0 0 40px
}

.form .item.pt40,
.pt40 {
    padding: 40px 0 0
}

.w30 {
    width: 30px
}

a.submit_blue img,
a.submit_green img,
a.submit_grey img,
a.submit_red img {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px!important;
    float: none!important
}

.pr30 {
    padding-right: 30px
}

.inline {
    display: inline
}

a.editor_choice,
a.editor_choice:visited {
    background-color: #FFF;
    color: #004C99;
    font-weight: 700;
    border: 3px solid #004C99;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none
}

a.editor_choice:active,
a.editor_choice:hover {
    color: #0088F5;
    border-color: #0088F5
}

a.submit_green img {
    background-image: url(/img/Yes.gif);
    display: inline
}

a.submit_red img {
    background-image: url(/img/Error.gif);
    display: inline
}

a.submit_blue img {
    background-image: url(/img/Back.gif);
    display: inline
}

a.submit_grey img {
    display: none
}

a.submit_blue span,
a.submit_green span,
a.submit_grey span,
a.submit_red span {
    display: inline!important
}

.hpapers {
    display: none
}

.link_more {
    text-align: right;
    display: block
}

.emails_block {
    line-height: 25px;
    height: 25px
}

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f1f1f1;
    margin-right: 0
}

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    transition: .3s
}

div.tab button:hover {
    background-color: #ddd
}

div.tab button.active {
    background-color: #ccc
}

.tabcontent {
    margin-top: 0;
    margin-right: 0
}

.grey {
    color: #999
}

span.hint {
    display: block;
    margin-bottom: 10px;
    color: #333
}

.w350 {
    width: 350px
}

.w300 {
    width: 300px
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px;
}

.w150 {
    width: 150px;
}

.w440 {
    width: 440px
}

.w660 {
    width: 660px
}

.w310 {
    width: 310px
}

.w450 {
    width: 450px
}

.w600 {
    width: 600px
}

.w25 {
    width: 25px
}

.w16 {
    width: 16px
}

.rbtn_list td{
    padding-right: 50px;
}

.block{
    display: block;
}

.banner_container
{
    float: left;
    margin-top: 20px;
}

span.tooltip{
    display: block;
    float: right;
    font-weight: bold;
    font-size: 12px;
    color: #999;
}

.item.pt0{
    padding: 0px 0px 10px 0px;
}

.full_width .item input[type="text"]
{
    width: 633px;
}

.content table.list .authors td
{
    padding: 5px 0px;
    border: none;
}
