/* @override 
	http://abp/log/css/tables.css
	http://gcm/app/css/tables.css
	http://gocm/app/css/tables.css
*/

/* @group Tables */

th, td {
  border-width: 0;
  padding: 0;
}


table.permissions {
  margin: 0 0 0 10px;
}

table {
  margin: 0.5em 0;
  padding: 0;
  border-spacing: 0;
  border-top: 1px solid #313b4f;
  width: 100%;
}

p.table_note {
  padding: 5px 0 10px 10px;
}

tbody {

}

tr.odd {
  background: #fff;
}

th {
  padding: 4px;
  font-weight: normal;
}

th.controls {
  text-align: left;
}

th.controls a {

}


thead.list tr {
  border-top: 1px solid black;
}

thead.list tr th {
  padding: 8px;
  font-weight: normal;
  text-align: left;
}

a.unsorted, a.ascending, a.descending, a.view, a.edit, a.delete, a.rss {
  background-repeat: no-repeat;
  padding-left: 1.5em;
  text-align: left;
  font-weight: normal;
}

a.view, a.edit, a.delete {
  width: 16px;
  height:16px;
  padding-left: 0.5em;
  padding-right: 0;
  width:  1em;
  overflow: hidden;
  text-indent:-9000px;
  float:left;
}


a.view {
  background-image: url(images/jotter_min.png);
}

a.edit {
  background-image: url(images/edit_min.png);
}

a.delete {
  background-image: url(images/delete_min.png);
}

a.unsorted {
  background-image: url(images/usrt.png);
}

a.ascending {
  background-image: url(images/ascd.png);
}

a.descending {
  background-image: url(images/desc.png);
}

a.rss {
  background-image: url(images/rss_14_14.png);
}

#accessibility a.rss {
	padding-left: 18px;
}

a.rss {
  background-image: url(images/rss_14_14.png);
}

body#roll th.controls {
	width:  22em;
}
