/* =========================================================================
   1. БАЗОВЫЕ СТИЛИ СТРАНИЦ И ТЕКСТА
   ========================================================================= */

body {
    color: #000000;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    margin: 5pt 0pt 0pt 5pt;
    background-color: #FFE8C7;
}

body.blank {
    background-color: #FFFFFF;
    color: #000000;
}

body.browserr {
    background-color: #ffffff;
}

body.header {
    width: 100%;
    margin: 0;
    background-color: #A08265; /* ИСПРАВЛЕНО: заменен знак "=" на двоеточие */
    font-size: 10pt;
}

body.main {
    width: 100%;
    margin: 0 6px;
    background-color: #FFE8C7; /* ИСПРАВЛЕНО: заменен знак "=" на двоеточие */
    font-size: 10pt;
}

body.bg01 {
    background-color: #ffffff;
    /* Путь изменен на абсолютный, чтобы картинка не терялась во вложенных папках */
    background-image: url('/contents/images/back_a.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

table {
    font-family: Arial, sans-serif;
}

/* =========================================================================
   2. ССЫЛКИ И ПЕРЕХОДЫ
   ========================================================================= */

a:link, 
a:visited {
    color: #0000ff;
}

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

/* =========================================================================
   3. РАЗДЕЛИТЕЛИ И ПАНЕЛИ
   ========================================================================= */

td.sepa {
    background-color: #FF0000;
    height: 1px; /* ИСПРАВЛЕНО: добавлено px */
}

td.sepabtm {
    background-color: #FF0000;
    height: 2px; /* ИСПРАВЛЕНО: добавлено px */
}

td.titlebg {
    background-color: #A08265;
}

/* =========================================================================
   4. СОВРЕМЕННЫЕ ТЕКСТОВЫЕ КЛАССЫ (ВЗАМЕН ТЕГА <FONT>)
   ========================================================================= */

/* Сохранена обратная совместимость со старыми страницами, где тег font еще остался */
font, .text-normal {
    color: #000000;
    font-family: Arial, sans-serif;
}

font.highlight, .highlight {
    color: #FF0000;
    font-family: Arial, sans-serif;
}
	
font.cartitle, .cartitle {
    color: #de0000;
    font-family: Arial, sans-serif;
    font-size: large;
}
	
font.footer, .footer {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: x-small;
}

font.titlebg, .titlebg-text {
    color: #FFE8C7;
    font-family: Arial, sans-serif;
    font-size: xx-small;
}

font.wait, .wait {
    font-family: Arial, sans-serif;
    font-size: large;
}
