/************* PagerView **************/
.PagerView{
	font-size: 12px;
	font-family: tahoma, arial;
	color: #333;
	text-align: center;
	padding: 8px;
	line-height: 100%;
}
.PagerView span{
	color: #858585;
	margin: 0 1px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background:#fff;
}
.PagerView span.on{
	color: #fff;
	font-weight: bold;
	background: #147FF8;
}
.PagerView a{
	color: #ccc;
	text-decoration: none;
}
.PagerView a span{
	color: #858585;
	border: 1px solid #ccc;
	background:#fff;
}



/************* TableView **************/
.TableView .datagrid_meta{
	line-height: 22px;
}
.TableView .datagrid_meta .title{
	font-size: 13px;
	font-weight: bold;
}
.TableView .datagrid_meta .filter input{
	margin: 0 4px;
	padding: 1px;
	border: 1px solid #ccc;
}
.TableView table{
	font-size: 12px;
	border-collapse: collapse;
}
.TableView div.datagrid_div{
	border: 1px solid #999;
}
.TableView table.datagrid{
	border-collapse: separate;
	width: 100%;
}
.TableView table.datagrid th{
	text-align: left;
	background: #ddd;
	padding: 1px;
}
.TableView table.datagrid td{
	padding: 2px;
}
.TableView table.datagrid tr.odd{
    background: #fff;
}
.TableView table.datagrid tr.even{
    background: #d8ecf9;
}
.TableView table.datagrid tr.marked{
    background: #ee9;
}
.TableView table.datagrid tr:hover,
.TableView table.datagrid tr.hover{
    background: #d8ecf9;
}

/************* SelectorView **************/
.SelectorView .selector_table{
	width: 100%;
}
.SelectorView .selector_table .src,
.SelectorView .selector_table .dst{
	width: 50%;
}
.SelectorView .selector_table table.datagrid tr:hover,
.SelectorView .selector_table table.datagrid tr.hover{
	cursor: pointer;
}


.center{ width:998px; height:900px; margin:0 auto;margin-top:2px;}

 
/* .title{ width:983px; height:30px; font-size:14px; font-weight:700; color:#000; margin-top:10px;}
.title p{ color:#FFF; line-height:25px; background:#007236; text-align:center; width:80px; border-radius:3px;}
.title img{ margin:5px 10px 0px 10px;}
 */
 
.tzfw{ width:981px; border:1px solid #c8c8c8; margin-bottom:5px; background:#fbfbfb; background: linear-gradient(180deg, #fff 0%, #f7f7f7 70%, #e2e2e2 100%);}
.tzfw li{ width:880px; height:40px; line-height:40px; margin:0 auto; border-bottom:1px solid #e5e5e5; font-size:12px; color:#4d4f50;}
.tzfw li p{ float:left; margin-right:5px; height:25px; line-height:25px; margin-top:8px;}
.tzfw_p{ padding-left:23px;}
.tzfw_p1{ padding:0px 5px; cursor:pointer;}
.tzfw_p1:hover{ background:#1A74BC; color:#fff;}
.tzfw li input{ height:23px; line-height:23px; border:1px solid #d9d6d6; width:100px; padding-left:5px; border-radius:2px; color:#4d4f50;}
.tzfw li select{ height:25px; line-height:25px; border:1px solid #d9d6d6; width:105px;}

#salelist tr:hover{ background:#d8ecf9;}
#salelist tr a:hover{ text-decoration:underline;}