/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/*
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 { }  

table.ygtvtable {
  margin-bottom:0; 
	border:none;
	border-collapse:collapse;
}

/*.ygtvitem td {*/
td.ygtvcell {
    border: none; 
	padding: 0;
}
a.ygtvspacer {
	text-decoration:none;
	outline-style:none;
}


/* first or middle sibling, no children */
.ygtvtn {
    width:18px; height:22px; 
    background: transparent url('../../template/wizardlearning/images/bullet.gif') no-repeat 3px 1px;
	cursor:pointer ;
}

/* first or middle sibling, collapsable */
.ygtvtm {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opened.gif') no-repeat 3px 1px;
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh,.ygtvtmhh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opened.gif') no-repeat 3px 1px;
}

/* first or middle sibling, expandable */
.ygtvtp {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opener.gif') no-repeat 3px 1px;
}

/* first or middle sibling, expandable, hover */
.ygtvtph ,.ygtvtphh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opener.gif') no-repeat 3px 1px;
}

/* last sibling, no children */
.ygtvln {
    width:18px; height:22px; 
    background: transparent url('../../template/wizardlearning/images/bullet.gif') no-repeat 3px 1px;
	cursor:pointer ;
}

/* Last sibling, collapsable */
.ygtvlm {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opened.gif') no-repeat 3px 1px;
}

/* Last sibling, collapsable, hover */
.ygtvlmh,.ygtvlmhh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opened.gif') no-repeat 3px 1px;
}

/* Last sibling, expandable */
.ygtvlp { 
    width:18px; height:22px; 
    cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opener.gif') no-repeat 3px 1px;
}

/* Last sibling, expandable, hover */
.ygtvlph,.ygtvlphh { 
    width:18px; height:22px; cursor:pointer ;
    background: transparent url('../../template/wizardlearning/images/bullet_opener.gif') no-repeat 3px 1px;
	cursor:pointer ;
}

/* Loading icon */
.ygtvloading { 
    width:18px; height:22px; 
    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:18px; height:22px; 
    background: none; 
}

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


/* 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: transparent; /* workaround for IE font smoothing bug */
	cursor:pointer;
}

.ygtvcontent {
	cursor:default;
}

.ygtvspacer { height: 22px; width: 18px; }

.ygtvfocus {
	border: none;
}
.ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
}

.ygtvfocus  a  {
	outline-style:none;
	color: #000!important;
}
.demolink {
	font-size: 10px;
	background: transparent url('../../template/wizardlearning/images/smallbevel.gif') no-repeat center right!important;
	width: 100%!important;
	height: 14px;
	text-align: center;
	padding-top: 3px;
}
.demolink a {
	width: 60px!important;
	height: 14px;
	display: block;
}
li.demolink a {
	float: right;
}
.demolink .ygtvln, .demolink .ygtvtn {
	text-align: right;
	width: 100%;
	background: none;
}
.demolink .ygtvlabel {
	width: 60px;
	height: 14px;
	display: block;
	padding: 3px;
	text-align: center;
}