body
{
	font-size: 9pt;
	margin: 0px;
}

td, select
{
	text-align:left;
	font-family: 宋体;
	font-size: 9pt;
}

input, textarea
{
	border-right: lightgrey 1pt solid;
	border-top: lightgrey 1pt solid;
	border-left: lightgrey 1pt solid;
	border-bottom: lightgrey 1pt solid;
}
.nothing input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.unline
{
	border-bottom: solid 1px #efefef;
}

a:link
{
	color: #389100;
	text-decoration: none;
}
a:visited
{
	color: #389100;
	text-decoration: none;
}
a:active
{
	color: orangered;
	text-decoration: underline;
}
a:hover
{
	color: orangered;
	text-decoration: underline;
}


.cHeaderbbs
{
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
	
	text-align: left;
	background-image: url(/images/headerbgbbs.png);
	background-repeat: repeat-x;
}

.cLogobbs
{
	width:300px;
	margin-left:10px;
	float:left;
}
.cLogobbs img
{
	border:0px;
}

.cTxtbbs
{
	margin-top:10px;
	font-size: 18px;
	color: #ffffff;
	float: left;
}

.cHeaderbbsTitle
{
	float: left;
	width: 500px;
	border-right: #ff0066 1px dashed;
	border-top: #ff0066 1px dashed;
	border-left: #ff0066 1px dashed;
	border-bottom: #ff0066 1px dashed;
}


.cUserInfobbs
{
	float: right;
	width: 220px;
	margin-top: 3px;
	color: #ffffff;
	
}
.cUserInfobbs a,.cUserInfobbs a:visited
{
	color: #ffffff;
}

.cUserInfobbs .cPimg
{
	float:left;	
	margin-right:5px;
}

.cHDUName
{
	margin-top:2px;
	margin-bottom:2px;
}

/* ----------------------------------*/

.cBMBody
{
	text-align:left;
	width:100%;
	margin-top:10px;
	
}

.cAreaLeft
{
	width: 200px;
	float:left;
	margin-right:10px;
	height:100%;
	overflow:auto;

}

.cAreaMain
{
	height:100%;
	padding-right:20px;
}

.cB1
{
}
.cB2
{
}
.cB3
{
}
.cB4
{
	height:500px;
}


/*-------------------    树形结构    -----------------------*/

.cKeyArea
{
	padding-left: 5px;
	padding-bottom:5px;
	margin-bottom: 10px;
	background-color: whitesmoke;
}
.cKeyAreaName
{
	font-weight: bold;
	padding:3px;
}


.cTreeNode1
{
	margin-top:2px;
	
}

.cTreeNode1 img
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	
}

.cTreeMain2
{
	padding-top:2px;
	padding-bottom:3px;
	margin-left: 12px;
	display:none;
}

.cTreeNode2
{
	margin-top:3px;	
}

.cTreeMain3
{
	margin-left: 18px;
	padding-top:2px;
	display:none;
}
.cTreeNode3
{
	margin-top:3px;	
}
/*-------------------   end 树形结构    -----------------------*/