/*! 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:5px 0;
  padding:1px 5px 3px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

.lotusPaging, .lotusPaging ul li, .lotusPaging div, .lotusPaging input {
  color:#848484;
}


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