/*! 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 the footer (layout)
companion files: footer.css / footerTheme.css
companion files: footerRTL.css / footerThemeRTL.css*/
/*** F O O T E R ***/
/*this sits at the bottom of the UI and contains a lot of support links, like help and about*/



.lotusFooter {
  margin:5px 0;
  padding:0 5px;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-border-radius:0;
  background-image:none;
  background-color:transparent;
  border-width:0;
}

.lotusFooter th, .lotusFooter td {
  border-right-width:0
}

.lotusFooter table {
  width: auto;
  margin:5px auto
}

.lotusFooter table td {
  padding:0;
  display:inline;
}

.lotusFooter table td ul, .lotusFooter table td ul li {
  display:inline;
}

.lotusFooter table td ul a {
  display:inline;
  padding:5px 8px 7px;
  color:#878d92
}

.lotusFooter table th {
  display:none;
}


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