/*根结点样式*/
div.root
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}

/*子节点容器box需要缩进*/
div.box
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #866;
	white-space: nowrap;
	margin-left:18px;
	font-weight:normal;
}

/*目录节点标识样式*/
span.folderMark
{
	font-family:"宋体";
	color:#F00;
	cursor:hand;
	margin-right:5px;
}
/*目录节点样式*/
span.folder{cursor:hand;}

/*非目录节点标识样式*/
span.itemMark
{
	font-family:"宋体";
	color:#F00;
	margin-right:5px;
}

/*非目录节点样式*/
span.item{cursor:hand;}

/*图片样式*/
.pic{border: 0px;vertical-align: middle;}

/*链接样式
.link
{
	color:blue;
	text-decoration: none;
}*/

a { font-size:12px; color: #866; line-height:14pt;  font-style:normal; text-decoration:none;}

a:hover {font-size:12px; color:blue; line-height:14pt; text-decoration:underline;}

a:active {font-size:12px; color:#ffbb00; line-height:14px; text-decoration:underline;}