/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.ygtvitem table {
	margin-bottom:0;
	border:none;
}
.ygtvitem td {
	border:none;
	padding:0;
}
.ygtvtn {
	width:18px;
	height:22px;
	background:url(treeview-sprite.gif) 0 -5600px no-repeat;
}
.ygtvtm {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -4000px no-repeat;
}
.ygtvtmh {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -4800px no-repeat;
}
.ygtvtp {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -6400px no-repeat;
}
.ygtvtph {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -7200px no-repeat;
}
.ygtvln {
	width:18px;
	height:22px;
	background:url(treeview-sprite.gif) 0 -1600px no-repeat;
}
.ygtvlm {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 0 no-repeat;
}
.ygtvlmh {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -800px no-repeat;
}
.ygtvlp {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -2400px no-repeat;
}
.ygtvlph {
	width:18px;
	height:22px;
	cursor:pointer;
	background:url(treeview-sprite.gif) 0 -3200px no-repeat;
}
.ygtvloading {
	width:18px;
	height:22px;
	background:url(treeview-loading.gif) 0 0 no-repeat;
}
.ygtvdepthcell {
	width:18px;
	height:22px;
	background:url(treeview-sprite.gif) 0 -8000px no-repeat;
}
.ygtvblankdepthcell {
	width:18px;
	height:22px;
}
* html .ygtvchildren {
	height:2%;
}
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
	margin-left:2px;
	text-decoration:none;
}
.ygtvspacer {
	height:22px;
	width:12px;
}
.ygtvfocus {
	background-color:#c0e0e0;
}
.ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
	
}
.ygtvok {
	width:18px;
	height:22px;
	background:url(treeview-sprite.gif) 0 -8800px no-repeat;
}
.ygtvok:hover {
	background:url(treeview-sprite.gif) 0 -8844px no-repeat;
}
.ygtvcancel {
	width:18px;
	height:22px;
	background:url(treeview-sprite.gif) 0 -8822px no-repeat;
}
.ygtvcancel:hover {
	background:url(treeview-sprite.gif) 0 -8866px no-repeat;
}
.ygtv-label-editor {
	background-color:#f2f2f2;
	border:1px solid silver;
	position:absolute;
	display:none;
	overflow:hidden;
	margin:auto;
}
.ygtv-edit-TextNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok {
	border:none;
}
.ygtv-edit-TextNode .ygtv-button-container {
	display:inline-block;
}
.ygtv-edit-TextNode .ygtv-input {
	float:left;
}
.ygtv-edit-DateNode .ygtvcancel {
	border:none;
}
.ygtv-edit-DateNode .ygtvok {
	display:none;
}
.ygtv-edit-DateNode .ygtv-button-container {
	width:100%;
	text-align:right;
}
