.sortable-table {
  border-collapse: collapse;
  font-size: 0.75em;
  font-family: Verdana;
}

.sortable-table th {
  background: #EEEEFF none repeat scroll 0 0;
}

.sortable-table td, .sortable-table th {
  padding: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #eee;
}

.inner-table, .inner-table td { 
  border: none; 
}

td {
  vertical-align: top;
}

tr.odd {
  background: #fafafa;
}

td.left, th.left { 
  text-align: left; 
}

td.right, th.left { 
  text-align: right; 
}

td.center, th.center { 
  text-align: center; 
}

td.field_name {
  width: 150px;
  font-family: Arial;
  color: #999999;
}

tr.first-row td {
  border-top: 1px solid #eee;
}


