﻿
  div.Tree{
  }
  div.Tree a{

  padding-left:20px;
  padding-bottom:2px;

  text-decoration: none;
  vertical-align:middle;
  color: #000;
  }

  div.Tree a.folder{
  background: url('<xsl:value-of select="$SynkronViaResources"/>/SystemIcons/si41.gif') no-repeat
  }

  div.Tree a.file{
  background: url('<xsl:value-of select="$SynkronViaResources"/>/SystemIcons/si46.gif') no-repeat
  }

  div.Tree ul{
  list-style: none;
  }
  div.Tree li
  {
	 backgound-color: blue;
  }

  div.Tree A.tool {
  padding:0;
  margin:0;
  }
  div.Tree A.tool IMG {
  height:16px;
  width:16px;
  border:0;
  margin-left:5px;
  }

  .validationError {
  color: red;
  }

