/*! Licensed Materials - Property of IBM.
    (c) Copyright IBM Corporation 2001, 2009.  All Rights Reserved.
    U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This CSS was built on April 30 2010. (version: OneUI-2.1.0_149_20100430-1512)
these are the styles for paging
companion files: paging.css / pagingTheme.css
companion files: pagingRTL.css / pagingThemeRTL.css*/
/*** P A G I N G ***/
/*these are the page bars at the top and bottom of a table/list of entries*/

.lotusPaging {
  margin-top:2px;
  padding:2px 5px;
  height:2em;
  line-height:2em;
  clear:both;
  text-align:center;
  font-size:.9em;
  background-color:#fafafa;
  border:1px solid #eee
}

.lotusPaging a, .lotusPaging a:visited {
  font-weight:bold !important;
}

.lotusPaging input {
  width:20px;
  text-align:center;
  font:inherit;
  line-height:1em;
}

.lotusui_ie .lotusPaging input {
  line-height:1.4em
}

.lotusPaging div, .lotusPaging .lotusInlinelist li.lotusFirst {
  padding-left:5px
}

.lotusPaging .lotusInlinelist li {
  padding:0 6px;
  border-color:#8d8d8d;
}

.lotusPaging .lotusInlinelist li.lotusLast {
  padding-left:0
}






/***********************************************************/