@charset "utf-8";
body{ padding:0px; font-size:14px; margin:0px auto; color:#333; text-align:left;background-color:#FFF;}
ul,li{border-width:0px;padding:0px;margin:0px;list-style-type:none;text-align:left;}
img{border:none;}
h1{font-size:16px; margin:0px; font-weight:100;}
p {margin:0; padding:0px;}
a {blr:expression(this.onFocus=this.blur());color:#666666;} 



#mp_mask,#temp_mask{width:100%;
            height: 100%;
			position: fixed;
	        _position:absolute;
            top: 0;
            left: 0;background-color:#000000;
            filter: Alpha(Opacity=30);
            -moz-opacity: 0.3;
            opacity: 0.3;
            z-index:90;
			display:none;
        }

#absolute_tip{
  width:100px;height:20px;
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0;
  z-index:992;
  background-image:url(../images/absolute_bg.png);
  padding:15px 10px 15px 10px; line-height:24px;
  text-align:center;
  display:none;color:#FFF;font-size:14px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; overflow:auto;
}

#absolute_tips{width:100px;height:20px;
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0; 
  z-index:991;
  background-color:#FFFFFF;
  line-height:24px; padding:10px;
  text-align:center;
  display:none;color:#333;font-size:14px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; overflow:auto;
}

#absolute_tip_img{width:100%;height:100%;
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0;
  z-index:999997;
  padding:15px; line-height:24px;
  text-align:center;
  display:none;
  text-align:center; line-height:100%;
}
#absolute_tip_img img{ border:10px solid #FFFFFF; max-width:100%; max-height:100%; cursor:pointer;}

#absolute_tip_close{
  margin: auto;
  position: fixed;
  _position:absolute;
  top:6;right:6;
  z-index:99999;
  padding:4px 10px 4px 10px; line-height:24px;
  text-align:center;
  display:none;
  text-align:center;line-height:100%;
  background-color:#FF9900; font-size:14px; color:#FFFFFF;
}

#absolute_tip_imgs{
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0;
  z-index:999998;
  padding:0px; line-height:24px;
  text-align:center;
  display:none;
  text-align:center;line-height:100%; overflow:auto;
  background-color:#FFFFFF;
}
.absolute_tip_imgs::-webkit-scrollbar{
    width: 3px;
    height: 16px;
    background-color: #F1F3F6;
	border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.absolute_tip_imgs::-webkit-scrollbar-track{
   
    border-radius: 10px;
    background-color: #F1F3F6;
}
/*定义滑块，内阴影及圆角*/
.absolute_tip_imgs::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 1px;
    background-color: #24B9F4; overflow:hidden;
}

#absolute_temp{width:80%;height:40px;
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0;
  z-index:92;
  background-color:#F2F2F2;
  line-height:24px; padding:0px;
  text-align:left; border-bottom:1px solid #DDD;
  display:none;color:#333;font-size:14px;-webkit-border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px; 
}
#absolute_temp ul li.title{ float:left; display:inline; width:auto; height:40px; line-height:40px; font-size:15px; color:#333333; padding-left:10px;}
#absolute_temp ul li.arr_btn{float:right;display:inline; width:auto;height:20px;line-height:20px;padding:10px 10px 0px 0px;}
#absolute_temp_body{width:80%;height:80%;
  margin: auto;
  position: fixed;
  _position:absolute;
  top:0;left:0;bottom:0; right:0;
  z-index:91;
  background-color:#FFFFFF;
  line-height:24px; padding:25px 15px 15px 15px;
  text-align:left; border:1px solid #DDD;
  display:none;color:#333;font-size:14px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; overflow-y:auto;
  -moz-box-shadow: 3px 3px 10px #666;/* for firefox */
  -webkit-box-shadow: 3px 3px 10px #666;/* for safari or chrome */
  box-shadow:3px 3px 10px #666;/* for opera or ie9 */
}
#absolute_temp_body::-webkit-scrollbar{
    width: 3px;
    height: 16px;
    background-color: #F2F2F2;
	border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
#absolute_temp_body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #F2F2F2;
}
/*定义滑块，内阴影及圆角*/
#absolute_temp_body::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 1px;
    background-color: #27293D; overflow:hidden;
}

#helpAbsoluteTempNote{
  margin: auto;
  position: fixed;
  _position:absolute;width:50%;
  bottom:0;right:0px; height:50px;
  z-index:9992;
  padding:10px 10px 10px 10px;line-height:30px;
  text-align:center;
  background-color:#F2F2F2;color:#0099FF; cursor:pointer;
}

#helpMask{width:100%;
            height: 100%;
			position: fixed;
	        _position:absolute;
            top: 0;
            left: 0;background-color:#000000;
            filter: Alpha(Opacity=30);
            -moz-opacity: 0.3;
            opacity: 0.3;
            z-index:9990;
			display:none;
 }

#helpAbsoluteTemp{
  margin: auto;
  position: fixed;
  _position:absolute; width:50%;
  top:0;bottom:0;right:0px;
  z-index:9991;
  padding:10px 10px 50px 10px;line-height:26px;
  text-align:left;
  display:none;
  overflow:auto;
  background-color:#FFFFFF;
}
.helpAbsoluteTemp::-webkit-scrollbar{
    width: 3px;
    height: 16px;
    background-color: #F1F3F6;
	border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.helpAbsoluteTemp::-webkit-scrollbar-track{
   
    border-radius: 10px;
    background-color: #F1F3F6;
}
/*定义滑块，内阴影及圆角*/
.helpAbsoluteTemp::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 1px;
    background-color: #24B9F4; overflow:hidden;
}