body {
  margin: 0;
  padding: 0;
  font: 12px/170% Verdana, sans-serif;
  color: #32291e;
  background: #f6f3ed url(images/back.jpg);
}

input, select { font: 12px/100% Verdana, sans-serif; color: #32291e; }
textarea { font: 15px/160% Times New Roman, serif; color: #32291e; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-family: Helvetica, Arial, serif; }

h1 { font: 25px/120% Georgia, Times New Roman, serif; }
h2 { font: 22px/120% Georgia, Times New Roman, serif; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; }

ul, quote, code, fieldset { margin: .5em 0; }

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link { color: #c00; }
a:visited { color: #900; }
a:active, a.active { color: #000; }
a:hover, a.active:hover { color: #f00; }


hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #c00;
}

ul, ol {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
  font: 12px/170% Verdana, sans-serif;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

ol.task-list {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em;
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%;
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}
ol.task-list li.active {
  margin-right: 1em;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 1px solid #999;
  color: #494949;
  font-weight: bold;
}

td, th { padding: .3em .5em; }

tr.even, tr.odd, tbody th { border: solid #ccc; border-width: 1px 0; }

tr.odd, tr.info { background: none; }

tr.even { background: none; }

tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
/*
tr.odd td.active { background-color: #ddecf5; }
tr.even td.active { background-color: #e6f1f7; }
*/
td.active { background: none; }
td.region, td.module, td.container, td.category { color: #455067; font-weight: bold; }

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required { color: #f00; }

.submitted, .description, .post-num, .new { font: 11px/120% Verdana, serif; }

.submitted, .description { color: #898989; }

.description { line-height: 150%; margin-bottom: 0.75em; }

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: 0.25em 0; }

.b-center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.b-sidebar .form-button, .b-sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box { margin-bottom: 2.5em; }

/**
 * Layout
 */

#wrapper { text-align: center; }

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  text-align: left;
/*  border: 1px solid #ff0000;*/
}

body.b-sidebars { min-width: 980px; }
body.b-sidebar-left, body.b-sidebar-right { min-width: 780px; }

body.b-sidebar-left .b-center { margin-left: -210px; }
body.b-sidebar-right .b-center { margin-right: -210px; }
body.b-sidebars .b-center { margin: 0 -210px; }

body.b-sidebar-left .b-center__wrapper { margin-left: 210px; }
body.b-sidebar-right .b-center__wrapper { margin-right: 210px; }
body.b-sidebars .b-center__wrapper { margin: 0 210px; }

.b-sidebar {
  margin: 1em 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

.b-sidebar .block { margin: 0 0 1.5em 0; }

.b-sidebar-left .block { padding: 0 15px 0 0px; }
.b-sidebar-right .block { padding: 0 0px 0 15px; }

.block .content { margin: 0.5em 0; }

.b-sidebar-left .block-region { margin: 0 15px 0 0px; }
.b-sidebar-right .block-region { margin: 0 0px 0 15px; }

.b-center { float: left; width: 100%; }
.node .content, .comment .content { font: 12px/170% Verdana, sans-serif; }

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

.b-breadcrumbs { font-size: 11px; margin-bottom: 1em; }

.b-footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

body.b-sidebar-left .b-footer { margin-left: -210px; }
body.b-sidebar-right .b-footer { margin-right: -210px; }
body.b-sidebars .b-footer { margin: 0 -210px; }


/**
 * Header
 */
.b-title { position: relative; left: -1.25em; margin-left: 235px; padding: 20px 0; text-align: left; font-size: 40px; }
.b-title .b-comment { font-size: 40%; line-height: 1; color: #999; display: block; font-weight: normal; position: relative; left: 1.6em; }
.b-title .b-link { color: #32291e; text-shadow: 0 1px #fff; text-decoration: none; }
.b-title a.b-link:hover { color: #f00; text-decoration: underline; }
.b-title .b-quot { color: #999; font-weight: normal; }


/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
}


/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active { background: transparent; }

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font: 12px/100% Verdana, serif;
}

#tabs-wrapper { margin-bottom: 1em; }

ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  margin-bottom: 1em;
}
h2.with-tabs {
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li
a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover,
ul.secondary li a:visited {
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}

ul.primary li.active a,
ul.primary li.active
a:link,
ul.primary li.active a:visited,
ul.primary li a:hover, ul.secondary
li.active a,
ul.secondary li.active a:link,
ul.secondary li.active a:visited,
ul.secondary li a:hover {
  background-color: #a00;
  background-image: linear-gradient(0 100% 90deg, #900, #c00) !important;
  background-image: -moz-linear-gradient(0 100% 90deg, #900, #c00) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#c00)) !important;
  color: #fff;
  text-shadow: 0 -1px #600;
  border-bottom: 1px solid #600;
}


/**
 * Nodes & comments
 */
.node { margin-bottom: 2em; padding-top: 1em; }

.node-unpublished { background-color: #FFF4F4; border: 1px dashed #c00; }

.node h2 { margin-bottom: .3em; }

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
  font-size: 10px;
  line-height: 1.2;
}

.node .links ul.links li a:link, .comment .links ul.links li a:link,
.node .links ul.links li a:visited, .comment .links ul.links li a:visited { color: #999; }
.node .links ul.links li a:hover, .comment .links ul.links li a:hover { color: #f00; }

.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture { float: left; margin-right: 5px; }
form .picture { float: right; }
.node .picture img, .comment .picture img { height: 1.5em; display: block; }


.new { color: #f00; font-size: 11px; font-weight: bold; float: right; }

.terms { float: right; }

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 2em;
}

.comment { margin: 1em 0; padding: 1em; border: 1px solid #ccc; }

.indented { margin-left: 20px; }
.indented .indented .indented { margin-left: 15px; }
.indented .indented .indented .indented .indented { margin-left: 10px; }

.comment h3 a.active {
  color: #494949;
}


.quote-msg { margin: 0; padding: .5em 1em; }
.quote-author em { font-style: normal; }


/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */

.poll { padding-top: 1em; }

.block .poll { padding-top: 0; }

.poll .bar {
  margin-top: 5px;
  height: 5px;
  background: none;
  border-top: 1px solid #ccc;
}

.poll .bar .foreground {
  height: 3px;
  background: #a00;
  border-left: 3px solid #a00;
  float: none;
  position: relative;
  top: -2px;
  overflow: hidden;
}

.poll .percent {
  font-size: 11px;
  margin-bottom: 1em;
  text-align: left;
}

.node .poll .bar,
.node .poll .percent { margin-right: 100px; }

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  text-align: left;
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1em 1em 1.5em;
  margin-bottom: 1em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/* Added by EOT IT team */
/* by IKE @ 2011-05-23 21:40*/
div.moderators ul.links {
	padding-left: 1em;
}

div.moderators ul.links li:after {
	content: " ,";
}

div.moderators ul.links li.last:after {
	content: "";
}

/* Added by kolganov
2011-05-29 */
pre {
	white-space: pre-wrap;
}

/* Added by EOT IT team */
/* by HIN @ 2011-06-06 13:00*/
.spoiler-wrap{
background: none repeat scroll left center transparent;

border-style: solid;
border-width: 1px 0px 0px 0px;
padding-top: 5px;
padding-bottom: 5px;
border-color: #CCCCCC;
width: 100%;
}
.spoiler-head {
margin: 0 auto;
padding: 0 0px;
text-align: left;
text-decoration: underline;
cursor: auto;
font-weight: bold;
width: auto;
// IE6
}
.folded {
background: url("images/menu-collapsed.gif") no-repeat scroll left center transparent;
//display: block;
padding-left: 14px;
}
.unfolded {
background: url("images/menu-expanded.gif") no-repeat scroll left center transparent;
display: block;
padding-left: 14px;
}
.spoiler-body {
background: none repeat scroll left center transparent;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px 1px 1px 1px;
margin-top: 5px;
padding: 1px 6px 2px;
line-height: 20px;
}
.spoiler-body-h {
background: none repeat scroll left center transparent;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px 1px 1px 1px;
margin-top: 5px;
padding: 1px 6px 2px;
line-height: 20px;
}


/* Added by MT, 14.06.2011 */
.cke_show_borders { background: #fff; font: 15px/160% Times New Roman,serif; }

/* Added by EOT IT team */
/* by IKE @ Thu Mar 1 08:44:39 MSK 2012 */
.node .content {
	text-align: justify;
}

.node h2, .node h3, .node h4, .node h5 {
	text-align: left;
}

q { 
	font-style: italic;
}

/* smipub template styling */
@import url('smipub.css');

@import url('frontpage.css');

@import url('eot.css');
