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: #027cd1;
    height: 30px;
    font-weight: bold;
    border: 1px solid #d8efff;
}

.show_mn {
	text-align: center;
	padding: 0 20px;
}

.data_box {
	width: 210px;
    font-size: 12px;
    position: absolute;
    height: 208px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 6px #d8efff;
    border-top: none;
    border: 1px solid #007cd2;
    box-shadow: 0px 0px 20px #54afef inset;
    overflow: hidden;
    padding-top: 4px;
    display: none;
}

#pre_y,
#pre_m,
#next_y,
#next_m {
	width: 16px;
	height: 16px;
	border: solid;
	border-color: white;
	cursor: hand;
}

#data_table {
	width: 182px;
	height: 180px;
	border:1px solid #007cd2;
	line-height: 14px;
	text-align: center;
	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: 20px;
    width: 28px;
    line-height: 20px;
}

#data_box table:first-child {
	margin: 0 auto;
}