div.list-button-bar-top {
	padding-top: 5px;
	padding-bottom: 10px;
}
div.list-button-bar-bottom {
	padding-top: 10px;
}


table.list-table {
	border-collapse: collapse;
	border: 1px solid #B5B5B5;	
}

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

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

th.list-table, th.list-table-narrow, .list-table th {
	/*padding: 8px 16px;*/
	border-bottom: 3px solid #d6d6d6;
	background-color: #CCCCCC;
	color: #232323;
	font-weight: bold;
}

th.list-table a {
	color: #235C96;
	font-weight: bold;
}

th.list-table a:hover {
  color: #3363EE;
  font-weight: bold;
}

th.list-table img {
	margin: 0px;
	padding: 0px;
	float: none;
}

.list-table tr.even, .list-tiny tr.even {
	background-color: #E1E1E1; /* E1E1E1 very light gray */
}

.list-table tr.odd, .list-tiny tr.odd {
	background-color: #F2F2F2; /* F2F2F2 white */
}

.list-table tr.even:hover, .list-tiny tr.even:hover {
	background-color: #D1F1D1; /* D1F1D1 light green */
}

.list-table tr.odd:hover, .list-tiny tr.odd:hover {
	background-color: #D1F1D1; /* D1F1D1 light green */
}

td.list-table, td.list-table-narrow, .list-table td {
	padding: 3px 2px;
	border-bottom: 1px solid #B5B5B5;
	color: #555555;
}

td.list-table a {
	color: #333333;
}

td.list-table a:hover {
  color: #235C96;
}

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

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

/* pagination ------------------------------------------ */
div.list-paginator-top {
  padding-bottom: 5px;
  padding-top: 8px;
  text-align: center;
}

div.list-paginator-bottom {
	padding-top: 15px;
    text-align: center;
}

.list-paginator li {
	border: 1px solid #f00;
	background-color: white;
	border: 1px solid #FFF;
	padding: 4px !important;
}

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

.list-paginator li.current {
	background-color: #e5e5e5;
	border: 1px solid #999;
	padding: 4px !important;
}

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

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

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

.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: #bbbbbb;
}

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: middle;
  padding-left: 10px;
}
