.treeNode {
	font-size			: 10px;
}

.treeNode td {
	font-size			: 10px;
	line-height			: 17px !important;
}

.treeViewTextCollapse a:hover {
	text-decoration		: underline;
}

.treeViewTextExpand {

}

.treeViewEmpty {
	width				: 17px;
	line-height			: 17px !important;
	padding				: 0px;
	margin				: 0px;
}
.treeViewLine {
	width				: 17px;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/line.gif");
	background-repeat	: repeat-y;
	padding				: 0px;
	margin				: 0px;
}


.treeViewIcon {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	padding				: 0px;
	margin				: 0px;
	background-repeat: no-repeat;
}

.treeViewText {
	height				: 16px !important;
	line-height			: 17px !important;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 1px;
}

.treeViewExpandFirst {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/first_open.gif");
	background-repeat	: no-repeat;	
	padding				: 0px;
	margin				: 0px;
}



.treeViewExpandLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/last_open.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;
}


.treeViewExpandNotLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/open.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px; 
}

.treeViewExpandFirstLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/empty_open.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;	
}

.treeViewCollapseNotLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/close.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;
}

.treeViewCollapseLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/last_close.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;
}

.treeViewCollapseFirst {
	width: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/first_close.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;
}

.treeViewCollapseFirstLast {
	width				: 17px;
	height				: 17px !important;
	line-height			: 17px !important;
	background-image	: url("../Images/Treeview/empty_close.gif");
	background-repeat	: no-repeat;
	padding				: 0px;
	margin				: 0px;

}
