/******************************************************************************/
/************************ СТИЛИ СТАНДАРТНЫХ HTML-ТЕГОВ ************************/
/******************************************************************************/

HTML
{
 Font-Size: 80%;
}

*
{
 Font-Size: 100%;
}

Body
{
 Background-Color: White;
 Font-Family: Arial, Helvetica, Sans-Serif, Times;
 Margin: 0;
 Padding: 0;
}

H1
{
 Color: Black;
 Font-Size: 150%;
}

H2
{
 Color: Black;
 Font-Size: 125%;
}

H3
{
 Color: Black;
 Font-Size: 100%;
}

H4
{
 Color: Black;
 Font-Size: 100%;
 Font-Style: Italic;
}

BlockQuote
{
 Border-Left: 1px Solid Gray;
 Color: Gray;
 Padding-Left: 1em;
}

Code
{
 Font-Size: 120%;
}

Pre
{
 Font-Size: 120%;
}

A
{
 Color: #285CB3;
 Text-Decoration: None;
}

A:HOver
{
 Color: #4C69E4;
}

/******************************************************************************/
/************************ СТИЛИ СОБСТВЕННЫХ HTML-ТЕГОВ ************************/
/******************************************************************************/

.Button
{
 Border: 1px Solid Black;
 Font-Family: Arial, Helvetica, Sans-Serif, Times;
}

.B-Share
{
 Font-Size: 100% !Important;
 Font-Weight: Bold !Important;
}

A.B-Share__Handle:HOver, A.B-Share__Handle:HOver .B-Share__Text
{
 Color: #E48F4C !Important;
 Text-Decoration: None !Important;
}

.Copyright
{
 Color: Gray;
 Font-Size: 90%;
}

.Copyright A
{
 Color: Gray;
}

#CountersV Img
{
 Display: Block;
 Margin-Bottom: 8px;
}

.Edit
{
 Border: 1px Solid Black;
 Font-Family: Arial, Helvetica, Sans-Serif, Times;
}

.FloatUL
{
 Overflow: Hidden;
 Zoom: 1;
 Padding-Left: 40px;
 Margin-Left: 0;
}

.FootNotes
{
 Border-Top: 1px Solid Gray;
 Color: Gray;
 Font-Size: 90%;
 Margin-Top: 1em;
 Padding-Top: 1em;
}

.FootNotes A
{
 Color: Gray;
 Text-Decoration: Underline;
}

.FootNotes A Sup
{
 Font-Size: 90%;
}

.FootPSs
{
 Color: Gray;
 Font-Size: 90%;
}

.FootPSs A
{
 Color: Gray;
 Text-Decoration: Underline;
}

.HCell
{
 Width: 33%;
 Padding: 2px;
 Padding-Left: 3px;
}

.HCell H2
{
 Margin: 0;
 Color: White;
}

.HCell H2 A
{
 Color: White;
}

.HidLink
{
 Color: Black;
}

.HidLink:HOver
{
 Color: #E48F4C;
}

.HidNode
{
 Display: None;
}

.HLink
{
 Color: Black;
}

.HLink:HOver
{
 Color: #E48F4C;
}

.ImgPreview
{
 Border-Color: Black;
}

.ImgPreview:HOver
{
 Border-Color: Black;
}

.LeftImg
{
 Float: Left;
 Margin-Right: 10px;
 Margin-Bottom: 10px;
}

.MainMenu
{
 Font-Weight: Bold;
}

.Margin0
{
 Margin-Bottom: 0;
 Margin-Top: 0;
}

#MiniSurveyBlock
{
 Font-Size: 90%;
}

.Memo
{
 Border: 1px Solid Black;
 Font-Family: Arial, Helvetica, Sans-Serif, Times;
 Width: 100%;
}

.NavigMenu
{
 Font-Size: 90%;
}

.New
{
 Border: 1px Solid Red;
 Color: Red;
 Font-Size: 90%;
 Vertical-Align: Super;
}

.PageCurrent
{
 Background-Color: Gray;
 Color: White;
 Font-Weight: Bold;
 Line-Height: 2em;
 Padding: 0.25em;
 Text-Align: Center;
}

.PageOther
{
 Background-Color: #EAEAEA;
 Color: Black;
 Line-Height: 2em;
 Padding: 0.25em;
 Text-Align: Center;
}

.PageOther:Active
{
 Background-Color: #EAEAEA;
 Color: Black;
 Line-Height: 2em;
 Padding: 0.25em;
 Text-Align: Center;
}

.PageOther:HOver
{
 Background-Color: #EAEAEA;
 Color: Black;
 Line-Height: 2em;
 Padding: 0.25em;
 Text-Align: Center;
}

.PageOther:Visited
{
 Background-Color: #EAEAEA;
 Color: Black;
 Line-Height: 2em;
 Padding: 0.25em;
 Text-Align: Center;
}

.RightImg
{
 Float: Right;
 Margin-Left: 10px;
 Margin-Bottom: 10px;
}

.SkipLine
{
 Margin-Bottom: 1em;
}

.SubMenu
{
 Font-Weight: Normal;
}

.TabCurrent
{
 Color: Black;
}

A.TabCurrent:HOver
{
 Color: #E48F4C;
}

.TabOther
{
 Color: Gray;
}

A.TabOther:HOver
{
 Color: #E48F4C;
}

.TabsLine
{
 Background-Image: URL('/img/roundrect/graymiddledot.gif');
 Background-Position: Bottom;
 Background-Repeat: Repeat-X;
}

.VisNode
{
 Display: Block;
}

.VisTable
{
 Border: 1px Solid Black;
 Border-Collapse: Collapse;
}

.VisTable THead
{
 Background-Color: #C6C3C6;
 Font-Weight: Bold;
}

.VisTable TD
{
 Border: 1px Solid Black;
 Padding: 3px;
}

.WelcomeUL
{
 Margin: 0;
 Padding-Left: 22px;
}

/******************************************************************************/
/********************** СТИЛИ ДВУХУРОВНЕВЫХ МЕНЮ ПРОЕКТОВ *********************/
/******************************************************************************/

#TopMenu                    /* Всё меню целиком */
{
 Background: #D7DCF9;
 Border: 1px Solid #A6B1E2;
 Float: Left;
 List-Style: None;
 Margin: 0;
 Padding: 0;
 Width: 100%;
}

#TopMenu LI                 /* Элемент главного меню */
{
 Float: Left;
}

#TopMenu LI UL              /* Выпадающее подменю */
{
 Background: #D7DCF9;
 Border: 1px Solid #A6B1E2;
 Display: None;
 List-Style: None;
 Margin: 0;
 Padding: 0;
 Position: Absolute;
}

#TopMenu LI:HOver UL,       /* Выпадающее подменю при наведении на пункт главного меню */
#TopMenu LI.IEHOver UL      /* Выпадающее подменю при наведении на пункт главного меню в IE */
{
 Display: Block;
}

#TopMenu LI UL LI           /* Элемент выпадающего подменю */
{
 Display: Inline;
 Float: None;
 White-Space: NoWrap;
}

#TopMenu A                  /* Все ссылки меню */
{
 Color: #606DBF;
 Display: Block;
 Padding: 5px;
 Text-Decoration: None;
}

#TopMenu A:HOver,           /* Все ссылки меню при наведении            */
#TopMenu LI:HOver A,        /* Ссылка главного меню при наведении       */
#TopMenu LI.IEHOver A,      /* Ссылка главного меню при наведении в IE  */
#TopMenu LI UL LI A:HOver   /* Ссылка выпадающего подменю при наведении */
{
 Background: #606DBF;
 Color: #E6EBFF;
}

#TopMenu LI:HOver LI A,     /* Ссылки выпадающего подменю при наведении на пункт главного меню */
#TopMenu LI.IEHOver LI A    /* Ссылки выпадающего подменю при наведении на пункт главного меню в IE */
{
 Background: #D7DCF9;
 Color: #606DBF;
}

