@charset "utf-8";

input.formText {
	width: 180px;
	padding: 3px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

input.readonly {
	background-color: #ccc;
}

input.formText:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

input.formText:focus {
	background-color: #fff8ef;
}

textarea.formTextarea {
	width: 350px;
	height: 120px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

textarea.formTextarea:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

textarea.formTextarea:focus {
	background-color: #fff8ef;
}

.formButton {
	height: 28px;
	line-height: 28px;
	text-align: center;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #14B9D6;
}

.formBigButton {
	width: 94px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	outline: none;
	border: none;
	background: url(../images/bigButton.gif) 0px 0px no-repeat;
}

a.formButton {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;
	zoom: 1;
}

textarea.editor {
	width: 100%;
}

/* ---------- Icon ---------- */
.trueIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/base_icon.gif) no-repeat 0px 0px;
}

.falseIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/base_icon.gif) no-repeat 0px -60px;
}

.addIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background: url(../images/base_icon.gif) no-repeat 0px -120px;
}

.removeIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background: url(../images/base_icon.gif) no-repeat 0px -180px;
}

.upIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background: url(../images/base_icon.gif) no-repeat 0px -240px;
}

.downIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background: url(../images/base_icon.gif) no-repeat 0px -300px;
}

.deleteIcon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	background: url(../images/base_icon.gif) no-repeat 0px -360px;
}

.warnIcon {
	width: 16px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/base_icon.gif) no-repeat 0px -480px;
}

.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/base_loading_icon.gif) center no-repeat;
}

/* ---------- Dialog ---------- */
.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	filter: alpha(opacity =                                 50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	zoom: 1;
	background: url(../images/base_overlay_bg.png);
}

* html .dialogOverlay {
	position: absolute;
	top: 0;
}

.baseDialog {
	padding: 5px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 100;
	overflow: hidden;
}

* html .baseDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop||document.body.scrollTop)+Math.round(25*(document.documentElement.offsetHeight||document.body.clientHeight)/100 )+'px' );
}

.baseDialog .dialogWrap {
	width: 1000px;
	height: 1000px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	filter: alpha(opacity = 15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000000;
}

.baseDialog .dialogMain {
	border: 1px solid #779cb0;
	background: url(../images/base_x_bg.gif) 0px -120px #ffffff repeat-x;
}

.baseDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	clear: both;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	cursor: move;
	background: url(../images/base_x_bg.gif) 0px 0px repeat-x;
}

.baseDialog .dialogClose {
	width: 25px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	background: url(../images/base_button.gif) -180px 0px no-repeat;
}

.baseDialog .dialogClose:hover {
	background-position: -240px 0px;
}

.baseDialog .dialogContent {
	line-height: 30px;
	clear: both;
	margin: 40px 50px;
}

.baseDialog .dialogwarnIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -540px no-repeat;
}

.baseDialog .dialogsuccessIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -740px no-repeat;
}

.baseDialog .dialogerrorIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -940px no-repeat;
}

.baseDialog .dialogButtonArea {
	height: 34px;
	padding-top: 6px;
	clear: both;
	text-align: center;
	background: url(../images/base_x_bg.gif) 0px -60px repeat-x;
}

.baseDialog .dialogButtonArea input {
	margin: 0px 10px;
}

.baseDialog .dialogButtonArea .formButton {
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	outline: none;
	cursor: pointer;
	color: #000000;
	font-size: 12px;
	border: none;
	background: url(../images/base_button.gif) 0px 0px no-repeat;
}

.baseDialog .dialogButtonArea .formButton:hover {
	color: #ff9900;
	background: url(../images/base_button.gif) -90px 0px no-repeat;
}

.baseDialog .dialogIframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	filter: Alpha(Opacity =                                                       0);
}

/* ---------- Message ---------- */
.baseMessage {
	padding: 5px 15px 5px 10px;
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	z-index: 1000;
	color: #000000;
	border: 2px solid #ffaa71;
	background-color: #fff5ee;
}

* html .baseMessage {
	position: absolute;
	top: expression((                                       
		             document.documentElement.scrollTop ||               
		         document.body.scrollTop)+Math.round(35*(document.documentElement.offsetHeight||document.body.clientHeight
		)/100 )+             'px' );
}

.baseMessage .messagewarnIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -540px no-repeat;
}

.baseMessage .messagesuccessIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -740px no-repeat;
}

.baseMessage .messageerrorIcon {
	padding-left: 30px;
	background: url(../images/base_icon.gif) 0px -940px no-repeat;
}

.baseMessage .messageContent {
	line-height: 30px;
}

.baseMessage .messageIframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	filter: Alpha(Opacity =                         0);
}

/* ---------- Validate ---------- */
.validateErrorContainer {
	line-height: 20px;
	display: none;
	clear: both;
	padding: 5px 8px;
	margin: 5px 0px;
	border: 1px solid #febe8f;
	background-color: #fff8d9;
}

.validateErrorContainer .validateErrorTitle {
	height: 30px;
	line-height: 30px;
	clear: both;
	font-weight: bold;
	padding-left: 35px;
	background: url(../images/base_icon.gif) 0px -540px no-repeat;
}

.validateErrorContainer li {
	padding-left: 35px;
}

input.validateError {
	background-color: #fff8ef;
	border: dotted 1px #ff9b10;
}

select.validateError {
	background-color: #fff8ef;
	border: dotted 1px #ff9b10;
}

/* ---------- Other ---------- */
.warnInfo {
	line-height: 16px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #ffca80;
	background: url(../images/base_icon.gif) no-repeat 0px -420px #fffee2;
}

.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/base_loading_bar.gif) center no-repeat;
}

/* ---------- Common ---------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	font-family:微软雅黑;
}

html,body {
	width: 100%;
	height: 100%;
	font: 12px tahoma, Arial, "宋体", Verdana, sans-serif;
}

* html,* html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}

a {
	color: #656d77;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style-type: none;
}

input,select,label {
	vertical-align: middle
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

.strong {
	font-weight: bold;
}

.white {
	color: white;
}

.black {
	color: black;
}

.gray {
	color: gray;
}

.blue {
	color: #2595B7;
}

.green {
	color: green;
}

.red {
	color: #FF6501;
}

.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}

.num {
	color: #FF6501;
	font-size: 14px;
}

.clear {
	width: 100%;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.hidden {
	display: none;
}

.lineThrough {
	text-decoration: line-through;
}

.pointer {
	cursor: pointer;
}

tr.odd {
	background-color: #E8E8E8;
}

.bar {
	height: 30px;
	line-height: 30pxs;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color: #444444;
	background: url(../images/input_x_bg.gif) 0px 0px repeat-x;
}

.bar2 {
	height: 30px;
	line-height: 28px;
	clear: both;
	color: #444444;
	background: url(../images/input_x_bg.gif) 0px 0px repeat-x;
	text-align: center;
	font-weight: bold;
}

.noRecord {
	height: 30px;
	line-height: 30px;
	clear: both;
	color: red;
	text-align: center;
}

.button_green {
	width: 71px;
	height: 26px;
	display: block;
	cursor: pointer;
	border: none;
	background: url(../images/buttons.gif) 0px 0px no-repeat;
	color: #576d07;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

.button_blue {
	width: 71px;
	height: 26px;
	display: block;
	cursor: pointer;
	border: none;
	background: url(../images/buttons.gif) 0px -25px no-repeat;
	color: #0d5f83;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

.button_pink {
	width: 71px;
	height: 26px;
	display: block;
	cursor: pointer;
	border: none;
	background: url(../images/buttons.gif) 0px -50px no-repeat;
	color: #860737;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

.button_red {
	width: 71px;
	height: 26px;
	display: block;
	cursor: pointer;
	border: none;
	background: url(../images/buttons.gif) 0px -75px no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

/* header 弹出层样式 */
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 600px;
	height: 500px;
	padding: 6px 16px;
	border: 12px solid #D6E9F1;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

.black_overlay {
	display: none;
	position: absolute;
	padding: 0;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity =                         80);
}

.closeSearch {
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
	margin: 0 0 6px 0
}

.ifrObj {
	width: 600px;
	height: 470px;
	padding: 0;
}

.close a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700
}

.con {
	padding: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.pointer {
	cursor: pointer;
}

.have-day {
	background-color: #BDE3FC;
}

.number1 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) 0px -240px no-repeat;
}

.number2 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -30px -240px no-repeat;
}

.number3 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -60px -240px no-repeat;
}

.number4 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -90px -240px no-repeat;
}

.number5 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -120px -240px no-repeat;
}

.number6 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -150px -240px no-repeat;
}

.number7 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -180px -240px no-repeat;
}

.number8 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -210px -240px no-repeat;
}

.number9 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -240px -240px no-repeat;
}

.number10 .icon {
	width: 25px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/goods_bg.gif) -270px -240px no-repeat;
}

.header {
	background-color: #ffffff;
}

.header .headerTop {
	height: 33px;
	line-height: 33px;
	clear: both;
	color: #353535;
	background: url('../images/blue/header_top_bg.jpg') repeat-x scroll 0%
		0% transparent;
}

.header .headerTop a {
	color: #353535;
}

.header .headerTop a:hover {
	color: #CBCCD0;
}

.header .headerTop .headerTopContent {
	width: 1000px;
	margin: 0px auto;
}

.header .headerTop .headerTopLeft {
	float: left;
}

.header .headerTop .headerTopRight {
	float: right;
}

.header .quick {
	width: 976px;
	height: 38px;
	margin: 8px auto 0px;
	border: 1px solid #E5F3FE;
	background: none repeat scroll 0% 0% #F6FBFF;
	padding-left: 18px;
}

.header .quick_area {
	float: left;
	height: 38px;
	width: 96px;
	padding-top: 7px;
}

.header .quick_area div {
	height: 38px;
	width: 96px;
	line-height: 38px;
	text-align: center;
	color: #1567A1;
	font-size: 14px;
	font-weight: bold;
}

.header .quick_area div a {
	color: #1567A1;
	text-decoration: none;
}

.header .separtor {
	float: left;
	width: 12px;
	height: 38px;
	background: url(../images/blue/quick_separtor.jpg) no-repeat;
}

.header .headerMiddle {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
}

.header .headerLogo {
	float: left;
	width: 186px;
	height: 40px;
	margin-top:10px;
	background: url(../images/yidonglogo.jpg) no-repeat; 
}

.header .headerBottom {
	height: 4px;
	background-color: #0076CE;
}

.header .headerSearch {
	float: left;
	width: 510px;
	height: 40px;
	padding-left: 300px;
	display: inline !important;
	/* padding-top: 27px; */
}


.header .search-triggers {
	height: 16px;
}

.header .search-triggers ul {
	overflow: hidden;
	zoom: 1;
	list-style: none;
}

.header .search-triggers li {
	position: relative;
	zoom: 1;
	float: left;
	display: list-item;
	text-align: -webkit-match-parent;
	cursor: pointer;
}

.header .search-triggers li a {
	float: left;
	height: 16px;
	line-height: 18px;
	padding: 0 12px;
}

.header .search-triggers li.selected a {
	background: #F27B04;
	font-weight: bold;
	padding: 0 15px;
	color: white;
	border-radius: 3px 3px 0 0;
}

.header .search-triggers li.selected a:HOVER {
	color: white;
}

.header .search-triggers li a:HOVER {
	color: #FF6501;
}

.header .headerSystemName {
	float: left;
	width: 510px;
	height: 40px;
	padding-left: 20px;
	display: inline !important;
	padding-top: 27px;
	font-size: 20px;
}

.header .headerSearchText {
	float: left;
	width: 250px;
	height: 40px;
	margin-left:130px;
}

.header .headerSearchText input {
	margin-top:2px;
	height: 25px;
	width: 250px;
	color: #999;
	border: 1px solid #a0d6fa;
}

.header .headerSearchButton {
	float: right;
	width: 93px;
	height: 40px;
}

.top_nav {
	/* width: 1500px; */
	height: 42px;
	background: url('../img/index/top_nav_bg.jpg') repeat-x scroll 0% 0%
		transparent;
	margin: 0px auto 8px;
}

.nav_content {
	width: 999px;
	margin: auto;
}

.top_nav .separtor {
	float: left;
	width: 3px;
	height: 42px;
	background: url(../img/index/top_nav_separtor.png) -2px 5px no-repeat;
}

.top_nav a {
	float: left;
	display: block;
	width: 100px;
	line-height: 39px;
	height: 42px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	outline: none;
	font-family:微软雅黑;
}

.top_nav a.selected,.top_nav a:hover {
	color: #6697FF;
	background: url(../img/index/hover.jpg) no-repeat;
}

/* ---------- Footer ---------- */
.footer {
	width: ;
	height: 60px;
	margin: 0 auto;
	color: #FFF;
	background: url(../img/index/bt.jpg) repeat-x;
	/*line-height: 25px;*/
	text-align: center;
	padding-top: 8px;
}
/*--------------查询按钮---------------*/
.search_btn {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	color: #FFF;
	background: url(../images/newsearch.png);
}