/*  = tablo
-------------------------------------------------- */
/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/
table.dataGrid {
  font: 88%/1.7em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1em 0;
  color: #000;
}

table.dataGrid thead th, 
table.dataGrid thead td {
  font-weight: bold;
  line-height: normal;
  text-align: left;
  border-bottom: 0.3em solid #09f;
  cursor: pointer;
}

table.dataGrid tfoot th, 
table.dataGrid tfoot td {
  text-align: left;
  border-top: 0.3em solid #09f;
  font-style: italic;
  color: #666;
}

table.dataGrid th, 
table.dataGrid td {
  padding: 0.25em;
}

table.dataGrid tbody th, 
table.dataGrid td {
  text-align: left;
  vertical-align: top;
}

table.dataGrid tbody th {
  font-weight: normal;
  white-space: nowrap;
}

table.dataGrid tbody th + td {
  white-space: nowrap;
}

table.dataGrid tbody td, 
table.dataGrid tbody th {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 8px 0;
}

table.dataGrid tbody tr.odd th, 
table.dataGrid tbody tr.odd td {
  border-color: #deded8;
  background: #f9f9fb;
}

table.dataGrid tbody tr td span {
    cursor: pointer;
}