.dynatable_pagenav_select{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #333E8D;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.dynatable_bold{
	font-family: "宋体";
	font-weight: bold;
}

.dynatable_pagenav{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #333E8D;
	text-align: left;
	vertical-align: middle;
}
.dynatable_tHead th,.dynatable_tHead_title th,.dynatable_table tbody td{
	border:1px solid #C3CCCE;
}
.dynatable_tHead,.dynatable_tHead_title {
	font-family: "宋体";
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EBEFF3;
	background-position: center;
	*background-color:none;
}

.dynatable_tHead th,.dynatable_tHead_title th{
	*background-color: #EBEFF3;
}

.dynatable_tHead tbody td,.dynatable_tr table td{
	border:0;
}
.dynatable_tHead_title th{
	font-weight: normal;
}


.dynatable_tr,.dynatable_tr1 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	text-indent: 2pt;
}


.dynatable_td {
	word-break : break-all;
}

.dynatable_tr_over {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	background-color: #FDF2D8;
	text-indent: 2pt;
}

.dynatable_table{
	width:98%;
	border-spacing:0; 
	border-collapse: collapse;
}

/**
.dynatable_button{
	background:url(../../../themes/can/pic/images/btn_bg.gif) repeat-x;
	border:1px solid #157dd7;
	line-height:26px;
	height:26px;
	padding:0 5px;
	text-align:center;
}
*/
.dynatable_button{
	border: 0 none;
	cursor: pointer;
	height: 24px;
	background: url(../styles/images/but_05.gif) repeat-x;
	width: 60px;
	color: #3E5D7F;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	margin-left: 6px;
}

.dynatable_button:hover{
	background:url(../styles/images/but_05_hov.gif) no-repeat left;
	color: #005581;
}


.dynatable_error_msg{
	color: red;
}

.dynatree{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	background-color:#EFF2F8;
}

.dynatree img {
	border: 0px;
	vertical-align: middle;
}

.dynatree a {
	color: #333;
	text-decoration: none;
}
.dynatree a.node, .dynatree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dynatree a.node:hover, .dynatree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dynatree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}