@CHARSET "UTF-8";
.mxicon-add {
	background: url('../../jqueryUI/style/images/icons/edit_add.png') no-repeat;
}
.mxicon-remove {
	background: url('../../jqueryUI/style/images/icons/edit_remove.png') no-repeat;
}
/* .top_bg {
	background: transparent url("../../../images/newFrame/webportal/index_bg.jpg")
		repeat-x scroll 0% 0%;
	height: 82px;
}

.nav {
	width: 1000px;
	margin: 0px auto;
	height: 82px;
}

.nav_l {
	float: left;
	width: 245px;
}

.dybj_t {
	width: 85px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: #378CDD none repeat scroll 0% 0%;
}

*************** table样式  *****************
.panel-table {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid rgb(209, 209, 209);
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "宋体";
	font-size: 12px;
}

.panel-table .panel-table-header>td {
	color: rgb(51, 51, 51);
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 1px dashed rgb(209, 209, 209);
}

.panel-table>tbody>tr>td {
	padding: 5px 5px;
	text-align: left;
	vertical-align: middle;
}

.req {
	color: red;
}

.div1 {
	text-align: right;
}

.input1 {
	width: 200px; 
}

.tabs_tips {
	background: none repeat scroll 0 0 rgb(238, 255, 204);
	border: 1px solid rgb(0, 153, 0);
	margin-top: 15px;
	padding: 10px 40px;
	width: 92%;
}
.btn-blue {
	color: #fff;
	border: 1px solid #357ebd;
	background-image: -moz-linear-gradient(#5592c7, #428bca);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5592c7),
		to(#428bca));
	background-image: -webkit-linear-gradient(#5592c7, #428bca);
	background-image: -o-linear-gradient(#5592c7, #428bca);
	background-color: #428bca;
}

.btn-blue:hover {
	color: #fff;
	border: 1px solid #285e8e;
	background-image: -moz-linear-gradient(#3276b1, #5592c7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3276b1),
		to(#5592c7));
	background-image: -webkit-linear-gradient(#3276b1, #5592c7);
	background-image: -o-linear-gradient(#3276b1, #5592c7);
	background-color: #3276b1;
}

.btn-blue:link,.btn-blue:visited {
	color: #fff;
}

.btn-blue:active {
	border: 1px solid #1a3e5e;
}
.btn-orange:link, .btn-orange:visited {
	color: #fff;
}

a:link, a:visited {
	color: rgb(0, 90, 171);
	text-decoration: none;
}

.btn-orange {
	color: #fff;
	border: 1px solid #c12f02;
	background-image: -moz-linear-gradient(#fd511d, #ff3e03);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd511d),
		to(#ff3e03));
	background-image: -webkit-linear-gradient(#fd511d, #ff3e03);
	background-image: -o-linear-gradient(#fd511d, #ff3e03);
	background-color: #ff3e03;
}
 */
.button {
	float: left;
	margin: 0px 5px;
	display: block;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none !important;
	font-family: "宋体" Helvetica, Arial, sans serif;
	padding: 6px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 14px;
	cursor: pointer;
}

.button-normal .icon, .button-dropdown-normal .icon {
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: top;
    width: 16px;
}