.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;
	text-shadow:1px 1px 1px #86021b;
    
    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: #005e84; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #117ba5 0%, #005e84 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117ba5), color-stop(100%,#005e84)); /* webkit */
    background: -ms-linear-gradient(top, #117ba5 0%, #005e84 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117ba5', endColorstr='#005e84',GradientType=0 ); /* ie */
}

div.list-button-bar a:hover {
	background-color: #b10b2f; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5173e), color-stop(100%,#b10b2f)); /* webkit */
	background: -ms-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5173e', endColorstr='#b10b2f',GradientType=0 ); /* ie */
}

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

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

.list-table {
	margin-top:1em;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.list-table-header {
	background-color: #005e84; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #117ba5 50%, #005e84 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117ba5), color-stop(100%,#005e84)); /* webkit */
    background: -ms-linear-gradient(top, #117ba5 0%, #005e84 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117ba5', endColorstr='#005e84',GradientType=0 ); /* ie */
}

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: #F0F6F9;
	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 #005e84;
	
	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 #005e84;
}

/* 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;
	text-shadow:1px 1px 1px #86021b;
    
    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; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5173e), color-stop(100%,#b10b2f)); /* webkit */
	background: -ms-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5173e', endColorstr='#b10b2f',GradientType=0 ); /* ie */
}

.list-paginator li a {
	color: white;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	font-weight:bold;
	text-shadow:1px 1px 1px #86021b;
    
    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: #005e84; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #117ba5 0%, #005e84 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117ba5), color-stop(100%,#005e84)); /* webkit */
    background: -ms-linear-gradient(top, #117ba5 0%, #005e84 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117ba5', endColorstr='#005e84',GradientType=0 ); /* ie */
}

.list-paginator li a:hover {
	background-color: #b10b2f; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5173e), color-stop(100%,#b10b2f)); /* webkit */
	background: -ms-linear-gradient(top, #e5173e 0%, #b10b2f 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5173e', endColorstr='#b10b2f',GradientType=0 ); /* ie */
}

/* 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;
}