* { margin:0px; padding:0px; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small; }
html { height:100%;}
body { min-height:100%; position:relative; min-width:640px; margin: 10px; font-size-adjust: 0; word-spacing: 1px; }
* html body { height:100%; }
b { font-size: 100%; }
h2 { margin: 10px 0px 2px 0px; font-size: 130%; word-spacing: 1px;  }

UL, OL {
list-style: inside;
}

/* Структурные элементы */
#header { height:150px; margin: 0px 0px 8px 0px; border-bottom: 1px solid #B2B2B2;
    background-image: url(../../images/tmpl/logo_header.gif); background-repeat: no-repeat; }
#content { width:100%; padding-bottom: 8px; }
#container1 { width:100%; float:left; margin-right:-185px; }
#container2 { background:#000000; margin-right:185px; }
#container3 { width:100%; float:right; margin-left:-185px; }
#left { width:177px; float:left; margin: 0px 5px 0px 0px; }
#center { margin: 0px 0px 0px 185px; /*border-left: 1px solid #ddd; border-right: 1px solid #ddd;*/ padding: 0px 0px 0px 0px; }
#right { float:right; width:177px; }
#footer { clear: both; }

/* Элементы оформления */
#header_content_1 { margin-left:270px; width:40%; float:right; vertical-align: bottom; text-align: center; padding-top: 45px; }
#header_content_2 { width:270px; float:right; font-size: 65%; padding-top: 30px; line-height: 130%; }
#donate { width:185px; margin: 1.9em 0px 0px -185px; float:right; font-size: 100%; }
* html #donate {  }
#search { text-align: center; margin-top: 50px; color: #aaa; }
#service_menu { height: 23px; padding-top: 0px; }
div.service_item { float:left; text-align: center; }
#title_article { padding: 0px 0px 4px 0px; }
#red_border { border: 1px solid #ff9900; }
div.module {  }
div.module_header {  height: 24px; font-weight: bold; background-color: #eee; background-image: url(../../images/tmpl/logo_small.gif); background-repeat: no-repeat;}
div.module_title { padding: 4px 0px 0px 32px; color: black; }
div.module_body { padding: 3px 12px 6px 12px; border: 1px solid #B2B2B2; background-color: #f6f6f6; margin-bottom: 4px; }
div.menu_item { padding: 3px 0px 3px 0px; }
div.date { padding: 1px 0px 0px 0px; font-size: 65%; font-style: italic; color: #aaa; }
div.preview { padding: 3px 0px 7px 0px; line-height: 130%;}
div.article_preview { padding: 5px 0px 3px 0px; }
div.side_preview { padding: 6px 0px 7px 0px; color: #8d8d8d; font-size: 85%; }
div.paper { color: #666; }
div.copyright { padding: 8px 8px 0px 8px; margin-top: 4px; border-top: 1px solid #B2B2B2; font-size: 11px !important; text-align: center; }
input {border: 1px solid #ccc;}
div.interval { margin-bottom: 5px; font-size: 100%; }

/* Ссылки */
a.menu_item { color: #555555; text-decoration: none; font-size: 85%; font-weight: bold; }
a.menu_item:hover, a.side_title:hover { color: #666; text-decoration: underline; }
a.preview_title, a.side_title { color: #000; text-decoration: none; font-size: 100%; font-weight: bold; }
a.side_title { color: #000; }
a.simple { color: #000; text-decoration: none; }
#norm_font { font-size: 100%; }

HTML, body {background: white;}
div.text p {text-indent: 0em;}

/*==========================================================================================================*/

/*Calendar styles*/

/* The main calendar widget.  DIV containing a table. */



div.calendar { position: relative; }



.calendar, .calendar table {

  border: 1px solid #556;

  font-size: 11px;

  color: #000;

  cursor: default;

  background: #eef;

  font-family: tahoma,verdana,sans-serif;

}



/* Header part -- contains navigation buttons and day names. */



.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */

  text-align: center;    /* They are the navigation buttons */

  padding: 2px;          /* Make the buttons seem like they're pressing */

}



.calendar .nav {

  background: #778 url(menuarrow.gif) no-repeat 100% 100%;

}



.calendar thead .title { /* This holds the current "month, year" */

  font-weight: bold;      /* Pressing it will take you to the current date */

  text-align: center;

  background: #fff;

  color: #000;

  padding: 2px;

}



.calendar thead .headrow { /* Row <TR> containing navigation buttons */

  background: #778;

  color: #fff;

}



.calendar thead .daynames { /* Row <TR> containing the day names */

  background: #bdf;

}



.calendar thead .name { /* Cells <TD> containing the day names */

  border-bottom: 1px solid #556;

  padding: 2px;

  text-align: center;

  color: #000;

}



.calendar thead .weekend { /* How a weekend day name shows in header */

  color: #a66;

}



.calendar thead .hilite { /* How do the buttons in header appear when hover */

  background-color: #aaf;

  color: #000;

  border: 1px solid #04f;

  padding: 1px;

}



.calendar thead .active { /* Active (pressed) buttons in header */

  background-color: #77c;

  padding: 2px 0px 0px 2px;

}



/* The body part -- contains all the days in month. */



.calendar tbody .day { /* Cells <TD> containing month days dates */

  width: 2em;

  color: #456;

  text-align: right;

  padding: 2px 4px 2px 2px;

}

.calendar tbody .day.othermonth {

  font-size: 80%;

  color: #bbb;

}

.calendar tbody .day.othermonth.oweekend {

  color: #fbb;

}



.calendar table .wn {

  padding: 2px 3px 2px 2px;

  border-right: 1px solid #000;

  background: #bdf;

}



.calendar tbody .rowhilite td {

  background: #def;

}



.calendar tbody .rowhilite td.wn {

  background: #eef;

}



.calendar tbody td.hilite { /* Hovered cells <TD> */

  background: #def;

  padding: 1px 3px 1px 1px;

  border: 1px solid #bbb;

}



.calendar tbody td.active { /* Active (pressed) cells <TD> */

  background: #cde;

  padding: 2px 2px 0px 2px;

}



.calendar tbody td.selected { /* Cell showing today date */

  font-weight: bold;

  border: 1px solid #000;

  padding: 1px 3px 1px 1px;

  background: #fff;

  color: #000;

}



.calendar tbody td.weekend { /* Cells showing weekend days */

  color: #a66;

}



.calendar tbody td.today { /* Cell showing selected date */

  font-weight: bold;

  color: #00f;

}



.calendar tbody .disabled { color: #999; }



.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */

  visibility: hidden;

}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */

  display: none;

}



/* The footer part -- status bar and "Close" button */



.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */

  text-align: center;

  background: #556;

  color: #fff;

}



.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */

  background: #fff;

  color: #445;

  border-top: 1px solid #556;

  padding: 1px;

}



.calendar tfoot .hilite { /* Hover style for buttons in footer */

  background: #aaf;

  border: 1px solid #04f;

  color: #000;

  padding: 1px;

}



.calendar tfoot .active { /* Active (pressed) style for buttons in footer */

  background: #77c;

  padding: 2px 0px 0px 2px;

}



/* Combo boxes (menus that display months/years for direct selection) */



.calendar .combo {

  position: absolute;

  display: none;

  top: 0px;

  left: 0px;

  width: 4em;

  cursor: default;

  border: 1px solid #655;

  background: #def;

  color: #000;

  font-size: 90%;

  z-index: 100;

}



.calendar .combo .label,

.calendar .combo .label-IEfix {

  text-align: center;

  padding: 1px;

}



.calendar .combo .label-IEfix {

  width: 4em;

}



.calendar .combo .hilite {

  background: #acf;

}



.calendar .combo .active {

  border-top: 1px solid #46a;

  border-bottom: 1px solid #46a;

  background: #eef;

  font-weight: bold;

}



.calendar td.time {

  border-top: 1px solid #000;

  padding: 1px 0px;

  text-align: center;

  background-color: #f4f0e8;

}



.calendar td.time .hour,

.calendar td.time .minute,

.calendar td.time .ampm {

  padding: 0px 3px 0px 4px;

  border: 1px solid #889;

  font-weight: bold;

  background-color: #fff;

}



.calendar td.time .ampm {

  text-align: center;

}



.calendar td.time .colon {

  padding: 0px 2px 0px 3px;

  font-weight: bold;

}



.calendar td.time span.hilite {

  border-color: #000;

  background-color: #667;

  color: #fff;

}



.calendar td.time span.active {

  border-color: #f00;

  background-color: #000;

  color: #0f0;

}

#topdiv {height:120px !important;}
.ext {color:black; font-weight:bold; margin:7px 5px; text-decoration:none; font-size:8pt; padding:4px;}
.nnn_teaser_img {float:left; margin:2px;}
#snf428 {border:none !important;}
.snBorder428 {border:none !important;}
.mb_teaser_link, .snTitle428, .snLink428, .mctitle, .nnn_teaser_title {text-decoration:none !important; font-size:12px !important; text-align:right !important; font-weight:normal !important; text-align: left !important;font-family: Verdana,Arial,Helvetica,sans-serif !important; color:blue !important;}
.forum_link, .rubrika {font-size:12pt !important;}
img {border:none;}
