

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/client/breach/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancy_close.jpg') -30px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 999999;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/client/breach/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/client/breach/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/client/breach/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/client/breach/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/client/breach/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 999999;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/client/breach/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/client/breach/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/client/breach/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/client/breach/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

/* .fancybox-ie6 #fancybox-close { _background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.jpg', sizingMethod='scale'); }
 */
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/client/breach/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }

.inside_con{width:672px;height:430px;padding: 0px 30px 30px 30px;}
.inside_con div.title{line-height:35px;padding-top:12px;font-size:14px;color:#555555;font-weight:bold;}
.inside_con div.text{width:602px;height:252px;background:#e2e8ef;padding: 35px;font-size:12px;color:#666;}
.inside_con div.text .line_list{width:602px;height:30px;padding-bottom:12px;}
.inside_con div.text .line_list .input_text {width:270px;height:30px; line-height:30px;border:1px solid #d7dbe0;float:left;padding:0 5px;}
.inside_con div.text .line_list .tip{width:130px;height:30px;overflow:hidden;line-height:30px;float:left;color:red;padding-left:10px;}

.inside_con div.button{width:234px;overflow:hidden;padding-top:30px;font-size:12px;margin: 0 auto}
.inside_con div.button .save{width:102px;height:35px;overflow:hidden;float:left;}
.inside_con div.button .save a{text-align:center;font-weight:bold;color:#FFF;width:101px;height:34px;line-height:34px;display:block;background-color: #477eca;border-radius: 0 0 0px 2px;border-right: 1px solid #234a7f;border-bottom: 1px solid #234a7f;}
.inside_con div.button .cancel{width:102px;height:35px;overflow:hidden;float:right;}
.inside_con div.button .cancel a{text-align:center;font-weight:bold;color:#FFF;width:101px;height:34px;line-height:34px;display:block;background-color: #a1a1a1;border-radius: 0 0 0px 2px;border-right: 1px solid #777777;border-bottom: 1px solid #777777;}
.line_list li{
          display:inline;
          line-height:24px;
          height:auto;
          word-break:break-all;
          word-wrap : break-word ;
          float:left;
          width:150px;
      }
.inside_con_grant{width:672px;padding: 0px 30px 30px 30px;}
.inside_con_grant1{width:672px;height:630px;padding: 0px 30px 30px 30px;}
.inside_con_grant2{width:672px;padding: 0px 30px 30px 30px;}
.inside_con_grant3{width:672px;height:500px;padding: 0px 30px 30px 30px;}
.inside_con_grant div.title{line-height:35px;padding-top:12px;font-size:14px;color:#555555;font-weight:bold;}
.inside_con_grant div.text{width:622px;overflow:hidden;background:#e2e8ef;padding:15px 25px;font-size:12px;color:#666;}
.inside_con_grant div.text .line_list{margin:0 auto;line-height: 30px;padding-bottom:12px;position:relative;}
.inside_con_grant div.text .line_list .tit{width:100%;text-align:center;color:#1e3778;font-weight:bold;height:30px; line-height:30px;}
.inside_con_grant div.text .line_list table {width:658px; color:#444;}
.inside_con_grant div.text .line_list table .red { color:#F00;}
.inside_con_grant div.text .line_list table td { height:38px; line-height:38px; padding:0 5px; text-align:right;}
.inside_con_grant div.text .line_list table td h1 { font-size:12px; font-weight:700; background:url(sc_icons.png) 0 -357px no-repeat; padding-left:20px; text-align:left; line-height:38px; color:#eb5310;}
.inside_con_grant div.text .line_list table .input_text {width:180px;height:26px;line-height:26px; border:1px solid #d5d9df; float:left;}
.inside_con_grant div.text .line_list table select { width:182px; height:26px;border:1px solid #d5d9df; float:left;}
.inside_con_grant div.text .line_list table textarea{color:#666;width:495px;height:74px;border:1px solid #d7dbe0;line-height:30px;padding: 0px 10px;}
.inside_con_grant div.text .line_list table.pop_table { width:420px; margin:10px auto;}
.inside_con_grant div.text .line_list table.pop_table .input_text { width:250px; float:none;}
.inside_con_grant div.text .line_list table.pop_table select {width:170px; float:none;}
.inside_con_grant div.text .line_list table.pop_table .code_btn { width:74px; height:26px;border: 1px solid #d5d9df; color:#666;}

.pop_btn { width:672px; margin:30px auto 0 auto; text-align:center;}
.pop_btn a { display:inline-block; width:90px; height:32px; text-align:center; line-height:32px; margin:0 14px; color:#fff; font-weight:700; font-size:12px;}
.pop_btn a.btn01 { background:#467ec9; border-right:1px solid #315589; border-bottom:1px solid #315589;}
.pop_btn a.btn02 { background:#a1a1a1; border-right:1px solid #818181; border-bottom:1px solid #818181;}

.inside_con_grant div.text .line_list2{width:650px;margin:0 auto;position:relative;padding-bottom:2px;}
.inside_con_grant div.text .line_list2 table {width:650px; border-bottom:2px solid #cac8c8; background:#fff;}
.inside_con_grant div.text .line_list2 table th { color:#fff; background:#5b97db; text-align:center; line-height:42px;}
.inside_con_grant div.text .line_list2 table td { border-bottom:1px dashed #c0cee1; line-height:38px; padding:0 5px; text-align:center; margin-bottom:-1px;}
.inside_con_grant div.text .line_list2 table td.ltex,
.inside_con_grant div.text .line_list table td.ltex { text-align:left;}

/*不能修改的样式*/
.inside_con_grant div.text table td .no_change { background:#fbe1c3;}