/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
*
/* the style of the div around each node */
/*.ygtvitem  sprit{ border: 0px solid grey; }  */

.ygtvitem {
/*	border: 0px solid #ffffff /*050505*/;
	background-image: url(../../img/opcao-fundo3.PNG) no-repeat;/**/ /*Sem efeito*/
/*	background: url(opcao-fundo.PNG); /* -1px 2px no-repeat; /**/
}  

.ygtvitem  table{
    margin-bottom:0;
}
.ygtvitem  td {
    border:none;
	padding:0;
} 

/* first or middle sibling, no children */
.ygtvtn {
	width:1em; 
	height:20px;
	background:none;
}

/* first or middle sibling, collapsable */
.ygtvtm {
	width:1em; 
	height:20px; 
	cursor:pointer ;
	background: url(sprite-menu.gif) -1px 2px no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh {
	width:1em; 
	height:20px; 
	cursor:pointer ;
	background: url(sprite-menu.gif) -1px -77px no-repeat; 
}

/* first or middle sibling, expandable */
.ygtvtp {
	width:1em; 
	height:20px; 
	cursor:pointer ;
	background: url(sprite-menu.gif) -1px -315px no-repeat; 
}

/* first or middle sibling, expandable, hover */
.ygtvtph {
	width:1em; 
	height:20px; 
	cursor:pointer;
	background: url(sprite-menu.gif) -1px -395px no-repeat; 
}

/* last sibling, no children */
.ygtvln {
	width:1em; 
	height:20px; 
	background:none
	background-image: url(../../img/menu.ponto.jpg);
}

/* Last sibling, collapsable */
.ygtvlm {
	width:1em; 
	height:20px; 
	cursor:pointer;
	background: url(sprite-menu.gif) -1px 2px no-repeat; 
}

/* Last sibling, collapsable, hover */
.ygtvlmh {
	width:1em;
	height:20px; 
	cursor:pointer;
	background: url(sprite-menu.gif) -1px -77px no-repeat; 
}

/* Last sibling, expandable */
.ygtvlp { 
	width:1em; height:20px; 
	cursor:pointer;
	background: url(sprite-menu.gif) -1px -315px no-repeat; 
}

/* Last sibling, expandable, hover */
.ygtvlph { 
	width:1em; 
	height:20px;
	cursor:pointer ;
	background: url(sprite-menu.gif) -1px -395px no-repeat; 
}

/* Loading icon */
.ygtvloading { 
	width:1em;
	height:20px; 
	background: url(treeview-loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { 
	width:1em; 
	height:20px; 
	background:none;
}

.ygtvblankdepthcell { 
	width:1em; 
	height:20px;
}


/* the style of the div around each node's collection of children */
.ygtvchildren {
	background-image: url(../../img/opcao-fundo4.PNG);/**/
}  

* html .ygtvchildren { height:2%; 
/*	background-image: url(../../img/opcao-fundo4.PNG) no-repeat;/**/  /*Sem efeito*/
}  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited { 
	margin-left:1px;
	text-decoration: none;
	border:			 none;/*0px solid #ffffff;*/
/*	background-color:none;*/
	color:			#fdfdfe;/**/
/*	background-image: url(../../img/menu.ponto1.gif);*/
/*    background-color: white; /* workaround for IE font smoothing bug */
}

.ygtvlabel:hover{
    color:#000000/*#0033CC;*/
}

.ygtvspacer {
	height: 20px; 
	width: 17px; 
/*	background-image: url(../../img/menu.ponto1.gif);/**/*/
/*	width: 1em;*/
}
img#src {
	border:	hidden;
}