/*
 * 2003/09/16 M-366-1974@narod.ru
 */

body, td {
  background-color: #e9e9e9;
  color: #202080;
  font-family: verdana, sans-serif;
  font-size: 11pt;
  line-height: 125%;
  margin: 5px 120px 10px 5px;
}

h1, h2, h3, h4, h4, h5 {
  color: #492080;
  font-family: serif;
  line-height: 110%;
}
h3 {
  padding-top: 0.3em;
  text-align: center;
  border-top: thin dotted #e9e9e9;
  border-bottom: thin dotted #e9e9e9;
  border-right: dotted #e9e9e9;
  border-left: dotted #e9e9e9;
}
h6 {
  color: silver;
  margin-top: -0.3em;
  margin-bottom: -0.5em;
  text-align: center;
}

p {
  text-align: justify;
}

a:link {
  color: #0089d9;
  text-decoration: none;
}
a:visited {
  color: #00aa8c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  background-color: #8080ff;
  color: #ffffff;
}
a:active {
  text-decoration: underline overline;
  background-color: #ffff00;
}

a .link_nested {
  text-decoration: underline;
}

.navigation_label {
  color: #8080ff;
  font-size: 90%;
  font-weight: bold;
  font-family: "Tahoma", monospace;
  text-transform: lowercase;
  text-align: center;
  border-top: thin dotted #e9e9e9;
  border-bottom: thin dotted #e9e9e9;
  border-right: dotted #e9e9e9;
  border-left: dotted #e9e9e9;
}
.navigation_label a:link {
  color: #8080ff;
}
.navigation_label a:visited {
  color: #8080ff;
}
.navigation_label a:hover {
  color: #8080ff;
  background-color: #ffffff;
}
.navigation_label a:active {
  color: #ff8080;
}

.navigation_label, h3 {
  background-color: #e0e0f3;
  padding: 0.3em;
}

.navigation_label .title {
  color: #b0b0e3;
  font-weight: normal;
}

code, tt {
  font-family: monospace;
  font-size: 100%;
}

pre {
  font-family: monospace;
  font-size: 90%;
  background-color: #f3f3f3;
}

.hint {
  background-color: #ffe9ff; /* was ffffe9 */
}

li {
  margin-top: 10px;
}
ul {
  margin-top: 1px;
  padding-left: 2.2em;
}
ul li {
  display: list-item; /* or else? */
  list-style: circle outside;
  margin-top: 0px;
}
ol {
  margin-top: 1px;
/*   padding-left: 1.6em; */
}
ol li {
  display: list-item;
  list-style: outside;
  margin-top: 0px;
  margin-left: 0px;
}

.divider {
  border-top: thin solid silver;
  margin-bottom: -0.5em;
}

.istochnik {
  text-align: right;
  font-size: 85%;
/*   color: silver; */
}

.zhurnal {
/*   width: 100%; */
}
.column1 {
  margin-right: 2em;
  text-align: left;
  vertical-align: top;
}
.column2, .column_handwriting_underlined {
  font-family: cursive, fantasy, serif;
  text-align: left;
  vertical-align: top;
  font-size: 110%;
  line-height: 100%;
  border-bottom: thin solid;
}

.image_regular {
  border: thin dotted black;
}
.td_image_personal, .td_image_caption {
  padding-right: 1.5em;
  text-align: left;
}
.td_image_personal {
  vertical-align: bottom;
}
.td_image_caption {
  padding-top: 1em;
}

body {
  scrollbar-arrow-color: #202080;
  scrollbar-track-color: #d0d0e3;
  scrollbar-face-color: #e9e9e9;
  scrollbar-shadow-color: #202080;
  scrollbar-darkshadow-color: #d0d0e3;
  scrollbar-highlight-color: #8080ff;
  scrollbar-3dlight-color: #d0d0e3;
}