/*
 * jQuery.AsyncBox.CSS
 * Copyright (c) 2011 By wuxinxi007
 */
html{_background:url(*) fixed}body{margin:0;_height:100%}
#asyncbox_cover,#asyncbox_focus,.asyncbox_max{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;
	_top:expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
    _left:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth)
}
#asyncbox_cover,#asyncbox_focus,#asyncbox_clone{display:none;overflow:hidden}
#asyncbox_cover div,#asyncbox_cover iframe,.asyncbox_select,#asyncbox_focus{position:absolute;width:100%;height:100%;opacity:0;filter:alpha(opacity=0);background:#fff}
.asyncbox_select{z-index:-1}
#asyncbox_focus{z-index:3000;position:fixed;_position:absolute}
#asyncbox_clone{z-index:3000;position:absolute;}
/*onload*/
#asyncbox_load{background:url(images/asyncbox_bg.png)}
#asyncbox_load div{background:url(images/asyncbox_title_bottom.png)}
#asyncbox_load span{background:url(images/asynctips_bg.gif)}
/*wait*/
.asyncbox_wait{position:absolute;text-indent:3px;_text-indent:0;overflow:hidden;
	color:#033;height:14px;padding:4px;line-height:15px;opacity:0.8;filter:alpha(opacity=80);
	bottom:13px;left:13px;background:url(images/wait_bg.gif) no-repeat 100% 0
}.asyncbox_wait span{float:left;width:16px;height:16px;background:url(images/wait.gif) no-repeat}
/*AsyncBox*/
.asyncbox_auto,.asyncbox_normal,.asyncbox_max{
/*position:absolute;font:12px Tahoma,sans-serif*/
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;}
.asyncbox_auto table,.asyncbox_normal table,.asyncbox_max table{margin:0;padding:0}
.asyncbox_auto ul,.asyncbox_normal ul,.asyncbox_max ul{margin:0;padding:0;list-style:none}
.asyncbox_max{position:fixed;_position:absolute}
.asyncbox_table{width:100%;height:100%;height:auto\9}
.asyncbox_auto .asyncbox_table{width:auto;height:auto}
/*asyncbox layout*/
.b_btnsbar_r{}
.b_btnsbar_l{background:#595a5b;}
/*.b_b_l,.b_b_r{background:url(images/asyncbox_bg.png) no-repeat;_background-image:none}*/
/*top*/
.b_t_m,.asyncbox_title li{height:28px;line-height:28px}
/*middle*/
.b_t_m{ /*background:url(images/index2_top_03.gif) repeat-x;  * padding-left:8px;*/
  padding: 9px 15px;
  border-bottom: 1px solid #eee;}
.a_m_m,.b_m_m{/*vertical-align:top;*/
  background:#FFF;
  position: relative;w
  /*height: 380px;*/
  /*overflow-y:scroll;*/}
.a_m_m {
  height: 80px;
}
.b_m_m{
  min-height: 250px;
}
.b_m_l{ background:#595a5b;}
.b_m_l,.b_m_r,.b_tipsbar_l,.b_tipsbar_r{}
.b_tipsbar_r,{background-position:-14px 0;}
/*bottom*/
.b_b_l{background-position:-28px -65px;}
.b_b_m{height:5px;}
.b_b_r{background-position:-41px -65px;}
/*tipsbar*/
.b_tipsbar_m{height:60px;background:#EAECE9 url(images/asyncbox_tipsbar_bg.gif) no-repeat 100% 100%;}
.b_tipsbar_layout{padding:10px 10px 10px 60px;background:url(images/asyncbox_tipsbar_icon.gif) no-repeat 15px 15px;}
.b_tipsbar_title{color:#000;text-align:left;}
.b_tipsbar_content{color:#777;text-indent:2em;line-height:16px;text-align:left;}
/*title layout*/
.asyncbox_title li{float:left;}
/*.asyncbox_title_icon{width:15px; height:13px;background: url(images/title_icon_05.gif) 0 50% no-repeat ;margin-right:7px;}*/
.asyncbox_title_tips{color:#7D7D7D; font-size: 18px; cursor:default; text-indent:10px;padding-right:20px;overflow:hidden;-moz-user-select:none; font-weight:normal;}
.asyncbox_title_tips strong { font-size: 18px;}
/*close_btn*/
.asyncbox_close{
	line-height:100px;cursor: pointer;border:none;margin:0;padding:0;overflow:hidden;
	position:absolute;top:15px;/*_top:7px;*/right:10px;width:16px;height:15px;
	background: url(../images/chosen-sprite.png) no-repeat right top;
}
.asyncbox_close:hover {
	background-position:100% -15px ;
}
/*.asyncbox_close:hover{background: url(images/close_03.gif) no-repeat;}*/
/*asyncbox alert...*/
.asyncbox_alert,.asyncbox_confirm,.asyncbox_success,.asyncbox_warning,.asyncbox_error{color:#333;margin:10px;line-height:30px; /*height:40px;*/ padding-left:25px; /*padding-right:25px;*/text-align:left;
/*margin-top: -5px;*/}
.asyncbox_alert span,.asyncbox_confirm span,.asyncbox_success span,.asyncbox_warning span,.asyncbox_error span{
	width:36px;height:34px;position:absolute;top:52px;left:21px;background:url(images/asyncbox_bg.png) no-repeat -55px 0
}
.asyncbox_confirm span{background-position:-91px 0}
.asyncbox_success span{background-position:-127px 0}
.asyncbox_warning span{background-position:-166px 0}
.asyncbox_error span{background-position:-199px 0}
.asyncbox_error{color:#F00}
.asyncbox_prompt{color:#033;padding:0 10px}
.asyncbox_prompt li{margin-top:8px}
.asyncbox_prompt input,.asyncbox_prompt textarea{color:#555;margin:0;padding:2px;border:1px solid #09c;font:12px/1.3em Verdana,sans-serif;resize:none}
.asyncbox_prompt input{height:17px}
/*btnsbar*/
.a_btnsbar_m,.b_btnsbar_m{/*height:25px;background:url(images/bottom_bg_15.gif) repeat-x;border:1px solid #595a5b; *border-right:1px solid #595a5b;*/
  padding: 14px 15px 15px;
  height: 50px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;}
/*btn layout*/
.a_btnsbar_m { padding:3px 10px; }
.a_btnsbar_m .asyncbox_btn_layout{padding-right:10px;text-align:right}
.b_btnsbar_m .asyncbox_btn_layout{padding-right:8px;text-align:right}
/*btn*/
/*.asyncbox_btn{
	padding:0;display:inline-block;border:none;text-decoration:none;cursor:pointer; border-left:1px solid #8D8D8D;
}
.asyncbox_btn span{color:#000;padding:0px 20px 0px 0;margin-left:43px;float:left; height:28px; line-height:28px;}
#asyncbox_success_ok,#test_ok{ background:url(images/queren_16.gif) no-repeat;}
#test_Delete{background:url(images/quxiao_18.gif) no-repeat;}
#test_cancel{ background:url(images/quxiao_18.gif) no-repeat;}
#test_cancel span{padding:0px 10px 0px 0;}

#asyncbox_success_ok:hover,#test_ok:hover{ background:url(images/queren_16_07.gif) no-repeat;}
#test_cancel:hover,#test_Delete:hover{ background:url(images/quxiao_18_07.gif) no-repeat;}
#test_Delete:hover span{ color:#e0651e;}
#test_cancel:hover span{padding:0px 10px 0px 0; color:#e0651e;}
.asyncbox_btn:hover{text-decoration:none; background:#fff;}
.asyncbox_btn:hover span{color:#268423;background:#fff;}

/*btn*/
.asyncbox_btn{/*margin:0;padding:0;display:inline-block;border:none;text-decoration:none;height:25px;cursor:default;
	background:url(images/bottom_bg_15.gif) repeat-x; cursor:pointer;*/
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: 5px;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#year_ok,
#share_set_ok{
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#test_ok, #asyncbox_success_ok{
	/*background:url(images/OK_17.gif) no-repeat;*/
}
#test_Delete{
	/*background:url(images/detele_17.gif) no-repeat;*/
}
.asyncbox_btn span{/*background:url(images/bottom_bg_15.gif) repeat-x;color:#000;padding:3px 11px 3px 0;margin-left:42px;float:left;height:19px; line-height:19px;*/ font-size: 14px;}
.asyncbox_btn:hover{background-position:-55px -56px;text-decoration:none}
.asyncbox_btn:hover span{/*color:#d4601c;*/background-position:100% -56px}

/*asynctips*/
.asynctips{position:absolute;top:0;left:0;z-index:3000;height:38px;overflow:hidden}
.asynctips table{margin:0;padding:0}
.asynctips_left,.asynctips_middle,.asynctips_right,
.asynctips_alert,.asynctips_success,.asynctips_error,.asynctips_wait{height:38px;background:url(images/asynctips_bg.gif) no-repeat}
.asynctips_left{width:5px;background-position:0 -26px}
.asynctips_middle{color:#555;padding:0 4px;background-repeat:repeat-x;background-position:0 -64px;font:bold 14px Tahoma,sans-serif}
.asynctips_right{width:5px;background-position:-73px -26px}
.asynctips_alert,.asynctips_success,.asynctips_error,.asynctips_wait{width:26px;background-repeat:repeat-x;background-position:0 -64px}
.asynctips_alert span,.asynctips_success span,.asynctips_error span,.asynctips_wait span{display:block;width:26px;height:26px;background:url(images/asynctips_bg.gif) no-repeat}
.asynctips_success span{background-position:-26px 0}
.asynctips_error span{background-position:-52px 0}
.asynctips_wait span{background:url(images/wait.gif) no-repeat 6px}

/*ie6 filter*/
.b_t_l{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_lt.png',sizingMethod='crop');}
.b_t_r{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_rt.png',sizingMethod='crop');}

.b_tipsbar_l,.b_m_l,.b_btnsbar_l{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_mlm.png',sizingMethod='scale');}
.b_tipsbar_r,.b_m_r,.b_btnsbar_r{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_mrm.png',sizingMethod='scale');}

.b_b_l{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_lb.png',sizingMethod='crop');}
.b_b_r{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_rb.png',sizingMethod='crop');}

.b_t_m{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_ct.png',sizingMethod='scale');}
.b_b_m{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asyncbox/skins/ZCMS/images/ie6/dialog_cb.png',sizingMethod='scale');}
