/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn {  background: url(/images/yui/treeview/folders/tn.gif) 0 0 no-repeat; width:17px; height:24px; }

/* first or middle sibling, collapsable */
.ygtvtm {  background: url(/images/yui/treeview/folders/tm.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh {  background: url(/images/yui/treeview/folders/tmh.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp {  background: url(/images/yui/treeview/folders/tp.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph {  background: url(/images/yui/treeview/folders/tph.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* last sibling, no children */
.ygtvln {  background: url(/images/yui/treeview/folders/ln.gif) 0 0 no-repeat; width:17px; height:24px; }

/* Last sibling, collapsable */
.ygtvlm {  background: url(/images/yui/treeview/folders/lm.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh {  background: url(/images/yui/treeview/folders/lmh.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp {  background: url(/images/yui/treeview/folders/lp.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(/images/yui/treeview/folders/lph.gif) 0 0 no-repeat; width:34px; height:24px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(/images/yui/treeview/folders/loading.gif) 0 0 no-repeat; width:16px; height:24px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url(/images/yui/treeview/folders/vline.gif) 0 0 no-repeat; width:17px; height:24px; }

.ygtvblankdepthcell { width:17px; height:22px; }

/* the style of the div around each node */
.ygtvitem { }  

.ygtvitem  table{
    margin-bottom:0;
}
.ygtvitem  td {
    border:none;padding:0;
} 



/* 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 { 
	margin-left:2px;
	text-decoration: none;
}

.icon-folder {
	background-color: transparent;
	background-image: url('/classes/Layout/Style/yui/treeview/folders/folder.gif');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-left: 20px !important;
}


.contextMenu {
    border-left: 4px solid #aaa;
}

.contextMenuItem140 {
    font-size: 11px;
    width: 140px;
}

.contextMenuItem160 {
    font-size: 11px;
    width: 160px;
}

.contextMenuItem180 {
    font-size: 11px;
    width: 180px;
}

.contextMenuItemGeneric {
    height: 22px;
}

.contextMenuItemEdit {
    display: block;
    height: 22px;
    background: transparent url(/images/DocumentEdit.gif) no-repeat;
    background-position: 4px 0;
}

.contextMenuItemNew {
    display: block;
    height: 22px;
    background: transparent url(/images/DocumentAdd.gif) no-repeat;
    background-position: 4px 0;
}

a.yuimenuitemlabel {
    margin-left: 4px;
}

.contextMenuItemDelete {
    display: block;
    height: 22px;
    background: transparent url(/images/delete.gif) no-repeat;
    background-position: 4px 0;
}

.contextMenuItemClipboard {
    display: block;
    height: 22px;
    background: transparent url(/images/clipboard.gif) no-repeat;
    background-position: 4px 0;
}

a:focus, a:hover {

	text-decoration: none;

}
