﻿.ajaxTree ul
{
	margin:0px;
	list-style:none;
	padding-right:10px;
}
.ajaxTree ul li
{
	padding:3px 6px;
	cursor:default;
}
.ajaxTree .tblNode span:hover
{
	text-decoration:underline;
}
.ajaxTree .n
{}
.ajaxTree .n div
{
	width:16px;
	height:16px;
	cursor:pointer;
}
.ajaxTree .plus .d1
{
	background:url(Images/Tree.gif) 0px 1px;
}
.ajaxTree .minus .d1
{
	background:url(Images/Tree.gif) 0px -14px;
}
.ajaxTree .item .d2
{
	background:url(Images/Tree.gif) 0px -31px;
	height:16px;
}
.ajaxTree .sel,.ajaxTree .sel a
{
	background-color:navy;
	color:White!important;
	padding:0 4px;
	border-radius:4px;
}
.ajaxTree .icon
{
	margin:4px;
}
.ajaxNav .selNavNode {
	background: url("Images/AjaxNavBg.png");
	border: 1px solid #3c7fb1;
	cursor: pointer;
	float: right;
	height: 24px;
	line-height: 20px;
	margin: 1px;
	padding: 2px 5px;
}
.ajaxNav .arrow {
	background: url("Images/Arrow.png") no-repeat 50% 50%;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	width: 7px;
}
.ajaxNavBullet {
	background: url("Images/Bullet.png") no-repeat center center;
	height: 21px;
	width: 17px;
}