html,body{
	height:100%;
	padding:0;
	margin:0
	}

body{
	font-family:Arial;
	font-size:.8em;
     background: #edeef0;
     width: 100%;  !important;
      min-width: 1260px;  !important;
      max-width: 1900px; !important;
	}

	.BodyNewsStyle {
 position: relative;
 padding-top:10px;
 background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
    color: #000000;
    FONT-SIZE: 15px;
    font-family: "Arial, Helvetica", sans-serif;
    }

.popup {
    display: inline-block;
    position: relative;
    max-width: 95%;
    padding: 60px;
    vertical-align: middle;
 background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    }

 .popup__overlay {
	z-index: 1099;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow:auto;
    background: rgba(0,0,0,.8);
    text-align: center ;

    }
    .popup__overlay:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: '';
    }


.popup__close {
    display: block;
    position: fixed;
    z-index:3000;
    top: 35px;
    right: 20px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 5px solid #CCC;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #CCC;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    }
    .popup__close:hover {
        background: #ddd ;
        }

 .aMenu {
   position:fixed;
   overflow-y:auto;
    overflow-x:hidden;
   background-color:#2b3a41;
   top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	z-index: 1000;
	box-shadow: 7px 10px 23px -4px #00d2ff;
 }
  .LogoMenu {
  padding-top:10px;
   background-color:#1d2a30;
 height:50px;
 width:100%;
font: 16px arial;
text-align:center;
background:#000;
color:#FFFFFF;
text-shadow:0 0 10px #fff, 0 0 20px #00d2ff, 0 0 30px #00d2ff, 0 0 40px #00d2ff, 0 0 50px #00d2ff, 0 0 60px #00d2ff, 0 0 70px #00d2ff;
  box-shadow:1px 5px 15px -2px #7777db;
}

 .MenuList {
 position:relative;
 text-align:left;
 height:50px;
 width:100%;
 line-height:50px;
 z-index:2;
}

 .MenuList:hover {
 border-right:5px solid #16b8be;
 background-color:#1d2a30;
 width:98%;
}

 .BorderList {
 position:relative;
 height: 1px;
 }
  .BorderList:after{
position:absolute;
top:0;
left:10px;
width: 180px;
height: 1px;
border-bottom:1px solid #3a484d;
content:"";
}

  .openTree {  	cursor:pointer;
  border:none;
  outline: none;
  	position:absolute;
 left: 10px;
 top: 13px;
 	height:20px;
	width:30px;
 }

.writeButton {cursor:pointer;
  	display:block;
  border:none;
  outline: none;
  	position:absolute;
  	top: 17px;
 right: 10px;
 	height:16px;
	width:16px;

}

 .alink {
 	font: 14px arial;
   padding-left:35px;
color:#00d2ff;
text-decoration:none;
 }

 .im1 {
 	background: url(/images/openMenu.png) 50% 50% no-repeat;
 }

 .im2 {
 	background: url(/images/closeMenu.png) 50% 50% no-repeat;
 }
 .im3 {
 	background: url(/images/writeButton.png) 50% 50% no-repeat;
 }
 .im4 {
 	background: url(/images/plus.png) 50% 50% no-repeat;
 }
 .im5 {
 	background: url(/images/del.png) 50% 50% no-repeat;
 }

 .im14 {
 	background: url(/images/menuIcon.png) 50% 50% no-repeat;
 }
 .imRead {
 	background: url(/images/read.png) 50% 50% no-repeat;
 }
 .imFull {
 	background: url(/images/full.png) 50% 50% no-repeat;
 }
 .headerInfo {
 position:fixed;
 z-index:10;
 top:0px;
 right: 0px;
 width: 100%;
 height: 60px;
 background-color: #FFFFFF;
 line-height:60px;
 border-bottom:1px solid #bababa;
 }


  .imagesBlock {
 height:16px;
 width:16px;
 display:inline-block;
 cursor:pointer;
 margin-right:10px;
 }



 .adminIcon {
 position:absolute;
 border-radius: 50%;
 top:5px;
 height:50px;
 width:50px;
 right:130px;
 display:inline-block;
 }

 .adminName {
 position:absolute;
 height:50px;
 width:50px;
 right:70px;
 display:inline-block;
 font: 15px arial;
 color: #3a484d;
 line-height:60px;
 text-shadow:0 1px 0 #00d2ff;

 }

  .menuIcon {
 position:absolute;
 height:50px;
 width:50px;
 right:5px;
 display:inline-block;
 cursor:pointer;
 line-height:60px;
 border:none;
 outline:none;
 }

  .showMenu {
 position:absolute;
 top:45px;
 right:5px;
 width:100px;
 height:25px;
 background-color: #FFFFFF;
 border:1px solid #bababa;
 text-align: center;
 line-height:25px;
 border-radius: 2px;
 }

   .showFuncMenu {
 position:absolute;
 top:10px;
 right:30px;
 width:100px;
 height:20px;
 padding:5px;
 background-color: #FFFFFF;
 border:1px solid #bababa;
 border-radius: 2px;
  line-height:20px;
  text-align:center;
 }

  .h1 {
   font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  color: #587493;
  font-size: 1.5em;
  padding: 8px 25px 8px 2px;
  border-bottom: 1px solid;
  }

 .loadIcon {
  border:none;
  outline: none;
  	position:absolute;
 left: 5px;
 	height:16px;
	width:16px;
 }

 .apanelContent {
    background: #edeef0;
    min-height: 920px;
    padding-top: 80px;
}

.content_index {
 font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  color: #000000;/* Цвет букв */
 font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 17px;
padding-top: 10px;
padding-bottom: 10px;
width: 99%;
position: relative;
height: auto;
text-align: left;
padding-left: 10px;
background-color:#FFFFFF;
border:1px solid #666666;
	border-radius:5px;

}

.button_close {
            /*	border: 1px solid #fff;  */
    display: block;
    cursor: pointer;
    position: absolute;
    right: 5px;
     background: url(/images/close.png) 50% 0px no-repeat;
     width: 1px;
     top: -5px;
     padding: 12px;
    text-align: center;
    }
    .button_red {
            /*	border: 1px solid #fff;  */
    display: block;
    cursor: pointer;
    position: absolute;
    right: 45px;
     background: url(/images/red.png) 50% 0px no-repeat;
     width: 1px;
     top: -5px;
     padding: 12px;
    text-align: center;
    }

    #editor {
 padding-left:10px;
 }

p, ul, ol, div, blockquote {
    font-size: 12px;
    letter-spacing: 1px;
    color: #002;
}
acronym {
    border-bottom: #303030 1px dotted;
    cursor: help;
}
pre {
    border: #c0e6ff 1px solid;
    background-color: #e0e8ef;
    color: #002;
}
hr {
    height: 0;
    border: none;
    border-top: #404040 1px dotted;
    width: 75%;
}
var {
    color: blue; font-style: normal; font-family: monospace;
}
li {
    padding-bottom: 2px;
}
ul li {
    font-size: 12px;
}
ul ul li {
    font-size: 12px;
}
ul ul ul li {
    font-size: 12px;
}
h1 {
    color: #404060;
}
h2 {
    text-align: center;
    color: #404060;
}
h3 {
    border-bottom: #b0b0b0 1px dotted;
    margin-top: 2em;
    border-top: #b0b0b0 1px dotted;
    background-color: #ddd;
}
h4 {
    margin-top: 1.6em;
    border-bottom: #c0c0c0 1px dotted;
    margin-bottom: 0;
}
h5 {
    border-bottom: #d0d0d0 1px dotted;
    margin-top: 1.2em;
    margin-bottom: 0;
}
h3, h4, h5 {
    color: #707070;
    font-weight: normal;
}
table.bb {
    border-collapse: collapse;
}
th {
    border: #b0b0b0 1px solid;
    background-color: #ddd;
    color: #555;
}
td.bb {
    border: #b0b0b0 1px solid;
}
a {
    color: #7777ff;
}
blockquote.bb_quote {
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #f6f6f6;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " писал(а):";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Код: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

/* Стили посветки BBCode: */

code.bb_code {
    font-size: 1em;
    color: #000000;
}
span.bb_spec_char {
    color: #000099;
}
span.bb_mnemonic {
    color: #ff0000;
}
span.bb_tag {
    color: #009900;
}
span.bb_bracket {
    font-weight: bold;
}
span.bb_slash {
    font-weight: normal;
}
span.bb_tagname {
    color: #990099;
}
span.bb_equal {
    color: #999900;
}
span.bb_quote {
    color: #009999;
}
span.bb_attrib_name {
    color: #999900;
}
span.bb_attrib_val {
    color: #009999;
}
span.bb_autolink {
    color: #0000ff;
}
caption {
    font-weight: bold;
}

 .bookmarks {
display: inline-block;
border-radius:10px;
padding:5px;
  height: auto;
}

.blogodel {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.blogodel:hover {cursor: pointer;}


.blogodel .more {
  background-color: #123;
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  filter:alpha(opacity=65);
  opacity:.65;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  position: absolute;
  right: 10px; bottom: 10px;
}
.blogodel:hover .more {display: none;}

.blogodel .desc {display: none;}
.blogodel:hover .desc {
  background-color:#fff;
  display: block;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  padding: 10px;
  filter:alpha(opacity=75);
  opacity:.75;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  position: absolute;
  bottom: 10px; left: 5px; right: 5px;
  border-radius:5px;
}

.blogodel:hover .desc strong {
  display: block;
  font-size: 14px;
  line-height: 1em;
}
 .submitbt {
  	cursor: pointer;
  	padding-left:3px;
  	padding-right:3px;
  	padding-bottom:2px;
	outline: none;
	width: 40px;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
 font-size: 16px;
	font-style: normal;
	font-variant: normal;
	  color: #FFF;
	border: 1px solid #000;
	border-radius:5px;
	 background-color:#2b3a41;

 }