/* CSS Document for tree*/
 
div{
	font-size:9pt;
}
span{
	font-size:9pt;
}
td{
	font-size:9pt;
}
a{
	color:#000066;
	font-size: 9pt;
	text-decoration: none;
}

a:visited{
	color:#000066;
	text-decoration: none;
}
a:hover{
	color:red;
	text-decoration: underline;
}
.treeCheckbox
{
    overflow:hidden;
    padding:0px;
    margin:0px;
	width:12px;
	height:12px;
}

.nameDiv{
	margin-left:0px;
	font:9pt;
	pwhite-space:nowrap;
	pword-wrap : normal;
	poverflow-x:hidden;
	poverflow-y:hidden;
	clear:both;
	height:20px;
}
.childDiv{
	margin-left:0px;
	font:9pt;
	white-space:nowrap;
	clear:both
}
.ico1{
	background:url( /Skin/Default/images/tree/Tree_folder2.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:12pt;
}
.ico2{
	background:url( /Skin/Default/images/tree/Tree_folder.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:12pt;
}
.treeI{
	background:url( /Skin/Default/images/tree/treeI.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeL{
	background:url( /Skin/Default/images/tree/treeL.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeT{
	background:url( /Skin/Default/images/tree/treeT.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeL_plus{
	background:url( /Skin/Default/images/tree/treeL_plus.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeT_plus{
	background:url( /Skin/Default/images/tree/treeT_plus.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeL_less{
	background:url( /Skin/Default/images/tree/treeL_less.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.treeT_less{
	background:url( /Skin/Default/images/tree/treeT_less.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	background-position:center center;
	margin:0px;
	padding:0px;
}
.TreeBlank{
	background:url( /Skin/Default/images/tree/treeBlank.gif);
	width:20px;
	height:20px;
	overflow:hidden;
	float:left;
	overflow:hidden;
	background-position:center center;
	margin:0px;
	padding:0px;
	font-size:12pt;
}
.gray{
	color:gray;
}
