/* styles for table listings */

.drag .handle {
  display: inline !important;
  cursor: move;
}

.drag.drag-target td {
  background-color: seashell;
}

table.list
{
  width: 100%;
  background-color: #DDD;
  border-spacing: 1px;
}

.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
}

.list h4 {
  text-align: center;
  margin: 0;
}
table.list th, .list h4
{
  white-space: nowrap;
  font-family: Verdana;
  font-size: 8pt;
  /* for white headers */
  /*
  color: #333;
  background: #FFF url(/images/th_bg.gif?1704507278) repeat-x scroll bottom left;
  */
  /* for dark headers */
  color: #333;
  background-color: #AAA;
  height: 28px;
  line-height: 28px;
}
table.list th a, table.list th a:active, table.list th a:visited
{
  color: #333;
  display: block;
  padding: 6px 0px 6px 0px;
  width: 100%;
}
table.list th a:hover
{
  background: url(/images/th_bg_hover.gif?1704507278) repeat-x scroll bottom left;
}
table.list th img
{
  vertical-align: middle;
}
table.list th.selected {
  text-decoration: underline;
  text-shadow: 0 0 2px white;
}
table.list tr {
  text-align: center;
}
table.list td, .list li
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding: 3px 8px 3px 8px;
}
ul .list a {
  display: block;
}
table.list td.main
{
  text-align: left;
}
table.list td a:hover
{
  background: transparent
}
table.list td img {
  margin: 0 2px;
}

table.list .stat {
  width: 45px;
}

/* dark coloured row */
.list .dark, .list tbody tr:nth-child(odd)
{
  background-color: #E5E5E5;
}
/* light coloured row */
.list .light, .list tbody tr:nth-child(even)
{
  background-color: #EEE;
}
/* mouse hover row colour */
.list tr:not(.nohover):hover
{
  background-color: #FFD;
}
