/* global */
body {
	margin: 0 auto;
	padding: 0px;
	font-size: 9pt;
	color: #333;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 3px;
	border: 0;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	background: #009fef;
}

a {
	color: #4d87ce;
}

/* footer */
#footer {
	margin-top: 15px;
	padding: 15px 0px 0px 0px;
	font-size: 9pt;
	text-align: center;
	border-top: 1px solid #E3E2E5;
}

#footer a {
	color: #999;
}

.actionMessage {
	font-weight: bold;
}
/* content */
.inputContent {
	padding: 0px 0px 0px 20px
}

.inputContent h1 {
	font-size: 120%;
	letter-spacing: .1em;
	margin: auto;
}

.inputContent h2 {
	font-size: 9pt;
	letter-spacing: .1em;
	margin-top: 10px;
}

/* tables */
.addTable {
	font-family: arial;
	background-color: #fff;
	font-size: 9pt;
	width: 100%;
}

.addTable-tr {
	background-color: #fff;
	border: 0px;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	padding-right: 15px;
	text-align:right;
}

.addTable-td {
	background-color: #fff;
	border: 0px;
	font-size: 10pt;
	padding: 4px;
	/* height: 38px; */
	line-height: 38px;
	vertical-align: middle;
}

.ArticleAddTable {
	font-family: arial;
	background-color: #CDCDCD;
	font-size: 9pt;
	width: 75%;
	text-align: left;
}

.channel_title {
	background: url(../images/channel.jpg) repeat-x;
	height: 30px;
	padding-top: 6px;
	padding-left: 8px;
}

.channel_title span {
	vertical-align: top;
	padding: 1px;
}

.search-div {
	width: 96%;
	margin: 10px auto ;
	font-family: "PingFang SC", "Microsoft YaHei";
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	color: #666;
}

input[type="text"] {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	/* background: #fdfdfd; */
	font-family: "PingFang SC", "Microsoft YaHei";
	padding: 5px;
	color: #555;
	vertical-align: middle;
}

.search-div input[type="text"] {
	margin-left: 5px;
	margin-right: 6px;
}

select {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccccc;
	border-radius:3px;
	background: #fdfdfd;
	font-family: "PingFang SC", "Microsoft YaHei";
	padding: 5px;
	color: #555;
	vertical-align: middle;
}

.search-div select {
	margin-left: 10px;
}

.opt-div {
	margin-right: 77%;
	padding-bottom: 8px;
	font-family: "PingFang SC", "Microsoft YaHei";
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #666;
}

.tops {
	border-left: 4px solid #e60012;
	margin: 0 34px 17px 36px;
	padding: 10px 40px 10px 0;
	background-color: #f2f2f2;
}

#search_title {
	color: #333;
	text-decoration: none;
}