/******************************************************************************
*                                                                             *
*   Образовательный портал v2.0 // Таблица стилей для экрана                  *
*   ----------------------------------------------------------------------    *
*   Copyright (C) 1998-2007 web-studio "Cherry-Design"                        *
*   URL: http://www.cherry-design.spb.ru/                                     *
*   E-mail: cherry-design@mail.ru                                             *
*                                                                             *
*******************************************************************************/

@import url("screen_modules.css");

/* Общие настройки стиля
-----------------------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    font-family: "Verdana","Arial", "Helvetica", "sans-serif";
    font-size: 10pt;
    color: #000000;
    background: url("../pic/bg2.jpg") top left no-repeat;
}

a {
    color: #999999;
}

a:hover {
    text-decoration: none;
}

/* Название сайта
-----------------------------------------------------------------------------*/

#website_title {
    display: none;
}

/* Меню пользователя
-----------------------------------------------------------------------------*/

#user_menu {
    width: 20%;
    height: 98px;
    font-size: 8pt;
    margin-top: -144px;
    margin-left: 780px;
    text-align: right;
    float: right;
    /*background-color: /*#CDDEEF*/red;*/
    color: #000000;
    
}

#user_menu h5 {
    display: none;
}

#user_menu ul {
    padding-top: 5px;
    list-style-type: none;
    margin: 0px;
    border: 2px #FFFFFF solid;
}

#user_menu ul li {
    margin-left: 10px;
    margin-bottom: 4px;
}

#user_menu a {
    color: #000000;
    text-decoration: none;
}

#user_menu a:hover {
    text-decoration: underline;
}

/* Меню модулей
-----------------------------------------------------------------------------*/

#modules_menu {
    width: 100%;
    height: 130px;
    margin: 0px 0px 0px 200px;
    padding: 0px 0px 10px 0px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #E2F2E5;
    background: #CDDEEF url("../pic/loiro_img.jpg") top left no-repeat;
}

#modules_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#modules_menu ul li {
    margin: 0px 3px 3px 3px;
    text-align: center;
    float: left;
}

#modules_menu a {
    display: block;
    padding: 10px 10px 5px 10px;
    text-decoration: none;
    color: #000000;
}

#modules_menu a:hover {
    text-decoration: underline;
    background-color: #4DAA64;
}

#modules_menu ul li.selected {
    background-color: #4DAA64;
}

/* Название модуля
-----------------------------------------------------------------------------*/

#module_title {
    height: 60px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}

#module_title h1 {
    margin: 0px;
    padding: 10px 10px 20px 100px;
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
}

/* Меню инструментов
-----------------------------------------------------------------------------*/

#tools_menu {
    width: 40%;
    font-size: 8pt;
    margin-top: 40px;
    padding-left: 15px;
    /*text-align: right;
    float: right;*/
}

#tools_menu h5 {
    display: none;
}

#tools_menu ul {
    list-style-type: none;
    margin: 0px;
}

#tools_menu ul li {
    margin-left: 0px;
    margin-bottom: 0px;
}

#tools_menu a {
    color: #999999;
    text-decoration: none;
}

#tools_menu a:hover {
    text-decoration: underline;
}
/* Локальное меню инструментов
-----------------------------------------------------------------------------*/

#content ul.tools_menu_local {
    margin: 10px 0px 20px 60px;
    padding: 0px;
}

#content ul.tools_menu_local li {
    display: inline;
    padding: 0px 10px 0px 0px;
    text-align: left;
}

#content ul.tools_menu_local a {
    color: #999999 !important;
    text-decoration: none;
}

#content ul.tools_menu_local a:hover {
    text-decoration: underline;
}

/* Категории
-----------------------------------------------------------------------------*/

#categories {
    width: 200px;
    height: 100%;
    margin: 30px 0px;
    line-height: 15px;
    font-size: 8pt;
    color: #000000;
    float: left;
    clear: left;
    /*background-color: #CEDFF1;*/
    
}

#categories h5 {
    display: none;
}

#categories ul {
    list-style-type: none;
    padding: 0px 0px 0px 25px;
    margin-top: 0px;
}

#categories ul li.selected {
    background-color: #FFFFFF;
    margin: 5px 0px 3px -25px;
    padding: 3px 0px 3px 25px;
}

#categories ul li ul {
    list-style-type: none;
    margin: 10px 0px 5px -25px;
    padding: 0px;
}

#categories ul li ul li {
    padding-left: 45px;
}

#categories ul li ul li.selected {
    margin: 3px 0px;
    padding: 3px 0px 3px 45px;
    background-color: #E6E6E6;
}

#categories a {
    color: #000000;
    text-decoration: none;
}

#categories a:hover {
    text-decoration: underline;
}

/* Описание 
-----------------------------------------------------------------------------*/

#description {
    margin: 35px 15px 15px 240px;
	font-size: 9pt;
	font-style: italic;
	border: 2px dotted #c0c0c0;
}

#description p {
	padding: 15px;
    margin: 0px;
}

/* Содержимое страницы
-----------------------------------------------------------------------------*/

#content {
    margin: 30px 15px 0px 240px;
    font-size: 10pt;
}

#content h1 {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
}

#content h1 span {
    border-bottom: 2px #999999 solid;
}

#content h2 {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    color: #333333;
    font-size: 14pt;
    font-weight: normal;
}

#content h3 {
    font-size: 12pt;
    font-weight: bold;
}

#content h4 {
    font-size: 11pt;
    font-weight: bold;
}

#content h5 {
    font-size: 10pt;
    font-weight: bold;
}

#content address {
    margin: 3px 0px 30px 0px;
}

#content p, #content pre,
#content div.image_frame, #content dl,
#content ul, #content ol {
    margin-left: 60px;
}

#content p {
    display: block;
    margin: 12px 0px 12px 60px;
}

#content ul, #content ol {
    margin: 12px 0px 12px 60px;
    padding: 0px 0px 0px 40px;
}

#content ul ul, #content ul ol, 
#content ol ol, #content ol ul {
    margin: 12px 0px 12px 30px;
    padding: 0px 0px 0px 0px;
}

#content hr {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 20px 0px;
    clear: both;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px #c0c0c0 dotted;
}

#content pre {
    background-color: #f8f8f8;
    border: 1px #dddddd solid;
    padding: 10px;
    clear: both;
}

#content dl dt {
    font-weight: bold;
}

#content dl dd {
    margin-bottom: 10px;
}

#content .image_frame {
    background-color: #f8f8f8;
    border: #cccccc 1px solid;
}

#content .image_frame_text {
    padding: 5px;
    padding-top: 0px;
    text-align: left;
    font-size: 8pt;
}

#content .float_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#content .float_right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

/* Формы
-----------------------------------------------------------------------------*/

#content form,
#content form dl,
#content form ul,
#content form p {
    margin-left: 0px;
    width: 99%;
}

#content form dl dt {
    display: inline;
    font-weight: bold;
    width: 100%;
}

#content form dl dd {
    margin: 0px 0px 8px 0px;
    padding-bottom: 0px;
    width: 100%;
}

#content form ul {
    width: auto;
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0px;
}

#content form ul li {
    margin: 0px;
    padding: 0px;
}

#content form textarea {
    font-family: monospace;
    width: 100%;
}

/* Форма (панель инструментов)
-----------------------------------------------------------------------------*/

#content form span.toolbar {
    display: block;
    height: 24px;
    margin-top: 22px;
    margin-bottom: 3px;
    background: #ffffff url("../pic/toolbar.gif") top left no-repeat;
}

#content form span.toolbar a {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
}

#content form span.toolbar a.separator {
    margin-right: 8px;
}

#content form span.toolbar a span {
    display: none;
}

/* Список (фотогалерея)
-----------------------------------------------------------------------------*/

#content ul.gallery {
    padding: 0px;
    margin: 0px;
}

#content ul.gallery li {
    list-style: none;
    float: left;
    margin: 10px 0px;
    padding: 0px 3px 10px 0px;
    width: 180px;
    height: 190px;
    text-align: center;
}

#content ul.gallery p {
    margin: 5px 0px;
    padding: 0px;
}

#content ul.gallery img {
    border: none;
}

/* Список (календарь на год)
-----------------------------------------------------------------------------*/

#content ul.calendar {
    padding: 0px;
    margin: 0px;
}

#content ul.calendar li {
    list-style: none;
    float: left;
    margin: 10px 0px;
    padding: 0px 0px;
    width: 180px;
    height: 175px;
    text-align: left;
}

#content ul.calendar h2 {
    width: 160px;
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
}

#content ul.calendar h2 a {
    color: #000000;
    text-decoration: none;
}

/* Таблица (календарь на месяц)
-----------------------------------------------------------------------------*/

table.calendar_month {
    font-size: 10pt;
    border-collapse: collapse;
    border-top: 1px #000000 solid;
    margin: 20px 0px;
    width: 99%;
}

table.calendar_month th {
    width: 14%;
    font-weight: normal;
    border-bottom: #000000 1px solid;
}

table.calendar_month td {
    width: 14%;
    text-align: center;
    height: 70px;
    font-size: 18pt;
    color: #666666;
    border-bottom: #000000 1px solid;
}

table.calendar_month td strong {
    padding: 5px 25px;
    margin: 0px;
    font-size: 30pt;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}

table.calendar_month em {
    color: #ff6633;
    font-style: normal;
}

table.calendar_month td a {
    text-decoration: none;
    color: #666666 !important;
}

table.calendar_month td.highlight {
    font-size: 30pt;
}

table.calendar_month td a:hover {
    font-size: 30pt;
}

/* Таблица (календарь на год)
-----------------------------------------------------------------------------*/

table.calendar_year {
    font-size: 10pt;
    border-collapse: collapse;
    border-top: 1px #000000 solid;
    width: 160px;
    margin: 0px;
}

table.calendar_year th {
    font-weight: normal;
    border-bottom: #000000 1px solid;
}

table.calendar_year td {
    text-align: center;
    color: #666666;
    padding: 1px 0px;
}

table.calendar_year td strong {
    display: block;
    padding: 0px;
    font-weight: normal;
    color: #ffffff;
    background-color: #ff9966;
}

table.calendar_year em {
    color: #ff6633;
    font-style: normal;
}

table.calendar_year td.highlight {
    background-color: #E6E6E6;
}

table.calendar_year td a {
    text-decoration: none;
    color: #666666 !important;
}

table.calendar_year td a:hover {
    color: #ff9966;
}

/* Таблица (форум и консультации)
-----------------------------------------------------------------------------*/

table.general {
    margin: 15px 0px;
    border-collapse: collapse;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    width: 99%;
}

table.general tr th {
    color: #ffffff;
    background-color: #999999;
    border-bottom: #000000 1px solid;
    border-right: #ffffff 1px solid;
}

table.general tr td {
    padding: 4px 2px;
    border-right: #ffffff 1px solid;
}

table.general tr.highlight  {
    background-color: #F0F0F0;
}

/* Таблица (содержание страницы)
-----------------------------------------------------------------------------*/

table.text {
    font-size: 10pt;
    border-collapse: collapse;
    border: #666666 1px solid;
    padding: 0px;
    margin: 20px 0px;
}

table.text caption {
    caption-side: top;
    text-align: center;
    font-style: italic;
    margin-bottom: 5px;
}

table.text th {
    border: #666666 1px solid;
    border-collapse: collapse;
    font-weight: bold;
    background-color: #999999;
    padding: 2px 5px;
    color: #ffffff;
}

table.text td {
    border: #999999 1px solid;
    border-collapse: collapse;
    padding: 2px 5px;
}

table.text tr.highlight {
    background-color: #f0f0f0;
}

/* Навигация
-----------------------------------------------------------------------------*/

p.navigation {
    margin:  0px !IMPORTANT;
    padding: 0px;
    clear: both;
}

p.navigation a {
    text-align: center;
    color: #000000;
    padding: 0px 3px;
    text-decoration: none;
    border: 1px #ffffff solid;
}

p.navigation a:hover {
    border: 1px #666666 solid;
}

p.navigation .selected {
    text-align: center;
    color: #000000;
    padding: 0px 4px;
    background-color: #999999;
}

/* Сообщение в форуме
-----------------------------------------------------------------------------*/

p.message {
    padding: 5px;
    background-color: #f0f0f0;
}

p.post {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* Сообщение в консультациях
-----------------------------------------------------------------------------*/

p.question {

}

p.answer {
    border-top: 3px #e8e8e8 solid; 
    padding-top: 10px;
    padding-bottom: 15px;
}

/* Форма поиска
-----------------------------------------------------------------------------*/

#search_form {
    margin: 0px 15px 0px 240px;
    padding: 0px;
    clear: both;
}

#search_form form {
    padding: 0px;
    margin: 0px;
}

#search_form form p {
    padding: 25px 0px 0px 0px;
    margin: 0px;
}

#search_form label {
    font-weight: bold;
    margin-right: 5px;
}

/* Форма результатов поиска
-----------------------------------------------------------------------------*/

#search_form_results {
    margin: 30px 15px 30px 0px;
    padding: 0px;
}

#search_form_results label {
    font-weight: bold;
    margin-right: 5px;
}

/* Копирайты
-----------------------------------------------------------------------------*/

#copyright {
    margin: 25px 15px 25px 240px;
    padding: 0px;
    width: 180px;
    height: 50px;
    border-top: 2px #999999 solid;
    clear: both;
}

#copyright ul {
    list-style-type: none;
    position: absolute;
    width: 520px;
    height: 50px;
    margin: 0px;
    padding: 15px 0px;
    font-size: 8pt;
    line-height: 10pt;
}

#copyright a {
    color: #666666;
}
