/*--------------------------------------------------|
| SitemapTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.SitemapTree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.SitemapTree img {
	border: 0px;
	display:inline;
	vertical-align: middle;
}
.SitemapTree a {
	color: #333;
	text-decoration: none;
}
.SitemapTree a.node, .SitemapTree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.SitemapTree a.node:hover, .SitemapTree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.SitemapTree a.nodeSel {
	background-color: #c0d2ec;
}
.SitemapTree .clip {
	overflow: hidden;
}

.SitemapTree td
{
	padding:0px;
}

.SitemapTree tbody tr td
{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	color:Silver;
}

.SitemapTree tbody tr td
{
	color:#999999;
}


/* Tree menu */
#treeContainer{
    margin: 0px;
    padding: 0px
}

img{
    vertical-align:middle;
    border: 0px;
}

img.action{
    cursor: pointer
}

#treeContainer A
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #FFF;	
    font-weight: bold;
}

/* Admin editor styles */
