html, body, div, span, p, blockquote, a, cite, img, h1, h2, h3, h4, h5, h6,
ul, ol, li, form, dl, dt, dd, table, tr, td, th, pre, legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

a {
    color: #427c9e;
    text-decoration: underline;
}

a.detail {
    font-style: italic;
}

a.external {
    background: url('../img/extlink.gif') top right no-repeat;
    padding-right: 12px;
}

img {
    border: 0;
}

img.pict {
    float: left;
    margin: 5px 10px 5px 0;
}

ul.news > li {
    list-style-type: none;
    margin: 10px 0;
    overflow: hidden;
    zoom: 1;
}

li.separated {
    border-bottom: dotted 1px #999999;
    padding-bottom: 18px;
}

div.text address {
    font-style: italic;
}

div.text blockquote {
    margin-left: 30px;
}

div.text p {
    margin: 10px 0;
    text-align: justify;
}

div.text p.red_line {
    text-indent: 30px;
}

div.text pre {
    font-family: Courier, monospace;
}

div.text ul, div.text ol, div.text dd {
    margin-left: 30px;
}

div.text ul p, div.text ol p, div.text td p {
    margin: 0;
}

div.text dt {
    font-weight: bold;
}

div.text img {
    margin: 10px;
}

/*div.text*/
table {
    border-collapse: collapse;
}

/*div.text*/
table td, /*div.text*/
table th {
    border: solid 1px #666;
    padding: 2px 4px;
}

/*div.text*/
table th {
    font-weight: bold;
    text-align: center;
}

div.text .small {
    font-size: 10px;
}

div.vcard {
    margin: 20px 0;
}

div.vcard span {
    display: block;
    padding: 3px 0;
}

.date {
    color: #999999;
    font-size: smaller;
}

.science dl, .science dt, .science dd {
    display: inline;
}

.science dd {
    font-style: italic;
    padding-left: 5px;
}

#news li {
    margin: 10px 0;
}

#news_pinned {
    border: solid 1px gray;
    margin: 10px 0;
    padding: 10px;
}

#news_pinned li {
    list-style-type: none;
}

/* Markout */
#head_image, #aside, #resources, #links, #top_line, #counters, form {
    display: none;
}

/*#top_line { border-bottom: solid 1px gray; margin-bottom: 20px; padding: 10px 0; }*/
#footer {
    border-top: solid 1px gray;
    margin-top: 20px;
    padding: 10px 0;
}

#footer #coordinates span {
    display: inline;
    padding: 0;
}

#schedule, #specialities, #about {
    margin: 20px 0;
}

.bx-wrapper, .logo-block-container, .main-logo-contrainer {
    display: none;
}

.logo-block {
    display: table;
}

.logo-block img {
    margin-right: 10px;
    width: 90px;
    height: 90px;
}

.logo-block span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
}

.block_news {
    display: block;
    width: 200px;
    height: 300px;
    /*display: inline-block;*/
    border: solid 1px #eee;
    margin: 10px 5px;
    float: left;
    position: relative;
    text-decoration: none;
    overflow-y: hidden;
}

.block_news .date {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

.block_news img.pict {
    border-style: none;
    float: none;
    margin: 0;
}

.block_news div.news_title {
    padding-left: 5px;
    padding-right: 5px;
}

.block_news .news_intro {
    position: absolute;
    top: 0;
    left: 0;

    padding: 10px;
    font-size: small;
    color: #333;
    display: block;
    height: 100%;
    margin: auto;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);

    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.logo-hr {
    margin: 15px 4px;
}

.block_news .news_intro,
.d-carousel,
.no-print {
    display: none;
}
