/******************************************************************************
*                                                                             *
*   Образовательный портал v2.0 // Таблица стилей для печати                  *
*   ----------------------------------------------------------------------    *
*   Copyright (C) 1998-2007 web-studio "Cherry-Design"                        *
*   URL: http://www.cherry-design.spb.ru/                                     *
*   E-mail: cherry-design@mail.ru                                             *
*                                                                             *
*******************************************************************************/

/* Общие настройки стиля
-----------------------------------------------------------------------------*/

body {
    font-family: "Times New Roman", "Times", "serif";
    font-size: 12pt;
    background: #ffffff;
    color: #000000;
}

a {
    text-decoration: underline;
}

/* Таблица (содержание страницы)
-----------------------------------------------------------------------------*/

table.text {
    border-collapse: collapse;
    border: #000000 1px solid;
}

table.text tr th {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
}

table.text tr td {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
}

/* Таблица (форум и консультации)
-----------------------------------------------------------------------------*/

table.general {
    width: 100%;
    border-collapse: collapse;
    border: #000000 1px solid;
}

table.general tr th {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
}

table.general tr td {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
}

/* Таблица (календарь на месяц)
-----------------------------------------------------------------------------*/

table.calendar_month {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px #000000 solid;
}

table.calendar_month tr th {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    text-align: center;
}

table.calendar_month tr td {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    text-align: center;
}

/* Таблица (календарь на год)
-----------------------------------------------------------------------------*/

table.calendar_year {
    border-collapse: collapse;
    border: 1px #000000 solid;
}

table.calendar_year tr th {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    text-align: center;
}

table.calendar_year tr td {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    text-align: center;
}

/* Список (календарь на год)
-----------------------------------------------------------------------------*/

#content ul.calendar {
    padding: 0px;
    margin: 0px;
}

#content ul.calendar li {
    list-style: none;
    float: left;
    margin: 10px 0px;
    padding: 0px;
    width: 25%;
    height: 140px;
    text-align: left;
}

#content ul.calendar h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px;
    text-align: left;
}

#content ul.calendar h2 a {
    color: #000000;
    text-decoration: 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 img {
    border: none;
}

/* Отключаем ненужные блоки
-----------------------------------------------------------------------------*/

#website_title, #modules_menu, #module_title, #tools_menu, #user_menu, 
#categories, #description, #search_form, #copyright, .tools_menu_local, 
p.navigation, #noprint {
    display: none;
}
