/*! Licensed Materials - Property of HCL Technologies Limited.
    (c) Copyright HCL Technologies Limited 2007, 2020.  All Rights Reserved.
    
This CSS was built on August 16 2012. (version: OneUI-3.0.3_20120816-1522)
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*/



.lotusui30 .lotusTabs li {
  padding:0;
  background-color:#fff;
  border-color:#ccc;
}

.lotusui30 .lotusTabs li.lotusSelected {
  border-color:#aaa #aaa #fff;
}




.lotusui30 .lotusTabs a, .lotusui30 .lotusTabs a:visited {
  font-size:.9em;
  color:#666;
}

.lotusui30 .lotusTabs a:hover, .lotusui30 .lotusTabs a:focus {
  color:#000;
}


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