/*! 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 widget
companion files: widget.css / widgetTheme.css
companion files: widgetRTL.css / widgetThemeRTL.css*/
/*** W I D G E T ***/

.lotusWidget {
  margin:0 10px 10px 5px;
  border:1px solid #ccc
}

.lotusWidgetPlain {
  border-width:0
} /*the title bar shows up on hover*/

.lotusWidgetPlain:hover h2, .lotusWidgetPlain:focus h2 {
  display:block
}

.lotusWidget h2, .lotusWidget h3 {
  zoom:1
} /*sets hasLayout in IE*/

.lotusWidget h2 {
  padding:4px 3px 4px 10px;
  border-bottom:1px solid #ccc;
  background-color:#f4f4f4;
  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;
  background-repeat:repeat-x;
  overflow:hidden;
  cursor:move;
}

.lotusWidgetPlain h2 {
  display:none;
  border-width:1px;
  border-style:solid;
  border-color:#ccc
}

.lotusWidget .lotusWidgetBody h2 {
  border-width:0;
  background-image:none
}

.lotusWidget h2 img {
  margin-left:3px
}

.lotusWidget h2 .lotusDivider {
  float:right
}

.lotusWidget h3 {
  padding:4px 10px;
  overflow:hidden;
  color:#444;
  border-bottom:1px solid #eee;
  line-height:1em;
  height:1.3em;
  font-size:1em;
  font-weight:normal
}

/*.lotusWidget h3 a {
  padding:4px 0 5px 0
}*/

.lotusWidget h3 a.lotusAction {
  font-size:.9em;
  padding:4px 0 5px 0
}

.lotusWidget .lotusWidgetBody {
  clear:both;
  padding:3px 0;
}

.lotusWidgetBody .lotusSection {
  margin-top:0px;
}

.lotusWidgetBody div.lotusChunk {
  margin-top:5px;
  clear:both;
  zoom:1
}

.lotusWidget .lotusWidgetFooter {
  padding:4px 10px;
  border-top:1px solid #eee;
  height:1.3em;
  clear:both
}

.lotusWidgetFooter ul.lotusVCard {
  margin-left:95px;
  margin-top:5px
}

.lotusWidgetFooter img {
  vertical-align:top
}

.lotusWidget .lotusWidgetSearch {
  padding:5px 10px 0 10px
}

.lotusWidgetSearch img {
  padding-right:10px
}

/*paging controls within a widget*/
.lotusWidget .lotusWidgetFooter .lotusPaging {
  padding:2px 0;
  font-size:1em;
  line-height:1em;
  border-width:0;
  background-color:transparent
}

.lotusWidget .lotusPaging div {
  padding-left:0
}

/*scrolling*/
.lotusWidget .lotusWidgetScroll {
  overflow:hidden;
  clear:both;
}

.lotusWidget .lotusWidgetScroll a {
  margin:3px auto
}

.lotusImagesOff .lotusWidget .lotusWidgetScroll {
  overflow:visible;
  padding-bottom:3px
}

/*action menu icon*/
.lotusWidget h2 a.lotusIcon {
  float:right;
  width:18px;
  height:18px;
  background-repeat:no-repeat
} /*this is the action menu icon*/

.lotusImagesOff .lotusWidget h2 a.lotusIcon {
  font-size:.8em;
  font-weight:normal;
  width:auto;
  height:auto
} /*settings for alternate text*/

.lotusWidget h2 a.lotusActionMenu {
  background-image:url(../../images/lotusSprite-8bit.png);
  background-position:3px -1909px
}

.lotusWidget h2 a.lotusActionMenu:hover, .lotusWidget h2 a.lotusActionMenu:focus {
  background-position:3px -1999px
}

/*add any additional buttons you need to expose here*/





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