table.entity {
  border: 0;
  border-right: 1px solid #6A6A6A;
  
  width: 100%;
}

.odd {
  background: #434343;
}
.even {
  /*background: #505050;*/
}
table.entity .status {
  display: block;
  white-space: nowrap;
}

#layout table.entity td {
  border: solid #6A6A6A;
  border-width: 0 0px 1px 1px;
  vertical-align: middle;
}

table.entity tr:hover{
  background: #514849;
}

table.entity small{
  color: #777;
}

.main-link{
  color: #DAA;
  text-decoration: none;
}

table.entity thead, 
table.filter thead {
  color: #CCC;
  font-weight: normal;
}
#layout table.entity thead td, 
#layout table.filter thead td{
  background: #505050 url('../siteimg/table-thead-bg.gif') top;
  line-height: 24px;
  padding: 6px 10px 0px 10px;
  border: 0px;
  text-align: center;
}
#layout table.filter thead td{
  line-height: 18px;
  padding: 6px 10px 0px 10px;
}
#layout table.entity span.id{
  font-size: smaller;
  text-align: center;
  display: block;
}
/* Список возможных действий с объектом */
.item-actions {
  margin: 10px 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 24px;
}
.item-actions li {
  display: block;
  line-height: 24px;
}
.item-actions-small {
  margin: 0px;
  padding: 0px;
}
.item-actions-small li {
  display: block;
}
#layout table.entity td.nowrap{
  
}

table.filter{
  
}

.context {
  background: url('../siteimg/msg/list.png') no-repeat center left;
  padding-left: 20px;
  text-decoration: none;
  color: #A4BBEE;
  text-transform: lowercase;
}
.context:HOVER{
  color: #A4BBEE;
}

.request-executors ul{
  margin: 0px;
  list-style-type: none;
  padding: 0 0 0 20px;
}
.request-executors ul li{
  margin: 0 0 0 -20px;
}
