/*
Цвета:
  #EAEA9A - фон (желто-зеленый)
  #2F801B - заголовки (средне-зеленый)
  #19450F - текст (темно-зеленый)
  #6A9D02 - текст ссылка посещена (светло-зеленый)
  #8B0000 - меню ссылка обычная (коричневый)
  #D2691E - меню ссылка наводка (светло-оранжевый)
  #9ACD32 - таблица секция th (салатовый)
  #FF8C00 - таблица normal th (оранжевый)
  #B06000 - таблица normal em (светло-коричневый)
*/

/* ---------------------------------------------------------------------- */

body
{
  color: #19450F;
  background-color: #EAEA9A;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  margin: 4px;
  padding: 0px;
  /*
  scrollbar-base-color: #EAEA9A;
  scrollbar-arrow-color: #19450F;
  */
  /*
  scrollbar-face-color: #EAEA9A;
  scrollbar-highlight-color: #F2F4D2;
  scrollbar-shadow-color: #B0BEA5;
  scrollbar-3dlight-color: #6A7C5C;
  scrollbar-track-color: #EAEA9A;
  scrollbar-darkshadow-color: #6A7C5C;
  */
}

/* ---------------------------------------------------------------------- */

iframe
{
  float: none;
  display: inline;
  overflow: hidden;
  /*
  border: 1px solid black;
  */
}

/* ---------------------------------------------------------------------- */

strong
{
  font-weight: normal;
}

.stealth
{
  color: #EAEA9B;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1px;
  text-decoration: none;
  text-align: center;
}

.left
{
  text-align: left;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.justify
{
  text-align: justify;
}

.normal
{
  font-weight: normal;
}

.little
{
  /*
  font-family: Tahoma, Verdana, Arial, sans-serif;
  */
  font-weight: normal;
  font-size: 9px;
}

.hidden
{
  /*
  visibility: hidden;
  */
  display: none;
}

.nobr /* Используем <span class="nobr"> вместо <nobr> */
{
  white-space: nowrap;
}

/* ---------------------------------------------------------------------- */

a:link
{
  color: #19450F;
  white-space: nowrap;
}

a:visited
{
  color: #19450F;
  /*
  color: #6A9D02;
  */
  white-space: nowrap;
}

a:hover
{
  color: #D2691E;
  /*
  color: #19450F;
  color: #2F801B;
  */
  white-space: nowrap;
}

/* ---------------------------------------------------------------------- */

a.header
{
  text-decoration: none;
}

/* ---------------------------------------------------------------------- */

a.text:link
{
  color: #19450F;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /*
  font-weight: normal;
  */
}

a.text:visited
{
  color: #6A9D02;
  /*
  color: #2F801B;
  */
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /*
  font-weight: normal;
  border-bottom-color: #19450F;
  */
}

a.text:hover
{
  color: #19450F;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  /*
  font-weight: normal;
  */
}

/* ---------------------------------------------------------------------- */

a.lang:link
{
  color: #19450F;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a.lang:visited
{
  color: #19450F;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a.lang:hover
{
  color: #19450F;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

/* ---------------------------------------------------------------------- */

a.mainmenu:link
{
  color: #8B0000;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

a.mainmenu:visited
{
  color: #8B0000;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

a.mainmenu:hover
{
  color: #D2691E;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

/* ---------------------------------------------------------------------- */

a.progmenu:link
{
  color: #8B0000;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a.progmenu:visited
{
  color: #D2691E;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a.progmenu:hover
{
  color: #8B0000;
  text-decoration: none;
  font-weight: normal;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

/* ---------------------------------------------------------------------- */

hr
{
  color: #9ACD32;
/*
  background-color: #9ACD32;
*/
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  /*
  padding: 0px;
  */
  border: 0px;
  height: 2px;
}

/* ---------------------------------------------------------------------- */

.space /* Пробел шириной 4px */
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  display: inline;
  text-align: left;
  word-spacing: 0px;
}

/* ---------------------------------------------------------------------- */

.delim /* Блок для форматирования */
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 1px;
  height: 1px;
  word-spacing: 2px;
}

/* ---------------------------------------------------------------------- */

.region /* Блок для форматирования */
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: left;
}

/* ---------------------------------------------------------------------- */

.banner /* Блок для вертикальных счетчиков, баннеров */
{
  margin: 0px;
  border: 0px;
  padding: 0px 0px 2px 0px;
  text-align: center;
  display: block;
}

*html .banner
{
  padding-bottom: 0px;
}

.counter /* Блок для горизонтальных счетчиков, баннеров */
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: center;
  display: inline;
  word-spacing: 0px;
}

/* ---------------------------------------------------------------------- */

p
{
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: 6px;
}

p.remark
{
  color: #FF0000;
  font-size: 11px;
  /*
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  */
  text-align: center;
  margin-top: 12px;
}

p.alert /* отличается от p.remark увеличенным шрифтом */
{
  color: #FF0000;
  font-size: 12px;
  /*
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  */
  text-align: center;
}

/* ---------------------------------------------------------------------- */

h1 /* Заголовок сайта */
{
  color: #2F801B;
  font-family: "Bookman Old Style", serif;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 8px;
  white-space: nowrap;
}

h2
{
  color: #2F801B;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 /* Заголовок раздела, статьи */
{
  color: #2F801B;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0px;
}

h4 /* Заголовок подраздела */
{
  color: #2F801B;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: left;
  padding: 0px;
}

/* ---------------------------------------------------------------------- */

table.skelet /* Таблица для форматирования */
{
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.skelet td
{
  border: 0px;
  padding: 0px;
  /*
  text-align: center;
  */
  vertical-align: top;
}

table.skelet th
{
  border: 0px;
  padding: 0px;
}

/* ---------------------------------------------------------------------- */

table.format /* Таблица для форматирования второго уровня */
{
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px !important;
  border: 0px !important;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.format td
{
  border: 0px !important;
  padding: 0px !important;
  /*
  text-align: center; !important;
  */
  vertical-align: middle !important;
}

table.format th
{
  border: 0px !important;
  padding: 0px !important;
}

table.format p
{
  text-align: justify;
}

/* ---------------------------------------------------------------------- */

table.section /* Таблица для секций */
{
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
}

table.section td
{
  border: 0px;
  padding: 5px;
}

table.section td.mainmenu
{
  border: 0px;
  padding: 5px;
}

table.section th
{
  color: #19450F;
  background-color: #9ACD32;
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  padding: 5px;
}

/* ---------------------------------------------------------------------- */

table.inform
{
  color: #19450F;
  background-color: #EAEA9A;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 2px ridge #FF8C00;
  margin-top: 10px;
}

table.inform th
{
  padding: 5px;
  color: #8B0000;
  background-color: #FF8C00;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border: 2px ridge #FF8C00;
}

table.inform td
{
  padding: 5px;
  border: 2px ridge #FF8C00;
}

table.inform em
{
  color: #B06000;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

/* ---------------------------------------------------------------------- */

table.about /* Таблица для информации */
{
  font-size: 12px;
  text-align: center;
  vertical-align: baseline;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 2px ridge #FF8C00;
}

table.about td
{
  padding: 5px;
  text-align: left;
  border: 2px ridge #FF8C00;
}

/* ---------------------------------------------------------------------- */

ol
{
  margin: 0px;
  padding: 0px;
  text-align: justify;
  list-style-type: decimal;
  list-style-position: outside;
  text-indent: 0px;
}

ol li
{
  padding: 0px;
  text-indent: 0px;
  margin-top: 0px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* ---------------------------------------------------------------------- */

ul
{
  margin: 0px;
  padding: 0px;
  text-align: justify;
  list-style-type: square;
  list-style-position: outside;
  text-indent: 0px;
}

ul li
{
  padding: 0px;
  text-indent: 0px;
  margin-top: 0px;
  margin-left: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* ---------------------------------------------------------------------- */

ul.about
{
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  text-indent: 0px;
}

ul.about li
{
  text-indent: 0px;
  margin-top: 0px;
  margin-left: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* ---------------------------------------------------------------------- */

ul.mainmenu
{
  text-align: left;
  font-family: /* Tahoma,*/ Verdana, Arial, sans-serif;
  color: #8B0000;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  margin: 0px !important;

  list-style-type: square;
  list-style-image: url(/images/menuitem.gif);
  /* в случае неудачи загрузки рисунка будут просто квадратики */

  list-style-position: outside;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 0px;
  letter-spacing: 0px
}

ul.mainmenu li
{
  margin-top: 0px !important;
  margin-left: 12px !important;
  margin-right: 0px !important;
  margin-bottom: 6px !important;
}

ul.mainmenu li.folder
{
  list-style-image: url(/images/menufolder.gif);
}

ul.mainmenu li.submenu
{
  font-family: /* Tahoma,*/ Verdana, Arial, sans-serif;
  color: #8B0000;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  margin-left: 24px !important;
  list-style-image: url(/images/menuitem.gif);
}

/* ---------------------------------------------------------------------- */

ul.history
{
  text-align: justify;
  font-family: /* Tahoma,*/ Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;

  list-style-type: square;
  list-style-image: url(/images/hist_info_bricky.gif);
  /* в случае неудачи загрузки рисунка будут просто квадратики */

  list-style-position: outside;
  white-space: normal;
  padding-left: 4px;
  padding-right: 0px;
  letter-spacing: 0px
}

ul.history li
{
  color: #B06000;
  margin-top: 0px !important;
  margin-left: 24px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

ul.history li.bug
{
  color: #8B0000;
  list-style-type: disc;
  list-style-image: url(/images/hist_bug_brown.gif);
}

ul.history li.new
{
  color: #2F801B;
  list-style-type: disc;
  list-style-image: url(/images/hist_new_green.gif);
}

/* ---------------------------------------------------------------------- */

#progmenu_all
{
  margin: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px dotted #9ACD32;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  display: block;
  text-align: left;
}

/* ---------------------------------------------------------------------- */

img
{
  padding: 0px;
}

.img_lang
{
  vertical-align: text-bottom;
  width: 20px;
  height: 12px;
  border: 0px;
  /*
  border-color: #808080;
  */
}

.img_icon
{
  vertical-align: baseline;
  width: 32px;
  height: 32px;
  border: 0px;
}

.img_file
{
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  border: 0px;
}

.img_smile
{
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  border: 0px;
}

/* ---------------------------------------------------------------------- */

#news
/* Контейнер для всех новостей */
{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}

#news dl
/* Контейнер для одной новости */
{
  clear: both;
  font-size: 12px;
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: list-item;
  list-style-type: none;
  list-style-position: outside;
  background-image: url(/images/newsitem_green.gif);
  background-repeat: no-repeat;
  word-spacing: 0px;
}

#news dt
/* Дата новости */
{
  float: left;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  white-space: normal;
  text-decoration: none;
  word-spacing: 0px;
}

#news dd
/* Содержание новости */
{
  font-style: normal;
  font-weight: normal;
  white-space: normal;
  text-decoration: none;
  text-align: justify;
  display: inline;
  margin: 0px;
}

#news .delim
/* Разделитель даты и содержания новости */
{
  float: left;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  word-spacing: 0px;
  padding: 0px;
  margin: 0px;
  width: 12px;
}

*html #news .delim
/* Все IE, кроме IE7, в т.ч. IE for Mac */ 
{
  float: none;
  display: inline;
  padding-left: 4px;
  padding-right: 2px;
}

*+html #news .delim
/* IE7 */ 
{
  float: none;
  display: inline;
  padding-left: 4px;
  padding-right: 2px;
}

