﻿.TreeView ul{
	margin-left:1px;
}
.mcxs{ height:60px; margin:10px 0; line-height:60px; background:#f1f1f1;}
.mcxs p{ text-align:left;padding-left:20px; font-size:24px; font-weight:bold; color:#006eab;}
.TreeView div{
	white-space:nowrap;
	/*overflow:hidden;*/
	/*override the css of tree*/
	padding-left:0px;
	text-indent:0px;
	line-height:auto;  
	cursor:default;
	margin-left:auto;
	vertical-align:middle;
}
.TreeView div.RootOpened{
	    background: transparent url(../images/nav/root_open.gif) 1px center no-repeat;
    text-indent: 38px;
    line-height: 26px;
    margin-top: 6px;
}
.TreeView div.Root{
	background:transparent url(../images/nav/root.gif) 1px center no-repeat;
	text-indent:38px;
	line-height:26px; 	
	margin-top:6px;
}

.TreeView div.FolderOpened{
	background:transparent url(folder_open.gif) 1px center no-repeat;
	text-indent:25px;
	line-height:32px; 
}
.TreeView div.Folder{
	background:transparent url(folder.gif) 1px center no-repeat;
	text-indent:25px;
	line-height: 32px;
	font-weight: 400;
}
.TreeView div.Page{
	background:transparent url(../images/nav/firstpage.gif) 1px center no-repeat;
	text-indent: 25px;
	line-height: 32px;
}



.TreeView div.FirstFolderOpened{
	background:transparent url(folder_open.gif) 1px center no-repeat;
	text-indent:42px;
	line-height:26px; 
}
.TreeView div.FirstFolder{
	background:transparent url(folder.gif) 1px center no-repeat;
	text-indent:38px;
	line-height:26px; 
}
.TreeView div.FirstPage{
	background:transparent url(../images/nav/firstpage.gif) 1px center no-repeat;
	text-indent:38px;
	line-height:26px; 
}

.TreeView div a{
	white-space:nowrap;
	/*overflow:hidden;*/
	text-overflow:ellipsis;
}
.TreeView A:link,
.TreeView A:visited{
	color: #4a4a4a;
	text-decoration:none;
	cursor:default;
	padding:0 center;
	background-color:transparent;
}
.TreeView A:hover,
.TreeView A:active{
	color:blue;
	text-decoration:underline;
	cursor:default;
	padding:0 center;
	background-color:transparent;
}
.TreeView A.Selected:link,
.TreeView A.Selected:visited,
.TreeView A.Selected:hover,
.TreeView A.Selected:active{
	color:red;
	text-decoration:none;
	cursor:default;
	padding:0 center;
	background-color:transparent;
}
.cn01{ font-size:14px; font-weight:bold; color:#ff0; line-height:33px; text-decoration:none; }
.cn01 a{ color:#ff0; }

.cn_fhsy{ font-size:14px; font-weight:bold; color:#000; line-height:33px; text-decoration:none; }
.cn_fhsy a{ color:#000; }

A.cn01:hover{  color:#6ff;  }

.bg01{ text-align:center; background:url(../images/gb2010_xxgk_pic_yjbg.gif) repeat-x;}