html{
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}
a{
	text-decoration: none;
	color:#333;
}
table thead th{
	cursor: default;
    background-color: #F2F6F8;
	height: 30px;
	font-weight: 100;
}
.show_mn{
	text-align:center;
	padding:0 20px;
}
.data_box{
	width:273px; 
	font-size:12px;
	position: relative;
	height:262px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0px solid #DEE3E7;
	-webkit-box-shadow: 0 0px 0px #DEE3E7;
	box-shadow: 0 0px 0px #DEE3E7;
	border-top: none;
	padding-top: 0px;
}
#pre_y,#pre_m,#next_y,#next_m{
	width: 16px;
	height:16px;
	border: solid;
	border-color: white;
	cursor:hand;
}
#data_table{
	width:273px;
	height:222px;
	line-height:14px;
	text-align: center;
	background-color: #eeeeee;
	margin: 0 auto;
}
.ft18{
	font-size: 18px;
}
.mr15{
	margin-right: 15px;
}
.ml15{
	margin-left: 15px;
}
.pointer{
	cursor: pointer;
}
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.active:hover{
	background-color: #ddd;
}
#data_table span{
	height: 25px;
	width: 25px;
	line-height: 25px;
	/*display: inline-block;*/
}
#data_table td {
	background-color: #fff;
	height: 25px!important;
}
#data_table tr{
	height: 25px!important;
}
#data_box table:first-child{
	margin: 0 auto;
	margin-bottom: 5px;
}
