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

div.list-button-bar-bottom {
	line-height:250%;
        padding-top: 10px;
}

table.list-table {
  font-family: tahoma, verdana, helvetica; 
  border-collapse: collapse;
  font-size: 85%;
}
table.list-tiny {
  font-family: tahoma, verdana, helvetica; 
  font-size: 75%;
  border-collapse: collapse;
}

p.list-row {
  font-family: tahoma, verdana, helvetica; 
  font-size: 85%;
}

span.list-label {
  color: #6f6f6f;
}


tr.list-header {
  background-color: #e5f1fa !important; 
  background-image:url(FLimgs/bklisth.gif);
  background-repeat:repeat-x;
}

.list-table tr.list-subheader {
  background-color: white; 
  font-weight: bold;
  /*border-top: 3px solid #A0BDEB;*/
  /*border-bottom: 1px solid #A0BDEB;*/
}

tr.list-even {
  background-color: white;
}
tr.list-odd {
  background-color: #f1f3dc;
}

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

.list-table tr.odd, .list-tiny tr.odd {
	background-color: #f1f3dc;
        color: inherit;
}

tr.list-spacer {
  background-color: #f9f9f9;
}

th.list {
  padding-left: 4px; 
  padding-right: 4px;
  /*border-bottom: 3px solid #A0BDEB;*/
}
th.list-narrow {
  padding-left: 4px; 
  padding-right: 4px;
  /*border-bottom: 3px solid #A0BDEB;*/
}
th.list a {
  color: black;
}
th.list img {
  border-style: none;
}
th.list-narrow a {
  color: black;
}
th.list-narrow img {
  border-style: none;
}

td.list-table {
  padding-left: 5px; 
  padding-right: 10px;
  border-bottom: 1px solid #bfc8d8;
  border-left:  1px solid #bfc8d8;
  border-right: 1px solid #bfc8d8;
}
td.list-table-narrow {
  padding-left: 4px; 
  padding-right: 4px;
  border-bottom: 1px solid #bfc8d8;
  border-left:  1px solid #bfc8d8;
  border-right: 1px solid #bfc8d8;
}

tr.last td {
  border-bottom: 1px solid #bfc8d8;
  border-left:  1px solid #bfc8d8;
  border-right: 1px solid #bfc8d8;
}



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

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

.list-paginator li {
	padding:5px;
}

.list-paginator li {
	border: 1px solid #f00;
	background-color: #fff;
	padding: 2px 4px;
	font-weight: bold;
	border: 1px solid #fff;
	color: inherit;
}

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

.list-paginator li.current {
	background-color: #e5e5e5;
	border: 1px solid #999;
	color: inherit;
}

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


.list-filter { 
  font-size: x-small;
  font-family: tahoma,verdana,arial,helvetica; 
}
tr.list-filter-selected { 
  background-color: #eeeeff;
	color: inherit;
}
span.list-filter-selected { 
	font-weight: bold;
}
.list-filter-header { 
  font-size: 85%; 
  font-family: tahoma,verdana,arial,helvetica; 
  font-weight: bold; 
}
.list-filter-section { 
  font-size: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
  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: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
}
span.list-inline-filter { 
}
span.list-inline-filter-selected { 
  font-weight: bold;
}
a.list-inline-filter { 
}


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

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

