#admin-menu {
    font-size: 13px;
}

/*ТАБЛИЦЫ*/


tbody {
    border: none;
}
td {
    border-color: #ccc;
}

tr.even, tr.odd {
    border: none;
    padding: 0.1em 0.6em;
}
    tr.odd {
        background: #888;
    }
    tr.even{
        background: #bbb;
    }
thead th {
    border-bottom: 1px solid #000000;
    padding-right: 1em;
    text-align: left;
    font-weight: bold;
}

 /*СООБЩЕНИЯ*/
    
div.messages {
    padding: 15px 10px 15px 50px;
    margin: 5px 0;
    color:#999999;
    background: aqua;
    border: none;
}
div.messages.status {
    background: url("../img/msg_1.png") no-repeat 8px 10px  #c6e29f;
}
div.messages.error {
    background: url("../img/msg_3.png") no-repeat 8px 10px  #f3b2b2;
}
div.messages.warning {
    background: url("../img/msg_2.png") no-repeat 8px 10px  #fff1a7;
}

ul.tabs {
    padding: 0;
    margin: 10px 0;
}
ul.secondary {
    border-bottom: none;
    margin: 5px;
    padding: 0.5em 1em;
}


/*МЕНЮ*/

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
    margin: 5px 0;
    padding: 0;
}
ul.menu ul{
   margin-left:10px;
}
ul.menu li{
   margin:0;
}

li.expanded {
    list-style: none;
}
li.collapsed {
    list-style: none;
    
}
li.leaf {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-list ul li {
    list-style:  none;
}

div.clear{
    clear: both;
    margin: 0;
    padding: 0;
}
.hidden{
	display: none;
}