.myTablec {
	color: #595959;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	margin: 0;
	padding: 0;
}
/**表头**/
.myTablec th {
	background: none repeat scroll 0 0 #dbeef4;
	color: #404040;
    font-size: 12px;
    height: 30px;
}
.myTable tr:hover{ background:#e7f1f4; cursor:default}/*1/17*/
.myTablec td {
	border-bottom: 1px dashed #ccc;
	height: 30px;
}
/**基数td**/
.listtab-l td {
	background: none repeat scroll 0 0 #F7F7F7;
}
.listtab-l:hover td{ background:#e7f1f4; cursor:default}/*1/17*/
/**偶数td**/
.listtab-j td {
	
}

.myTablec .head {
	
}

.pager2 .total {
	color: #595959;
	float: left;
	font-size: 12px;
	margin-top: 10px;
}

.pager2 .prebut {
	background: none repeat scroll 0 0 #ecf1f8;
	border: 1px solid #D0D8E8;
	
	color: #a9a9a9;
	cursor: pointer;
	float: right;
	height: 25px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	outline: medium none;
	width: 70px;
}

.pager2 .nextbut {
	background: none repeat scroll 0 0 #ecf1f8;
	border: 1px solid #D0D8E8;
	
	color: #a9a9a9;
	cursor: pointer;
	float: right;
	height: 25px;
	margin-left: 10px;
	margin-top: 10px;
	outline: medium none;
	width: 70px;
}

.pager2 .cur {
	line-height: 2;
	color: #595959;
	float: right;
	height: 25px;
	font-size: 12px;
	margin-top: 10px;
}

.pager2 .curpage {
	color: red;
}

.pager2 .totalpage {
	
}