
/* table, td, a { */
table, a {
	color: #000;
	font: normal normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

table {
  border-collapse: collapse;
  border: 1px solid #808080;
  margin: 3px 2px;
  width: 100%
}

.inventory table {
  border: 1px solid black;
}

table.form {
  width: 560px;
}

table.form td {
  padding: 4px;
}

td.fieldname {
  width: 100px;
  font-weight: bold;
  text-align: right;
}

th {
  border: 1px solid #808080;
}

td {
  border: 0px solid #808080;
}

td {
  border: 1px solid #808080;
  margin: 6px;
  padding: 0px 4px;
}

table.sortable th:hover {
  cursor:pointer;
}

table.sortable th.sorttable_nosort:hover {
  cursor:default;
}

.title {
/*
  position: absolute;
  margin:  0px;
  padding: 0px;
  width: 200px;
  border: 1px solid red;
  left: 140px;
  right:280px;
*/
  overflow: hidden;
}
/*
.title a {
  border: 1px solid black;
}
*/