/*! 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 section
companion files: section.css / sectionTheme.css
companion files: sectionRTL.css / sectionThemeRTL.css*/
/*S E C T I O N */
/*this is used to space out different elements in all three columns*/
/*a section contains a header*/



.lotusSection, .portlet-section {
  margin:0 0 20px;
  padding:0;
  border-width:0;
  width:auto;
}

.lotusSection h2, .dijitTitlePaneTitle, .portlet-section h2 {
  margin-bottom:0;
  padding:4px 5px 6px;
  font-size:1em;
  color:#000;
  box-shadow:#eee 0 3px 5px;
  -webkit-box-shadow:#eee 0px 3px 5px;
  -moz-box-shadow:#eee 0 3px 5px;
  border:1px solid #ccc;
  background-color:#f4f4f4;
  background-image:none;
  background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));
  background-position:left top;
  border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -webkit-border-radius:3px 3px 0 0;
}

.lotusSection .lotusDragHandle {
  left:0
}

.lotusSection .lotusChunk h3 {
  margin-top:5px
}

.lotusSection .lotusSectionBody, .portlet-section .lotusSectionBody {
  margin:0;
  padding:5px 5px 5px 10px;
  border-width:0 1px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  background-color:#fff;
  box-shadow:#eee 0 3px 5px;
  -webkit-box-shadow:#eee 0 3px 5px;
  -moz-box-shadow:#eee 0 3px 5px;
}

.lotusSection .lotusChunk {
  margin-top:0;
  margin-bottom:5px
}


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