/*! 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 tables
companion files: tables.css / tablesTheme.css
companion files: tablesRTL.css / tablesThemeRTL.css*/
/*** T A B L E S ***/



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

.lotusui30 .lotusInfoTable td, .lotusui30 .lotusInfoTable th {
  border-width:0;
}

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






.lotusui30 .lotusTable .lotusForm2 {
  background:none;
   margin-top:15px;
   margin-bottom:15px;
   border-width:5px 0;
   border-color:#f0f0f0;
   border-style:solid;
}

.lotusui30 .lotusTable .lotusForm2 .lotusFormTitle .lotusHeading {
  margin-top:0;
}

.lotusui30 .lotusTable .lotusForm2 .lotusFormFooter {
  border:0;
   padding-top:0;
   padding-bottom:15px;
}

.lotusui30 .lotusTable .lotusForm2 .lotusMessage2 {
  top:0;
   margin-bottom:0;
}


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