/*! 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 help
companion files: help.css / helpTheme.css
companion files: helpRTL.css / helpThemeRTL.css*/
/*** P O P U P   H E L P ***/ 

.lotusui30 .lotusHelp {
  
	margin:0;
  padding:5px;
  position:absolute;
  width:200px;
  
	background-color:#ffffe1;
  border:1px solid #ccc;
  
	-webkit-box-shadow:0 2px 5px #eee;
  -moz-box-shadow:0 2px 5px #eee;
  box-shadow:0 2px 5px #eee;
  
	overflow:hidden;
}

.lotusui30 .lotusHelp .lotusHelpHeader {
  margin:5px 3px 0 5px;
  float:left;
  overflow:hidden;
}

.lotusui_ie .lotusui30 .lotusHelp .lotusHelpHeader {
  margin-top:1px;
}

.lotusui30 .lotusHelp .lotusHeading {
  font-size:1.1em;
  color:#222;
  font-weight:bold;
}

.lotusui30 .lotusHelp p {
  padding:0 0 5px 5px;
  line-height:1.5;
  /*this line-height is important for alignment and needs to be here in case this winds up on a page with a different line-height*/
}

.lotusui30 .lotusMedium {
  width:300px;
} /*you can put this as an additional class to set the width to 300 pixels*/




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