/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn  { background: url(../VoteSurvey/assets/tn.gif) no-repeat; width: 16px; height: 22px }

/* first or middle sibling, collapsable */
.ygtvtm  { background: url(../VoteSurvey/assets/tm.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* first or middle sibling, collapsable, hover */
.ygtvtmh  { background: url(../VoteSurvey/assets/tmh.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* first or middle sibling, expandable */
.ygtvtp  { background: url(../VoteSurvey/assets/tp.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* first or middle sibling, expandable, hover */
.ygtvtph  { background: url(../VoteSurvey/assets/tph.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* last sibling, no children */
.ygtvln  { background: url(../VoteSurvey/assets/ln.gif) no-repeat; width: 16px; height: 22px }

/* Last sibling, collapsable */
.ygtvlm  { background: url(../VoteSurvey/assets/lm.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* Last sibling, collapsable, hover */
.ygtvlmh  { background: url(../VoteSurvey/assets/lmh.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* Last sibling, expandable */
.ygtvlp  { background: url(../VoteSurvey/assets/lp.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* Last sibling, expandable, hover */
.ygtvlph  { background: url(../VoteSurvey/assets/lph.gif) no-repeat; cursor: pointer; width: 16px; height: 22px }

/* Loading icon */
.ygtvloading  { background: url(../VoteSurvey/assets/loading.gif) no-repeat; width: 16px; height: 22px }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell  { background: url(../VoteSurvey/assets/vline.gif) no-repeat; width: 16px; height: 22px }

.ygtvblankdepthcell { width:16px; height:22px; }

/* the style of the div around each node */
.ygtvitem { }  

/* the style of the div around each node's collection of children */
.ygtvchildren {  }  
* html .ygtvchildren { height:2%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
    background-color: white;
}

.ygtvspacer { height: 10px; width: 10px; margin: 2px; }
