@charset "utf-8";


.staff{
  clear: both;
}

#library{
  width: 100%;
  margin-bottom: 10px;
}

#library th{
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 2px 6px 1px 6px;
  background: #3e7518;
  cursor: pointer; 
  white-space: nowrap;
}

#library th span{
  padding-right: 20px;
background: url(/common/images/sorter.gif) no-repeat right center; 
}

#library th.headerSortUp { 
    background-color: #659138; 
} 

#library th.headerSortUp span{ 
    background: url(/common/images/sorter_up.gif) no-repeat right center; 
} 

#library th.headerSortDown { 
    background-color: #659138; 
} 

#library th.headerSortDown span{
    background: url(/common/images/sorter_down.gif) no-repeat right center; 
}

#library td{
  padding: 6px;
  background: #FFF;
  line-height: 1.4em;
}

#library tbody tr.odd td {
  background :#F0F0F0;
}

h1.libraryList{
   margin-bottom: 0px;
}

#pagerTop,
#pagerBottom{
  position: relative;
  height: 25px;
}

#pagerTop{
  margin-bottom: 5px;
}

.pager{
 position: absolute;
 right: 0;
 top: 0;
  line-height: 1em
}
.pager .previous,
.pager .next{
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer; 
  vertical-align: middle;
}


.pager .pagedisplay{
  margin: 0 10px 0 10px;
}