/*-------------------    框架    -----------------------*/

.cAreaLeft
{
	width:160px;
	float:left;	
	margin-right:10px;	
}

.cALSearch
{
	border-right: #53b113 1px dotted;
	border-top: #53b113 1px dotted;
	border-left: #53b113 1px dotted;
	border-bottom: #53b113 1px dotted;
	line-height: 150%;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:15px;
}


.cAreaMain
{
	height:100%;
}
.cAreaRight
{
	width: 120px;
	height: 600px;
	float: right;
	margin-left: 10px;
	
	background-repeat: no-repeat;
}
.cAreaRight img
{
	display:inline-block;
	width:120px;
}

/*-------------------    树形结构    -----------------------*/


.cTreeMain
{
	text-align: left;
	height:600px;
	overflow:auto;
	height:100%;
}

.cTreeNode1
{
	margin-top: 5px;
	font-weight: bold;
}

.cTreeNode1 img
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	
}

.cTreeMain2
{
	padding-top:3px;
	padding-bottom:5px;
	margin-left: 12px;
}

.cTreeNode2
{
	margin-top:3px;	
}
.cTreeNode2 img
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

.cTreeMain3
{
	margin-left: 20px;
	padding-top:1px;
	padding-bottom:5px;
	
}
.cTreeNode3
{
	margin-top:3px;	
}
.cTreeNode3 img
{
	margin-right: 5px;
	border: 0;
}

.cNodeSelected
{
	color: #ff0033;
	text-decoration: underline;
}
.cNodeSelected a
{
	
}

/*-------------------   列表头和分页    -----------------------*/

.cAListTop
{
	padding-bottom:5px;
}


.cAList
{
	height: 100%;
	padding: 5px;
	min-height: 600px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.cPageChange
{
	margin-top:8px;
	text-align:right;
	margin-bottom:5px;
	padding-bottom:5px;
}

.cPageChange a
{
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border-right: #50A029 1px solid;
	border-top: #50A029 1px solid;
	border-left: #50A029 1px solid;
	border-bottom: #50A029 1px solid;
	background-color: #a0df82;
	color: #ffffff;
}
.cPageChange b
{
	margin-left:3px;
	margin-right:3px;
	color: #ff6633;
}

/*------------------------列表内容----------------------------*/
.cListNull
{
	padding: 12px;
	text-align: center;
	font-size: 14px;
	color: #003333;
}

.cInfoItem
{
	border-bottom: #E8E8E8 1px solid;
	padding: 5px;
	margin-top: 5px;
	height: 100%;
}

.cInfoItem .cSlt
{
	float:right;
	margin-right:5px;
}
.cInfoItem .cSlt img
{
	margin-top:-5px;
	width: 48px;
	height: 36px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

.cInfoItem .cTitle
{
	margin-bottom:8px;
}
.cInfoItem .cTitle a
{
	color: #003399;
	font-size: 14px;
}
.cInfoItem .cJTxt
{
	color: darkgray;
	margin-left: 10px;
}
.cInfoItem .cInfoTime 
{
	color: darkgray;
	margin-right:10px;
}
.cInfoItem .cInfoPlace a
{
	color: #999933;
}

.cInfoItem2
{
	text-align: center;
	margin-bottom: 10px;
	margin-right:10px;
	margin-left:4px;
	margin-top:5px;
	float: left;
	width: 125px;
	border-bottom: darkgray 1px dashed;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
	min-height:125px;
	display:inline-block;
}

.cInfoItem2 img
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	width:120px;
	height:90px;
	/*onerr: expression(this.src ='/images/imgnull.jpg');*/
}
.cTitle2
{
	margin-top: 5px;
	overflow: hidden;
	height:28px;
}
