<!--

  File version  $Revision: 9 $
  Last modified $Date    :  $

  Papirfly extensions/additions to "xtree.css":
  Please avoid making changes to the original file; make your changes here and make sure that
  this file gets included after the original.

  NB! I hope you remember to branch this file in SourceSafe before making your changes!
-->

.webfx-tree-container {
  margin-left:0px;
  padding: 0px;
  font: icon;
  white-space: nowrap;
  display:  block;
}

.webfx-tree-item {
  padding: 0px;
  margin-left: -20px;
  font: icon;
  white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
  margin-left: 0px;
  padding: 1px 2px 1px 2px;
}



.webfx-tree-icon {
  width: 4px;
  height: 15px;
  margin-right: 5px;
  vertical-align: text-bottom; 
}

	

.ptn-tree-menu .folder .webfx-tree-icon,
.ptn-tree-menu .dokument .webfx-tree-icon,
.ptn-tree-menu .link .webfx-tree-icon,
.ptn-tree-menu .level2-folder .webfx-tree-icon,
.ptn-tree-menu .level2-dokument .webfx-tree-icon,
.ptn-tree-menu .level2-link .webfx-tree-icon, {
visibility: visible;
width: 4px;
height: 15px;
}

.ptn-tree-menu .level3-folder .webfx-tree-icon,
.ptn-tree-menu .level3-dokument .webfx-tree-icon,
.ptn-tree-menu .level3-link .webfx-tree-icon  {
visibility: visible;
width: 4px;
height: 15px;
margin-left: 10px;
}

.ptn-tree-menu .level1-folder {	font-family: Arial, Helvetica, sans-serif; color: #007e49; font-size: 11px; 
padding-top: 10px; background-image: url(../images/dot.jpg); background-repeat: repeat-x; background-position: bottom; 
padding-bottom: 6px; display: block; font-weight: bold; margin-right: 10px;}
.ptn-tree-menu .level1-folder a:link, .ptn-tree-menu .level1-folder a:active, .ptn-tree-menu .level1-folder a:visited 
{	font-family: Arial, Helvetica, sans-serif; color: #007e49; font-size: 11px; text-decoration: none; font-weight: bold; }

.ptn-tree-menu .level1-link {	font-family: Arial, Helvetica, sans-serif; color: #007e49; font-size: 11px; padding-top: 10px; 
font-weight: bold; border-bottom: 1px solid #dfdfdf; }
.ptn-tree-menu .level1-link a:link, .ptn-tree-menu .level1-link a:active, .ptn-tree-menu .level1-link a:visited 
{	font-family: Arial, Helvetica, sans-serif; color: #007e49; font-size: 11px; text-decoration: none; font-weight: bold; }


.ptn-tree-menu .level2-folder { font-size: 11px; color: black; text-decoration: none;  }
.ptn-tree-menu .level2-folder a:link, .ptn-tree-menu .level2-folder a:active, .ptn-tree-menu .level2-folder a:visited 
{	font-size: 11px; color: black; text-decoration: none; font-weight: bold; }
.ptn-tree-menu .level2-link a:link, .ptn-tree-menu .level2-link a:active, .ptn-tree-menu .level2-link a:visited 
{	font-size: 11px; color: black; text-decoration: none; font-weight: bold; }
.ptn-tree-menu .level2-folder a:hover { font-size: 11px; color: black; text-decoration: underline; font-weight: bold; }

.ptn-tree-menu .level3-folder { font-size: 11px; color: black; text-decoration: none;  }
.ptn-tree-menu .level3-folder a:link, .ptn-tree-menu .level3-folder a:active, .ptn-tree-menu .level3-folder a:visited 
{	font-size: 11px; color: black; text-decoration: none; font-weight: normal; }
.ptn-tree-menu .level3-link a:link, .ptn-tree-menu .level3-link a:active, .ptn-tree-menu .level3-link a:visited 
{	font-size: 11px; color: black; text-decoration: none; font-weight: normal; }
.ptn-tree-menu .level3-folder a:hover { font-size: 11px; color: black; text-decoration: underline; font-weight: normal; }



