div.superModalOverlay {
  position: fixed; overflow: hidden; z-index:99999; top: 50%; left: 50%;
  background-color:#fff; border:#eee 5px solid; }
* html div.superModalOverlay { /* ie6 hack */
  position: absolute;
}
div.superModalGround {
  position: fixed; overflow: hidden; z-index:999; top: 0px; left: 0px; height:100%; width:100%;
  background-color:#000; filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70; }
* html div.superModalGround { /* ie6 hack */
  position: absolute;
}

body { height:100%; background-color:#fff; margin:0 0 0 0; font-size:10px; }
html { height:100%; }

.transparent { filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
.middle { vertical-align:middle; }
.bottom { vertical-align:text-bottom; }
span { font-family:Tahoma,Arial; }
span.nobr { white-space:nowrap; }


/* Текстовые размеры */
span.bigger4 { font-size:24px; font-weight:bold; }
span.bigger3 { font-size:20px; font-weight:normal; }
span.bigger2 { font-size:18px; font-weight:normal; }
span.bigger1 { font-size:16px; font-weight:normal; }
span.norm { font-size:14px; font-weight:normal; }
span.smaller1 { font-size:12px; font-weight:normal; }
span.smaller2 { font-size:11px; font-weight:normal; }
span.smaller3 { font-size:10px; font-weight:normal; }
span.tight { line-height:100%; }


/* Текстовые цвета */
span.std { color:#000; }
span.gray { color:#787878; }
span.colored { color:#c82800; }
span.error { color:#dc2800; }
span.disabled { color:#bbb; }


/* Ссылки */
a { color:#640000; text-decoration:none; }
a:hover { color:#640000; text-decoration:underline; }
a.hidden { color:#000; text-decoration:none; }
a.hidden:hover { color:#640000; text-decoration:underline; }
a.gray { color:#787878; text-decoration:none; }
a.gray:hover { color:#640000; text-decoration:underline; }
a.title { color:#640000; text-decoration:none; }
a.title:hover { color:#640000; text-decoration:underline; }
a.more { color:#640000; text-decoration:none; }
a.more:hover { color:#640000; text-decoration:underline; }
a.colored { color:#ed1c24; text-decoration:none; }
a.colored:hover { color:#ed1c24; text-decoration:underline; }
a.lite { color:#999; text-decoration:none; }
a.lite:hover { color:#999; text-decoration:underline; }
a.astext, a.astext:hover { color:#000; text-decoration:none; }
a:visited { color:#551a8b; }
a.white, a.white:hover, a.white:visited { color:#fff; text-decoration:none; }
a.popup, a.popup:hover {color:#000; text-decoration:none; border-bottom:#000 1px dashed; }
span.popup, span.popup:hover {color:#000; text-decoration:none; border-bottom:#000 1px dashed; cursor:pointer; }



/* Иллюстрации */
img.image { border:#787878 1px solid; }


/* Элементы форм */
form { padding:0 0 0 0; margin:0 0 0 0; }
input { font-family:Tahoma,Arial; font-size:14px; }
textarea { font-family:Tahoma,Arial; vertical-align:top; }
input.norm { font-size:14px; border:#c0c0c0 1px solid; color:#000; background-color:#f5f5f5; vertical-align:middle; padding:7px 0 7px 2px; }
input.smaller1 { font-size:12px; border:#c0c0c0 1px solid; color:#000; background-color:#f5f5f5; vertical-align:middle; padding:5px 0 5px 2px; }
input.error { border:#dc2800 1px solid; background-color:#ffe4e4; }
textarea.norm { font-size:14px; border:#c0c0c0 1px solid; color:#000; background-color:#f5f5f5; }
textarea.error { border:#dc2800 1px solid; background-color:#ffe4e4; }
input.buttonX { font-size:1px; border:none; background-color:transparent; width:1px; height:1px; }
input.box { vertical-align:middle; }
select { font-family:Tahoma,Arial; }
select.norm { font-size:14px; border:#c0c0c0 1px solid; color:#000; background-color:#f5f5f5; vertical-align:middle; padding:7px 3px 7px 3px; }
select.smaller1 { font-size:12px; border:#c0c0c0 1px solid; color:#000; background-color:#f5f5f5; vertical-align:middle; padding:5px 3px 5px 3px; }
label.disabled { color:#bbb }
button { font-size:15px; }
button_smaller1 { font-size:12px; }


/* Боковые выдвижные панели */
div.panel_left {
  position:absolute; left:39px; top:0px;
  width:160px;
  background-color:#dcdcdc;
  visibility:hidden;
  z-index:3;
}
div.panel_right {
  position:absolute; right:0px; top:0px;
  width:205px;
  background-color:#dcdcdc;
  visibility:hidden;
  z-index:3;
}


/* Селекторы для статей, комментариев */
div.article ul {margin-top:0px; margin-bottom:0px;  }
div.article li { }
div.article span.bold { font-weight:bold; }
div.article span.italic { font-style:italic; }
div.article span.header { font-size:18px; }
div.article span.smaller { font-size:11px; }
div.article span.colored { color:#c82800; }
div.comment span.citation { font-size:11px; color:#787878; }


/* Всякая всячина */
div.content { padding-left:12px; padding-right:12px; }
div.title { text-align:center; padding:0 12px 0px 12px; }

/* Скрытый блок информации */
div.ghost { display:none; }
