/*! 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 feeds
companion files: feeds.css / feedsTheme.css
companion files: feedsRTL.css / feedsThemeRTL.css*/
/*** F E E D S **/
/*the feed links under the content*/

.lotusFeeds {
  margin:5px 10px;
}

.lotusFeeds a.lotusFeed {
  padding-left:20px;
  margin-right:7px;
  background:url(../../images/lotusSprite-8bit.png) 0 -2371px no-repeat;
  display:-moz-inline-box;
  display:inline-block;
  zoom:1;
  min-height:16px/*ff2 fix*/
}

.lotusImagesOff .lotusFeeds a.lotusFeed {
  padding-left:0
}


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