/*! 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 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*/ .lotusCaption { margin-top:.2em; padding:2px 5px; height:2em; line-height:2em; clear:both; text-align:center; background-color:#fafafa; border:1px solid #eee } .lotusCaption .lotusMeta { font-size:.9em } .lotusCaption select { color:#666 } /***********************************************************/