﻿/** window start-- **/
.meiticlubWindow {
  position: absolute;
  display: none;
}
.ui-draggable .meiticlubWindow_tl {
  cursor: move;
}

.meiticlubWindow_tc {
  border-right: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

.meiticlubWindow_tl {
  padding-left: 6px;
  padding-top: 7px;
  background: url(../images/window_border.png) repeat left top;
}

.meiticlubWindow_tr {
  padding-right: 6px;
  border-left: 1px solid #a0a0a0;
}

.meiticlubWindow_bl {
  padding-left: 6px;
  padding-bottom: 6px;
  background: url(../images/window_border.png) repeat left top;
}

.meiticlubWindow_br {
  padding-right: 6px;
  border-left: 1px solid #a0a0a0;
  border-bottom-color:#99bbe8;
}

.meiticlubWindow_bc {
  background-color: #fff;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  _margin-top: -5px;
  +zoom: 1;
}

.meiticlubWindow_foot {
  border-top: 1px dashed #d6d6d6;
  margin: 0 11px;
  height: 43px;
  text-align: right;
  _padding-top: 5px;
}

.meiticlubWindow_btn {
  margin: 8px 0 0 15px;
  cursor: pointer;
}

.meiticlubWindow_mc {
    background-color: #ffffff;
    border-right: 1px solid #a0a0a0;
}

.meiticlubWindow_ml {
  padding-left: 6px;
  background: url(../images/window_border.png) repeat left top;
}

.meiticlubWindow_mr {
  padding-right: 6px;
  border-left: 1px solid #a0a0a0;
}

.meiticlubWindow_head {
  background-color: #ddf0ff;
  border-bottom: 1px solid #94b0bf;
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 12px;
}

.meiticlubWindow_head_tools {
  float: right;
  line-height: 30px;
  display: block;
  height: 30px;
}

.meiticlubWindow_head_title {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  font-family: "微软雅黑", "宋体";
}

.meiticlubWindow_head_title em {
  color: #2878b4;
}

.meiticlubWindow_head_icon {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
}

.meiticlubWindow_mask {
  position: fixed;
  background: black;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  _position: absolute;
}

.meiticlubWindow_mask iframe {
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}

.meiticlubWindow_body {
  overflow: auto;
  padding: 10px;
}

.meiticlubWindow_animateHelper {
  position: absolute;
  background-color: gray;
  opacity: 0.5;
}

.ie6mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 10;
  top: 6px;
  left: 6px;
  z-index: -1;
  filter: alpha(opacity=0);
}

.meiticlubWindow .meiticlubTool {
  *margin-top: 8px;
}

.meiticlubWindow.absoluteCenter {
  left: 50%;
  top: 50%;
  position: fixed;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight / 2));
  _left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth / 2));
  zoom: 1;
}

/*重要通告*/

.notice_box_body li, .notice_box_body p {
    color: #333;
    line-height: 20px;
    text-align: left;
    text-indent: 2em;
    font-size: 13px;
}

.notice_box_body h2 {
    font-weight: bold;
    text-align: center;
    color: #d22926;
    font-size: 20px;
    margin: 6px 0;
}
.btn_small_link{
    display: inline-block;
    margin-top:5px;
    font-size: 13px;
}
.meiticlubTool {
display: inline-block;
overflow: hidden;
width: 15px;
height: 15px;
cursor: pointer;
margin-left: 2px;
vertical-align: middle;
background-image: url(../images/tool-sprites.png);
margin-top:8px;
}