/*! 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 captions
companion files: caption.css / captionTheme.css
companion files: captionRTL.css / captionThemeRTL.css*/
/*** C A P T I O N ***/
/*provides a gray background for a caption above another component*/

.lotusui30 .lotusCaption {
  margin-top:.2em;
  padding:2px 5px;
  height:2em;
  line-height:2;
  clear:both;
  text-align:center;
  background-color:#fafafa;
  border:1px solid #ccc;
}

.lotusui30 .lotusCaption select {
  color:#666;
}


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