/*! 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 tables
companion files: tables.css / tablesTheme.css
companion files: tablesRTL.css / tablesThemeRTL.css*/
/*** T A B L E S ***/
/*layout table*/
/*note, if you need to use the structure of a relative div containing an absolute div within a layout table, be aware that Safari will only show the portion of your absolute div that is within the table area.  This is by design.*/
/*there is no cellpadding built into these tables. Used judiciously for complex layouts.*/
/*using child descenders to scope styles only to the layout table and not any nested tables*/





.lotusInfoTable {
  -moz-border-radius:3px;
  background-color:#fff;
  box-shadow:0 2px 5px #eee;
  -webkit-box-shadow:0 2px 5px #eee;
  -moz-box-shadow:0 2px 5px #eee
}

.lotusTable td, .lotusTable th.lotusRowHeader, .lotusTable th.lotusSubHeader, .lotusTable .lotusLast td, .lotusTable .lotusLast th.lotusRowHeader {
  border-width:0
}

.lotusTable .lotusAltRow td, .lotusTable .lotusAltRow th.lotusRowHeader {
  background-color:transparent
}


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