﻿/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. *//* first or middle sibling, no children */.ygtvtn {background: transparent url('/../../internet/newcheckbox/tn.gif') no-repeat scroll 0 0; 
width:16px; height:22px; }

/* first or middle sibling, collapsable */
.ygtvtm {background: transparent url('/../../internet/newcheckbox/tm.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh {background: transparent url('/../../internet/newcheckbox/tmh.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* first or middle sibling, expandable */
.ygtvtp {background: transparent url('/../../internet/newcheckbox/tp.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* first or middle sibling, expandable, hover */
.ygtvtph {background: transparent url('/../../internet/newcheckbox/tph.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* last sibling, no children */
.ygtvln {background: transparent url('/../../internet/newcheckbox/ln.gif') no-repeat scroll 0 0; 
width:16px; height:22px; }

/* Last sibling, collapsable */
.ygtvlm {background: transparent url('/../../internet/newcheckbox/lm.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* Last sibling, collapsable, hover */
.ygtvlmh {background: transparent url('/../../internet/newcheckbox/lmh.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* Last sibling, expandable */
.ygtvlp { background: transparent url('/../../internet/newcheckbox/lp.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* Last sibling, expandable, hover */
.ygtvlph { background: transparent url('/../../internet/newcheckbox/lph.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

/* Loading icon */
.ygtvloading { background: transparent url('/../../internet/newcheckbox/loading.gif') no-repeat scroll 0 0; 
width:16px; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: transparent url('/../../internet/newcheckbox/vline.gif') no-repeat scroll 0 0; 
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:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
  color:white;
	margin-left:2px;
	text-decoration: none;
	font-size:12px;	
	
}

.ygtvcheck0 { background: transparent url('/../../internet/newcheckbox/check0.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}
.ygtvcheck1 { background: transparent url('/../../internet/newcheckbox/check1.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}
.ygtvcheck2 { background: transparent url('/../../internet/newcheckbox/check2.gif') no-repeat scroll 0 0; 
width:16px; height:22px; cursor:pointer
}

%