body {
    background: Honeydew;
}
#marg {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0;
}

.btn {
    /*//background:  url('icons/folder-close.png');*/
    border: 0;
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;/*убираем подчеркивание
    //cursor: pointer;*/
}
.btn:hover {
    /*//background-image: url('icons/folder-open.png');*/
    cursor: pointer;
}

/*Таблица*/
table, .table {
    /*width: 100%;*/
    /*// border-collapse: collapse;*/
    /*//margin-top: 10em; border-radius: 7px 7px 0 0;*/
    /*border:  1px solid black;*/

}
td{
    border-bottom:  1px solid black;
    /* padding: .2em .5em .2em .5em;
     font-size: 1em;
     /*                cellpadding: 10px;
                   cellspacing: 15px;*/
}
th {
    /*border-left: 2px solid #FFF8DC;*/
    text-align: center;
}

th {
    /*background: #C0C0C0;*/ 
}
.tr {
    /*border-bottom:  1px solid black;*/
    /*border-color: #FFF8DC;*/
    /*cursor: pointer;*/
}
.tr:hover {
    background: #DCDCDC;
    color: #6A5ACD;
}
.type {
    width: 6%;/*3em;*/
}
.num {
    width: 2%;/*2em;*/
    text-align: center;}
.name {
    width: 80%;
        position: relative;padding-left: 1em; cursor: pointer;}/*width: 68em;*/
.nam{
    width: 80%;/*64em;*/
}
.tools {
    width: 5%;/*8em;*/
              }
.tools-t {
    width: 5%;/*2em;*/
}
/*// Кнопки инструментов*/
.up, .down, .edit, .add, .delete {
    cursor: pointer;
    width: 2.5%;/*4em;*/
    text-align: center;
}

/*#table-hend { position: fixed; 
              top: 5.9em; 
              top:2em;
              width: 80em; z-index: 9; }*/

.megasse {
    width: 100%;
    text-align: center;
    font-size: 2em;
    color:#FF4500;
    /*margin: 0 50%;*/
}


.btn_menu{
    color: #008;
    background: #DCDCDC;
    border-radius: 8px;
    font-size: 1.3em;
    text-decoration: none;
    margin-right: 1.2em; 
    padding: 5px;
    cursor: pointer;
    /*margin-left: 1em;*/
}
.btn_menu:hover{
    color: #0000FF;
     box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
    /*box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);*/
}
.title {font-size: 1.5em; margin: 0 auto;}
/*            #sub_menu {
                position: absolute;
                right: 0; bottom: 0;
                color: black;
            }*/

#pref {
    /*		//position: absolute;
                    //top: 10em;
                    //left: 1em;*/
}

.cont {
    /*width: 70%;*/
}
.file {cursor: default;}
#section {
    width: 100%;
    text-align: center;
}
.user {position: fixed;top: 1em;right: 1em;}
.scrollUp {
    position:fixed; /*Расположение кнопки на странице: внизу справа с отступами 10рх*/
    top:auto;
    bottom:1em;
    left:auto; 
    right:1em;
    z-index:9999;
    opacity:0.7;
    cursor:pointer; /*Вид курсора при наведении на кнопку*/
}
#conteyner {width: 80em; margin: 0px auto; 

            /*//border: 1px black solid;*/
}
#hend {
    position: fixed; 
    top: 0; 
    width: 80em;
    height: 5em;
    background:Honeydew;
    text-align: center;
    z-index: 12;
    border-bottom: 1px black solid;
}	    
#content {
   width: 100%;
    /*background: #ccc;*/
    /*//#ccffff;//*/
    margin-top: 8.4em;
}
/*//#table {margin: 6em;}*/
#sesion, #history, #pref, #comment, #statist {
    float: left;
/*    position: relative; 
    left: 1em;*/
    margin-right: 1em;
}
#menu {position: fixed;
       width: 80em; height: 2em;
       /*text-align: left;*/ 
       background: Honeydew;
       padding-top: 1em;
       top: 4em;
       z-index: 11; 
       /*border-bottom: 1px black solid;*/
}
#exit,  #tree_dir, #db{
    float: right;
}


#session {z-index: 12; background: red; text-align: center}
/*//#C0C0C0;*/

/*<!--Диалоговое окно сообщений  style-->*/

#dialog-message {
    top: 200px;
    /*//margin: 10% 70% 0 30%;*/
    width: 350px;
    height: 200px;
    background: #fff;
    z-index: 100;
    text-align: center;
    border: none;
    border: 1px solid #ccc;
    box-shadow: 8px 8px 12px -3px #000000;
}
#dialog-message-close {
    cursor: pointer;
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(images/close.png) no-repeat 0 0;
}
#dialog-message-close:hover{
    background: url(images/close_m.png) no-repeat 0 0;
}

#dialog-message-window {
    /*//margin-top: 20px;*/
    position: relative;
    /*top: 5px;left: 5px;
    //margin: 100px 5px 5px 5px;*/
    width: 350px;
    height: 162px;
    background: #fff;
}
#dialog-message-img {
    float: left;
    width: 48px; height: 48px;
    background: url(img/attention_48.png);
}
#dialog-message-message{
    color: #000;
    width: 300px;
    /*                //height: 100px;
                    //padding-top: 20px;*/
    margin: auto;
    text-align: center;
}
#dialog-message-title {
    position: relative;
    top: 1px;
    /*//left: 100px;*/
    color: #FFA07A;
    font-size: 1.6em;
    font-weight: bold;
}
.section  {
    cursor: pointer;
    margin-right: 1em;

}
#add_section {

}
#table {font-weight: bold;
        font-family: Calibri;}
.nam_cont{
    text-align: left;
    margin: 0;
    border: 1px #000 solid;
}
#result{
    z-index: 100;
    position: absolute;  
    background: Honeydew;
    /*opacity: 1;*/ 
    width: 100%;
    padding-top: 10px;
    text-align: center;
    top: 48px;
    font-size: 1.1em;
}
#ind_save{
    display: none; position: fixed; left: 50%; top: 50%;
}
#thead{
    width: 100%;
/*position: absolute;*/
}