

.trigger, .branch, .leaf
{
  cursor: pointer;
  color:#000000;
}

.branch, .leaf
{
  margin-left:16px;
}

.leafholder
 {
 	padding-bottom:5px;
 }

.leaf
{
	padding-left:20px;
	background-image: url('../images/video-icon.gif');
	background-repeat:no-repeat;
	background-position:left center;
}

.trigger img, .branch img
{
      height:22px;
      width:24px; 
      border: none 0px;
      padding: 0px 0px 0px 0px;
}

.trigger a, .branch a
{
  text-decoration: none;
  color: #680b02;
  cursor:default;
}

.trigger a:hover, .branch a:hover
{
  text-decoration: underline;
  color:#854B01;
  cursor:hand;
  cursor:pointer;
}

div#treeView
{
    height:300px;
    padding: 10px 10px 10px 10px; 
    overflow:auto; 
    overflow-x:auto; 
    overflow-y:auto;
    /*
    scrollbar-base-color:  #F6C157;*/
}
