.list-subheader {
	color:white;
	font-weight: bold;
	height: 32px;
}

tr.list-subheader.last td  {
	border-bottom: 0;
}

table.list-table .button, table.list-table .button_blue, table.list-table .button_red {
	font-size: 100%;
}

div.list-no-data {
	font-style:italic;
}

div.list-button-bar {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

div.list-button-bar a {
	color: white;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
    
    color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	zoom: 1;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	border: 1px solid #aaa;

	-webkit-box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
					
	background-color: #d0800c;
}

div.list-button-bar a:hover {
	background-color: #b10b2f;
}

table.list-table {
	border-collapse: collapse;
}

table.list-tiny {
  font-size: x-small;
  border-collapse: collapse;
}

.list-table {
	margin-top:1em;
}

.list-table-header {
	background-color: #d0800c;
}

thead a {
	color: white;
}

.list-table tr.list-header {
	color: white;
	height: 32px;
}

th.list-table, th.list-table-narrow, .list-table th {
	vertical-align: middle;
    padding: 2px 16px;
}

.list-table tr.even, .list-tiny tr.even {
	background-color: #ffffff;
	color: inherit;
}

.list-table tr.odd, .list-tiny tr.odd {
	background-color: #f6f6f6;
	color: inherit;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

td.list-table, td.list-table-narrow, .list-table td {
	padding: 2px 16px;
	border-bottom: 1px solid #d0800c;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

td.list-table-narrow, th.list-table-narrow {
	padding-left: 4px;
	padding-right: 4px;
}

tr.last td {
  border-bottom: 3px solid #d0800c;
}

/* pagination ------------------------------------------ */
div.list-paginator {
	padding-bottom: 3px;
}

.list-paginator li {
	margin-left:4px;
	margin-right:4px;
}

.list-paginator li.current {	
	color: white;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	font-weight:bold;
    
    color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	zoom: 1;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	border: 1px solid #aaa;

	-webkit-box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
	background-color: #b10b2f;
}

.list-paginator li a {
	color: white;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	font-weight:bold;
    
    color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	zoom: 1;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	border: 1px solid #aaa;

	-webkit-box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
	background-color: #d0800c;
}

.list-paginator li a:hover {
	background-color: #b10b2f;
}

/* end pagination ------------------------------------------ */

/* list-filter ------------------------------------------ */

td.list-filter-pane {
	background-color: #eee;
	vertical-align: top;
	border: 1px solid #ccc;
	font-size: .9em;
	color: inherit;
}

.list-filter-header {
	font-weight: bold;
	border-top: 1px solid #999;

}

.list-filter { 
	font-size: x-small;	
  padding-left:10px;
}

tr.list-filter-selected {
	background-color: #bbb;
	color: inherit;
}

span.list-filter-selected { 
	font-weight: bold;
}

.list-filter-section { 
  font-size: x-small; 
  font-weight: bold; 
  background-color: #bbbbff; 
  padding-left: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  margin-top: 0px; 
  margin-bottom: 8px;
}

div.list-inline-filter { 
  font-size: x-small; 
}

span.list-inline-filter { 
}

span.list-inline-filter-selected { 
  font-weight: bold;
}

a.list-inline-filter { 
}

td.list-list-pane {
  background-color: white;
  vertical-align: top;
  padding-left: 10px;
}

ul.compact, .action-list ul{
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}