/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { background: url(/images/sitemap/page/tn.gif) 0 0 no-repeat; width:17px; height:16px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(/images/sitemap/page/tm.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(/images/sitemap/page/tmh.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(/images/sitemap/page/tp.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(/images/sitemap/page/tph.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(/images/sitemap/page/ln.gif) 0 0 no-repeat; width:17px; height:16px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(/images/sitemap/page/lm.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(/images/sitemap/page/lmh.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(/images/sitemap/page/lp.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(/images/sitemap/page/lph.gif) 0 0 no-repeat; width:17px; height:16px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(/images/sitemap/folder/loading.gif) 0 0 no-repeat; width:16px; height:16px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url(/images/sitemap/page/vline.gif) 0 0 no-repeat; width:17px; height:16px; }

.ygtvblankdepthcell { width:17px; height:16px; }

/* 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;
	background-color:#FFFFFF;
}

.ygtvfocus .ygtvlabel,.ygtvfocus .ygtvlabel:link,.ygtvfocus .ygtvlabel:visited,.ygtvfocus .ygtvlabel:hover {
	background-color:#FFFFFF;
}

.ygtvfocus {
	background-color:#FFFFFF;
	color:#99CF16
}

.ygtvcontent {
	vertical-align: middle;
}

.icon-page {
	cursor: pointer;
	line-height: 18px;
	display: block; 
	height: 16px;
	padding-left: 20px; 
	background: transparent url(/images/page.gif) 0 0px no-repeat; 
}

.icon-page-public {
  cursor: pointer;
  line-height: 18px;
  display: block; 
  height: 16px;
  padding-left: 20px; 
  background: transparent url(/images/page_public.gif) 0 0px no-repeat; 
}

.icon-page-secure {
  cursor: pointer;
  line-height: 18px;
  display: block; 
  height: 16px;
  padding-left: 20px; 
  background: transparent url(/images/page_secure.gif) 0 0px no-repeat; 
}

.icon-edit {
	cursor: pointer;
	line-height: 18px;
	display: block; 
	height: 16px;
	padding-left: 20px; 
	background: transparent url(/images/page_blue.gif) 0 0px no-repeat; 
}

.icon-lock {
	cursor: pointer;
	line-height: 18px;
	display: block; 
	height: 16px;
	padding-left: 20px; 
	background: transparent url(/images/page_red.gif) 0 0px no-repeat; 
}

.icon-perm {
	cursor: pointer;
	line-height: 18px;
	display: block; 
	height: 16px;
	padding-left: 20px; 
	background: transparent url(/images/page_no_rights.gif) 0 0px no-repeat; 
}

/* sitemap links are shifted to leave space for icon (which is background) */
/* IE8 (in some cases) needs the following sections to work for links in various states */
.icon-page:link, .icon-page:visited, .icon-page:focus, .icon-page:hover, .icon-page:active,
.icon-page-public:link, .icon-page-public:visited, .icon-page-public:focus, .icon-page-public:hover, .icon-page-public:active,
.icon-page-secure:link, .icon-page-secure:visited, .icon-page-secure:focus, .icon-page-secure:hover, .icon-page-secure:active,
.icon-page-edit:link, .icon-page-edit:visited, .icon-page-edit:focus, .icon-page-edit:hover, .icon-page-edit:active,
.icon-page-lock:link, .icon-page-lock:visited, .icon-page-lock:focus, .icon-page-lock:hover, .icon-page-lock:active,
.icon-page-perm:link, .icon-page-perm:visited, .icon-page-perm:focus, .icon-page-perm:hover, .icon-page-perm:active {
  padding-left:20px
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
	cursor:pointer;
}