﻿@import url("reset.css");


body
  {
  font-family:  Tahoma, Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
  font-size: 100%;
  /*font-size: medium;*/
  padding: 0px;
  font-weight: normal;
  color: black;
  }

strong
  {
  font-weight: bolder;
  }
  
em
  {
  font-style: italic;
  }

small
  {
  font-size: 0.8em;
  }

sup
  {
  line-height: 1em;
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  /*
  Глюк IE: font-size всегда меньше 1em
  */
  }

/*sub
  {
  vertical-align: sub;
  font-size: 0.8em;
  }*/

p
  {
  margin-top: 1em;
  margin-bottom: 1em;
  }

ol
  {
  list-style-type: decimal;
  padding-left: 2.5em;
  }
  
ul
  {
  list-style-type: circle;
  padding-left: 2.5em;
  }
  
li
  {
  outline: 1em;
  }

a, a:link
  {
  color: blue;
  }
a:visited
  {
  color: #01219e;
  }
a:hover
  {
  color: #008afb;
  /*text-decoration: none;*/
  }

a.aSelf, a.aSelf:link, a.aSelf:visited, a.aSelf:hover
  {
  color: blue;
  text-decoration: none;
  /*position: relative;
  left: -1.5em;*/
  }
  /*a.aSelf:before
    {
    content: "<";
    }*/

@media print
  {
  html
    {
    /*border: 1px solid black;*/
    padding-left: 0.75em;
    }
  }
  
div#divContent, h1
  {
  position: relative;
  width: 980px;
  padding: 0px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  }

h1
  {
  font-weight: normal;
  font-size: 2.75em;
  line-height: normal;
  }

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
  {
  padding: 0px; margin: 0px;
  font-family: "Times New Roman", Times, Serif; /*"Palatino Linotype", */
  text-decoration: none;
  color: lightsteelblue;
  }

div.divArticle
  {
  font-family:  /*"Segoe UI",*/ "Trebuchet MS", /*"Lucida Sans Unicode", "Lucida Grande",*/ Tahoma, Verdana, Sans-Serif;
  /*line-height: 1.5em;*/
  position: relative;
  width: 700px;
  padding: 0px;
  left: 0px;
  text-align: justify;
  }
  div.divArticle .hhf
    {
    margin-right: -0.7ex;
    }
  div.divArticle p
    {
    font-size: 95%;
    line-height: 1.5em;
    }
    
  /*.divArticle p strong
    {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.85em;
    }
    .divArticle p strong .hhf
      {
      margin-right: -0.85ex;
      }*/

div.divArticle h2
  {
  margin-top: 10px;
  margin-bottom: 0.45em;
  text-align: left;
  font-family: "Times New Roman", Times;
  font-weight: normal;
  font-size: 1.67em;
  line-height: normal;
  }

div.divArticle h2 a, div.divArticle h2 a:link, div.divArticle h2 a:visited, div.divArticle h2 a:hover, div.divArticle h2 a:active
  {
  display: inline;
  padding: 0px;
  margin: 0px;
  color: black;
  text-decoration: none;
  }

div.divArticle h2 small
  {
  font-size: 0.75em;
  display: block;
  }

div.divArticle div.divDate
  {
  display: block;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 1.4em;
  /*margin-bottom: 2em;*/
  font-size: 0.8em;
  font-family: Verdana, Arial, Sans-Serif;
  color: gray;
  font-weight: normal;
  }


div.divArticle h3
  {
  font-family: "Palatino Linotype", "Times New Roman", Times, Serif;
  margin-top: 2em;
  margin-bottom: 1.2em;
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
  /*color: darkblue;*/
  }

div.divArticle h4
  {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  }

div.divArticle h3 small, div.divArticle h4 small
  {
  font-family: "Century Gothic", "Futura", Verdana, Arial, Sans-Serif;
  display: block;
  margin-top: 0.7em;
  font-size: 0.8em;
  font-weight: normal;
  }
div.divArticle h3 small { margin-top: 0.3em; font-weight: bold;}

div.divArticle h5
  {
  margin-top: 1.2em;
  font-family: Verdana, Sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  }
  

#divContent h3, #divContent h4, #divContent h5
  {
  position: relative;
  display: block;
  padding-left: 20px; margin-left: -20px; /*padding-right: 25px; margin-right: -25px;*/
  cursor: default;
  }
  .top
    {
    display: none;
    position: absolute;
    left: 5px;
    top: -3px;
    }
  .anc
    {
    display: none;
    position: absolute;
    top: 0px;
    /*position: absolute;
    top: 0px; left: 100%;*/
    /*float: right;*/
    width: 20px; height: 1em;
    margin-left: 5px;
    background: url(anchor.png) no-repeat;
    background-position: left bottom;
    }
    .anc:hover
      {
      background-image: url(anchor-icon.png);
      }
  #divContent h3:hover .top, #divContent h4:hover .top, #divContent h5:hover .top
    {
    display: block;
    text-decoration: none;
    }
  #divContent h3:hover .anc, #divContent h4:hover .anc, #divContent h5:hover .anc
    {
    display: inline;
    text-decoration: none;
    }

  

div.divArticle .divPreface
  {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 0.82em;
  padding: 0px;
  line-height: 1.5em;
  margin-bottom: -1em;
  /*margin-bottom: 2em;*/
  }
  /* Переносы */
  div.divArticle .divPreface .hhf {
    margin-right: -0.57ex;
    }

.aRSS
  {
  background: url(http://www.alik.su/Resourses/Images/rss.png) no-repeat left;
  padding-left: 13px;
  /*margin-left: 3px;*/
  }
  
div.divArticle blockquote
  {
  margin-left: 40px; /*?????*/
  margin-top: 15px;
  padding-left: 35px;
  padding-right: 20px;
  background: url(quote-arial.gif) no-repeat top left;
  font-style: italic;
  /*font-family: "Times New Roman";*/
  /*border: 1px solid red;*/
  }

div.divArticle blockquote p
  {
  margin: 0px;
  padding: 0px;
  }  

div.divArticle blockquote cite
  {
  display: block;
  margin: 0px;
  text-align: right;
  font-style: normal;
  font-family: "Times New Roman";
  font-size: 1.05em; /*!!!!!!*/
  }
  /* Переносы */
  div.divArticle blockquote cite .hhf {
    margin-right: -0.8ex;
    }
  
img.imgIllustration
  {
  float: right;
  margin-left: 15px; /*??????*/
  }

div.divImportantThesis 
  {
  border: #008afb 4px double;
  border-left: 0px; border-right: 0px;
  padding: 10px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
  }
  div.divImportantThesis p
    {
    margin-top: 0px;
    margin-bottom: 0px;
    }
  
div.divArticle div.divSample
  {
  border: 1px black dotted;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-left: 40px;  /*??????*/
  margin-right: 0px;
  margin-bottom: 12px;
  }
  div.divSample h6, div.divSample h5
    {
    margin-top: 0px;
    margin-bottom: 1pt;
    font-size: 0.75em;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    }
  div.divArticle div.divSample > code:last-child
    {
    display: inline-block;
    margin-bottom: 5px;
    }
  

div.divNutshell
  {
  margin-left: 30px;  
  padding-left: 5px;
  border-left: 1px dashed black;
  border-top: 1px solid white; /*Нужно, чтобы работал div.divNutshell h6 {margin-top: -3px;}*/
  text-align: left;
  position: relative;
  /*background: url('http://www.alik.su/Style/nutshell.png') no-repeat top right;*/
  }
  div.divNutshell h6
    {
    display: block;
    margin-left: -13px;
    padding-left: 17px;
    margin-top: -3px;
    margin-bottom: 1pt;
    padding-top: 0.1em;
    
    font-size: 0.8em;
    font-family: Verdana, Arial, Sans-Serif;

    background: url(collapse.png);
    background-repeat: no-repeat;
    background-position: left middle;
    vertical-align: middle;
    }
    * html div.divNutshell h6 {padding-left: 40px; vertical-align: top}
    div.divNutshell h6 a
      {
      font-weight: normal;
      color: blue;
      /*border-bottom: 1px dotted blue;*/
      }

div.divArticle div.divDefinition
  {
  padding-top: 0px;
  border: none;
  background: Aliceblue /*Aliceblue*/ /*Cornsilk*/;
  border-left: 1px dashed Cornflowerblue;
  }
  div.divDefinition .hso, div.divDefinition .hsi, div.divDefinition .hsf
    {
    background-color: Aliceblue;
    }

.olAdvantagesList
  {
  /*color: green;*/
  list-style-image:url(pro3.png);
  }
  
.olDisadvantagesList
  {
  /*color: red;*/
  list-style-image:url(contra2.png);
  }
  

code, samp
  {
  background: Ghostwhite;
  font-size: 0.85em;
  font-family: "Courier New", Monospace;
  vertical-align: baseline;
  }
  small code
    {
    font-size: 1em;
    }

pre
  {
  line-height: normal;
  font-family: "Courier New", Monospace;
  }
pre.code
  {
  display: block;
  margin: 0px; padding: 0px;
  width: 100%;
  overflow: auto;
  font-size: 0.75em;
  font-family: "Courier New", Monospace;
  
  /*background: Ghostwhite;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;*/
  }

  div.divSample h6 + pre.code, div.divSample h5 + pre.code
    {
    margin-top: 15px; /*??????*/
    margin-bottom: 15px;
    }
  div.divSample pre.code:last-child
    {
    padding-bottom: 15px;
    }

.spnInlineTitle
  {
  /*text-decoration: underline;*/
  padding-bottom: 0.1em;
  line-height: 2em;
  border-bottom: 1px dotted blue;
  /*color: blue;*/
  }
  
div.divArticle #spnCredits
  {
  display: block;
  margin-top: 20px;
  font-family: "Courier New", Monospace;
  font-size: 0.75em;
  text-align: justify;
  line-height: 1.4em;
  }
  /* Переносы */
  div.divArticle #spnCredits .hhf {
    margin-right: -1ex;
    }

a.aNext
  {
  display: block;
  margin-bottom: 30px;
  width: 1%;
  white-space: nowrap;
  }
  /*a.aNext:after
    {
    content: "→";
    text-decoration: none;
    }*/

div#divSidebar
  {
  width: 230px;
  position: absolute;
  right: 0px;
  top: 0px;
  /*border: 1px solid red;*/
  /*background: lightgray;*/
  }

div#divSidebar h2
  {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px dotted blue;
  font-family: "Palatino Linotype", Georgia, Serif;
  }

div#divSidebar ul
  {
  padding: 0px;
  margin: 5px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1.9em;
  }

div#divSidebar ul li
  {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Sans-Serif;
  font-size: 0.85em;
  line-height: 1.2em;
  }
  
  ul.ulNavigate a, ul.ulNavigate a:link
    {
    text-decoration: none;
    border-bottom: 1px solid blue;
    }
  ul.ulNavigate a:visited
    {
    border-bottom: 1px solid #01219e;
    }
  ul.ulNavigate li a:hover
    {
    border-bottom: 1px solid #008afb;
    }
  ul.ulNavigate li a.aSelf
    {
    border-bottom: none;
    }

div#divSidebar li#liRSS a
  {
  display: block;
  
  font-size: 1.6em;
  vertical-align: middle;
  text-decoration: none;
  
  height: 24px; /*??????*/
  width: 1px; /*Убираем лишнуюю активную область справа*/
  padding-left: 26px;
  padding-top: 5px;
  overflow: visible;
  
  background: url(http://www.alik.su/Resourses/Images/rss-24x24.png);
  background-repeat: no-repeat;
  background-position: left;
  
  font-family: Verdana, Arial, Sans-Serif;
  }
  *:first-child+html div#divSidebar li#liRSS a  { padding-bottom: 5px; }
  * html div#divSidebar li#liRSS a   {padding-top: 0px}
  
  div#divSidebar li#liRSS a:hover
    {
    color: orange;
    }
  
div#divSidebar li#liFeedburner
  {
  /*display: none;*/
  }


#divComments
  {
  font-family: "Trebuchet MS";
  margin-top: 30px;
  }
  #divComments .hhf
    {
    margin-right: -0.7ex;
    }
div.divCommentsCounter
  {
  float: right;
  }


#divComments h3
  {
  margin-top: 1em;
  margin-bottom: 0.7em;
  font-size: 1.4em;
  font-family: "Times New Roman", Times, Serif;
  font-weight: normal;
  }

#divComments #divNoComments
  {
  display: inline;
  font-style: italic;
  }

#divComments #olComments
  {
  
  font-family: Verdana, Sans-Serif;
  }
  
#divComments li.liComment
  {
  position: relative;
  border-left: 1px black dotted;
  margin: 15px;
  margin-left: 0px;
  margin-bottom: 25px;
  padding: 0px;
  padding-left: 10px;
  list-style-type: decimal;
  font-size: 1.25em; /*Номер комментария*/
  }

#divComments .liComment h6
  {
  display: inline;
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 0px;
  }

#divComments .liComment .divCommentDate, #divComments .liComment .divCommentDate:link, #divComments .liComment .divCommentDate:visited, #divComments .liComment .divCommentDate:hover, #divComments .liComment .divCommentDate:active
  {
  display: inline;
  font-size: 0.6em;
  margin-bottom: 10px;
  color: gray;
  text-decoration: none;
  }

#divComments .liComment .imgAvatar
  {
  position: absolute;
  left: -40px;
  top: 30px;
  }

#divComments .liComment .divCommentText
  {
  margin: 10px;
  margin-left: 0px;
  font-size: 0.75em;
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  line-height: 1.4em;
  }

#divComments .liComment .divCommentText p
  {
  /*margin: 0px;*/
  }

#divComments .liComment .divCommentText blockquote
  {
  margin-left: 15px;
  padding-left: 10px;
  margin-right: 50px;
  border-left: 3px double gray;
  }
  
#divComments .liComment .divCommentText pre
  {
  /*background: Ghostwhite;*/
  overflow: auto;
  }

form#frmComment input
  {
  width: 300px;
  }

form#frmComment dd
  {
  margin-left: 40px;
  }

form#frmComment textarea
  {
  width: 500px;
  height: 400px;
  }

form#frmComment #sbmtSubmit
  {
  margin-right: 10px;
  }
form#frmComment #btnPreview
  {
  width: 100px;
  }

form#frmComment dd
  {
  margin-bottom: 15px;
  }

form#frmComment dt
  {
  margin-bottom: 5px;
  }

form#frmComment div#divBBCodeHelp
  {
  float: right;
  font-size: 10pt; /*???????*/
  }

form#frmComment dd#ddText
  {
  width: auto;
  height: auto;
  }

form#frmComment div#divBBCodeHelp h5
  {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 0.85em;
  }

form#frmComment div#divBBCodeHelp pre
  {
  margin: 1em 0;
  background: Ghostwhite;
  }

div#divCopyright
  {
  position: relative;
  border-top: 1px dotted blue;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 10px;
  
  font-family: Georgia;
  }

div#divCopyright a#aValidator
  {
  position: absolute;
  margin: 0px;
  bottom: 0%;
  right: 0px;
  margin-top: 20px;
  }

li#liAuthor
  {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  }

div#divAuthor
  {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  }

a img
  {
  border: 0px;
  }

ol.olNotes
  {
  }
ol.olNotes li
  {
  margin-top: 0.75em;
  }
  ol.olNotes p
    {
    font-size: 0.9em;
    line-height: 1.3em;
    }
    /* Переносы */
    ol.olNotes p .hhf{
      margin-right: -0.6ex;
      }
    ol.olNotes p small .hhf {
      margin-right: -0.65ex;
      }

a.aCiteRef, a.aCiteRef:link, a.aCiteRef:visited, a.aCiteRef:active, a.aCiteRef:hover
  {
  text-decoration: none;
  }

a.aCiteNote, a.aCiteNote:link, a.aCiteNote:visited, a.aCiteNote:active, a.aCiteNote:hover
  {
  text-decoration: none;
  }

/*
Служебные классы
*/
.invisible, .invisible *
  {
  display: none;
  }