/*! 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 tree
companion files: tree.css / treeTheme.css
companion files: treeRTL.css / treeThemeRTL.css*/
/*** T R E E ***/ /*needs review - need additional tree visuals from Jason*/

ul.lotusTree, ul.portlet-tree {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:1.5em;
}

.lotusTree ul, .portlet-tree ul {
  margin:0 0 0 14px;
  padding:0;
  list-style-type:none;
}

.lotusTree li, .portlet-tree li {
  margin:0;
  padding:1px 0;
}

.lotusTree a, .portlet-tree a {
  text-decoration:none;
}

.lotusTree a:hover, .lotusTree a:focus, .portlet-tree a:hover, .portlet-tree a:focus {
  text-decoration:underline
}

.lotusTree .lotusIcon {
  margin-right:3px
}

.lotusTree input {
  margin:0 3px 0 0;
  padding:0;
  vertical-align:middle
}

/*this is a specific type of tree*/
.lotusOrgChart ul {
  margin-left:11px
}

.lotusOrgChart li {
  padding:2px 0
}

.lotusOrgChart li a {
  margin:0;
  padding:0 0 5px 20px;
}

.lotusOrgChart .lotusBottom {
  padding:2px 0 5px 20px;
}

.lotusOrgChartTop, .lotusOrgChartMiddle, .lotusOrgChartBottom {
  padding-left:20px;
}

/*the second class definition for each type of node accommodates a div version of the org chart*/
.lotusOrgChart li a, .lotusOrgChartMiddle {
  background:url(../../images/lotusSprite-8bit.png) 0 -3249px no-repeat;
}

.lotusOrgChart a.lotusTop, .lotusOrgChartTop {
  background:url(../../images/lotusSprite-8bit.png) 0 -3477px no-repeat;
}

.lotusOrgChart .lotusBottom, .lotusOrgChartBottom {
  background:url(../../images/lotusSprite-8bit.png) 0 -3016px no-repeat;
}

/*images off adjustments*/
.lotusImagesOff ul.lotusTree, .lotusImagesOff .lotusTree ul * {
  list-style-type:square;
}

.lotusImagesOff .lotusOrgChart li a, .lotusImagesOff .lotusBottom {
  padding-left:0 !important;
}


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