/*! 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 tabs
companion files: tabs.css / tabsTheme.css
companion files: tabsRTL.css / tabsThemeRTL.css*/
/*** T A B S ***/
/*tabs are used in content area and titlebar.  The style adjustments needed for the titlebar are grouped with the titleBar styles*/





.lotusTabs li, .portlet-tab li {
  margin:0 2px 0 0;
  padding:0;
  background-color:#fff;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  /*border-color:#d9d9d9 #d9d9d9 #bababa*/
}

/*.lotusTabs li.lotusSelected, .portlet-tab li.lotusSelected {
  border-color:#bababa #bababa #fff
}*/


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