﻿body {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.imgborder img {
    border: 7px solid #ffffff;
}

.imgborderRED img {
    border: 7px solid #b13e43;
}

ul {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #000000;
}

li {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #333;
    background:none!important;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    
}

ol>li
{
    padding-left:30px;
}

ol li h2
{
    position: relative;
    top:-7px;
}

.insideContent ul, .insideContent ol { margin-bottom: 40px; }

.insideContent ul li:after{
    content: '';
    border: 3px solid #234B8E;
    position: absolute;
    left: -16px;
    top:6px;
}

.insideContent ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
    padding-left: 25px;
}
.insideContent ol>li::before {
    content: counter(num) ''; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color: #fff;
    background-color: #E81F8A;
    border-radius: 50%;
    display: inline-block;
    width: 21px;
    line-height: 21px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;

        /*position: absolute;
    top: 6px;
    left: -25px;*/
}


.bodytext {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #000000;
}

.bodytext_white {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.bodytext a, .bodytext a.bodytext {
    text-decoration: none;
    color: #234d8b;
}

    .bodytext a:hover {
        color: #234d8b;
        text-decoration: underline;
    }

a.bodytext, a span.bodytext {
    text-decoration: none;
    color: #234d8b;
}

    a.bodytext:hover {
        color: #234d8b;
        text-decoration: underline;
    }

a {
    color: #234d8b;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}


.newsdate {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #00aef2;
    color: #ffffff;
}

.subtitle {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #234d8b;
}

.subtitle_white {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.title {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #b13e43;
}

.header {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    color: #000000;
}

.header_orange {
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    color: #ff770a;
}

.header_white {
    font-family: 'Muli', sans-serif;
    font-size: 19px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.Tibby_Bottom_Button_Enabled_Highlighted {
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted {
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.Tibby_Bottom_Button_Disabled {
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    color: #96aaba;
    text-decoration: none;
    font-weight: bold;
}

.fixedtopcenter {
    position: absolute;
    left: 0px;
    right: 0px;
    border: 0px;
}

.admin_overlay {
    background-color: #2f8dcb; /*#1370ab;*/
    width: 100%;
    /*height:30px;*/
    margin: auto;
    padding: 0px 10px 0px 10px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.admin_bodytext_white {
    font-family: 'Muli', sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.admintable {
    height: 30px;
}

    .admintable td {
        padding-left: 5px;
        padding-right: 5px;
    }


/* Search Text Box */

.searchbutton {
    text-decoration: none;
    color: #333333;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
}


/* RELATED LINKS */

.relatedlink {
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #000000;
}
