body {
	margin: 0 auto;
	color: #444;
	font-family: "宋体";
	font-size: 12px !important;
}

.watermarked {
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:hover {
	/* font-weight: bold; */
}

.clear {
	clear: both;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* DataGrid Item and AlternatingItem Style*/
.GridRow {
	font-size: 10pt;

	border: 1px solid #D7D7D7;
	font-family: Arial;
	background-color: #ffffff;
	height: 35px;
}

.GridAltRow {
	font-size: 10pt;

	font-family: Arial;
	background-color: #eeeeee;
	border: 1px solid #D7D7D7;
	height: 35px;
}

.top {
	background: url(../images/top.jpg) left no-repeat;
	text-align: left;
	height: 88px;
}


.lefttop {
	margin-left: 1px;
}

.meun {
	width: 168px;
	background: #fff;
	height: auto !important;
	min-height: 656px;
	height: 656px;
}

.meun ul li {
	width: 150px;
	height: 20px;
	background: url(../images/liststyle.jpg) no-repeat;
	padding-top: 11px;
	padding-left: 18px;
}




.main_left {
	width: 168px;
	padding-right: 3px;
	height: auto !important;
	min-height: 598px;
	height: 598px;
}

.main_right {
	height: auto !important;
	border-left: 0px solid #d4d0c7;
	border-right: 0px solid #d4d0c7;
	border-bottom: 0px solid #d4d0c7;
	/*background:#F1F4F8;*/
	min-height: 100%;
	border-top: none;
	margin: 2px 0px 0px 2px;

}

.toolbar {
	height: auto;
	width: auto;
	border: 1px solid #d4d0c7;


}

.ControlPanel {
	height: auto !important;
	border-left: 0px solid #d4d0c7;
	border-right: 0px solid #d4d0c7;
	border-bottom: 0px solid #d4d0c7;
	/*background:#F1F4F8;*/
	min-height: 100%;
	border-top: none;
	margin: -2px 0px 0px -2px;

}

.main_righttop {
	height: 35px;
}

.main_righttopleft {
	width: 190px;
	height: 35px;
	float: left;
}

.main_righttopright {
	height: 35px;
	line-height: 35px;
	float: right;
	padding-right: 15px;
}






.overflow {
	overflow: auto;
}

.main {
	position: absolute;
	right: 1px;
	left: 175px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}

.wellcome {
	height: auto !important;
	height: 450px;
	min-height: 450px;
}

.mainleft2 {
	float: left;
	width: 168px;
	margin: 0px 0px 0px 1px;
}

.copy {
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
}


.nodisplay {
	display: none;
}

/*
.button
{
	 border:1px solid #d4d0c7;
	 height:24px;
	background:url(../pic/righttitbg.jpg)
}
.buttonhover
{
    color:White ;
     font-weight :bold ;
	 border:1px solid #d4d0c7;
	 height:24px;
	background:url(../images/bg-menu-main.png)
}
*/
.dropdownlist {
	border-right: #0099cc 1px groove;
	border-top: 1px solid #0099cc;
	font-size: 9pt;
	border-left: 1px solid #0099cc;
	border-bottom: 1px inset #0099cc;
	font-family: 宋体;

}

.jumbotron {
	color: #fff;
	position: relative;

	background: #020031;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #020031 0%, #2164A6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #2164A6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #020031 0%, #2164A6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #020031 0%, #2164A6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #020031 0%, #2164A6 100%);
	/* IE10+ */
	background: linear-gradient(45deg, #020031 0%, #2164A6 100%);
	/* W3C */

	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);

}

/* 默认tab设置 */
.AjaxTabStrip .ajax__tab_tab {
	font-size: 13px;
	padding: 4px;
	height: 20px;
	/* Your proper height */
	/*background-color: #C2E2ED;*/

	margin: 2px;

	color: Black;
}

/* 鼠标经过设置 :字体加粗、下划线*/
.AjaxTabStrip .ajax__tab_hover .ajax__tab_tab {
	font-weight: bold;
	color: #4898d5;

}

/* 当前激活选项卡设置*/
.AjaxTabStrip .ajax__tab_active .ajax__tab_tab {
	color: #4898d5;
	border-bottom: 2px solid #4898d5;
}

/*Body设置*/
.AjaxTabStrip .ajax__tab_body {
	border: 0px solid #E1ECFF;
	border-top: 0px;
	padding: 2px;
	/*background-color: #F1F4F8;*/
}

.inputstyle {
	padding-left: 0px;
	border: 1px solid #D7D7D7;
	background: #fff;
	color: #333;
	border-radius: 2px;
	font-family: Verdana, Tahoma, Arial;
	height: 24px;

}

.inputstyle:focus {
	border: 1px solid #198BD4;
	box-shadow: 0 0 1px #198BD4;
}

.inputstyle:hover {
	border: 1px solid #198BD4;
	box-shadow: 0 0 1px #198BD4;
}

.button1 {
	display: inline-block;
	float: left;
	height: 24px;
	border-radius: 4px;
	background: #2795dc;
	border: none;
	cursor: pointer;
	border-bottom: 3px solid #0078b3;
	border-bottom: none;
	color: #fff;
	margin-left: 5px;

	text-align: center;
	outline: none;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

.button1:hover {
	background: #0081c1;
	border-bottom: 3px solid #006698;
	border-bottom: none;
	color: #fff;
	text-decoration: none;

}

/*
.button {
	  height:22px;
	  cursor:pointer;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #84bbf3;
	padding:1px 1px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bddbfa), color-stop(100%, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	background:-ms-linear-gradient( top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	color:black;
	display:inline-block;
	text-shadow:1px 1px 0px #d1dae3;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #dcecfb;
 	-moz-box-shadow:inset 1px 1px 0px 0px #dcecfb;
 	box-shadow:inset 1px 1px 0px 0px #dcecfb;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #80b5ea), color-stop(100%, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	background:-ms-linear-gradient( top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
	 
}.button:active {
	position:relative;
	top:1px;
}
*/

.button {
	display: inline-block;
	height: 28px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eae5dd;
	color: #7e796f;
}

.button:hover {
	display: inline-block;

	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	color: white;
	background-color: #2e8ded;
	border-color: #2e8ded;
}

.button:active {
	position: relative;
	top: 1px;
}

.linkbutton {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	width: auto;
	padding: 3px 8px;
	font-size: 12px;
	height: 27px;
	line-height: 1.42857;
	border-radius: 0px;
	color: black;
	background-color: white;
	border: solid 2px #E1E1E1;
	border-radius: .25rem;
}

.linkbutton:hover {
	color: #fff;
	background-color: #2A7AC1;
	border: solid 2px #2A7AC1;
	border-radius: .25rem;
}

#btnOk,
#btnQuery,
#btnFind {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	padding: 7px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 0px;
	color: white;
	background-color: #4898d5;
	border: solid 1px #2e8ded;
	border-radius: .25rem;
}

#btnOk,
#btnQuery,
#btnFind:hover {
	color: white;
	background-color: #2A7AC1;
	border-radius: .25rem;
}

.div-with-line {
	position: relative;
	padding: 10px;
}

.div-with-line::after {
	content: '';
	z-index: 0;
	position: absolute;
	left: 15px;
	top: 5px;
	transform: translateX(-50%);
	/* 确保竖线水平居中 */
	height: 90%;
	/* 竖线延伸到div的底部 */
	width: 2px;
	/* 竖线宽度 */
	background: #338FCC;
	/* 竖线颜色 */
}