/* $Id: reset.css,v 1.1.2.11 2010/04/21 23:04:56 psynaptic Exp $ */

/* Browser */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a img {
  border: 0;
}

:focus { /* remember to define focus styles! */
  outline: 0px;
}

select {
  font-family: inherit;
}

/* Drupal */

tbody,
tbody th,
tr.even,
tr.odd {
  border: none;
}

ul.links li {
  padding-left: 0;
}

li.leaf,
li.expanded,
li.collapsed {
  padding: 0;
  margin: 0;
}
dd {
  margin-left: 10px;
}
.hierarchical-select select {
  height: auto !important;
}

tr.content-add-new a.tabledrag-handle {
  display: none;
}