

/**irnews**/#xj-mainlist dl{
 overflow:hidden;
 margin-bottom:0.5em;
}

#xj-mainlist dl dt{
 width:13%;
 float:left;
 min-width:120px;
}

#xj-mainlist dl dd{
 margin-right:5px;
}

#xj-mainlist dl dd.txt{
 margin-left:200px;
}

#xj-mainlist dl dd.label{
 float:left;
 width:8%;
 padding:3px;
 text-align:center;
 min-width:70px;
}

#xj-mainlist dl dd.label.icon_discro{
 background-color: #CCC;
}

#xj-mainlist dl dd.label.icon_result{
 background-color: #FCC;
}

#xj-mainlist dl dd.label.icon_legal{
 background-color: #9C9;
}

#xj-mainlist dl dd.label.icon_ir{
 background-color: #CCF;
}

#xj-mainlist dl dd.pdf{
 float:right;
}

#xj-select-year{
 margin-bottom:10px;
 //		border-bottom: 1px solid #dfdfdf;
 padding-left:20px;
}

#xj-select-year #year li{
 float:left;
}

#xj-select-year #year{
 overflow:hidden;
 position:relative;
 top:1px;
 z-index:1000;
}

#xj-select-category #type li{
 float:left;
 margin-right:10px;
}

#xj-select-category #type{
 overflow:hidden;
}

/**irlibrary**/.library dl{
 overflow:hidden;
}

.library dl dt{
 width:82px;
 float:left;
 background-color: #ececec;
 color: #666666;
 font-size: 10px;
 line-height:30px;
 border-bottom: 1px dotted #cccccc;
 padding-left:2px;
}

.library dl dd{
 margin-right:5px;
 font-size:12px;
 line-height:30px;
 border-bottom: 1px dotted #cccccc;
 padding-left:5px;
}

.library dl dd.txt{
 margin-left:80px;
}

.library dl dd.pdf{
 float:right;
 display:block;
 line-height:30px;
}

.library dl dd.pdf img{
  vertical-align:middle;
  margin-right:3px;
}

#year{
 text-align: center;
}

#year li{
  margin-top:3px;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  font-size: 0.875em;
  position: relative;
  text-align: center;
  transition-delay: 200ms;
  transition-duration: 200ms;
  transition-property: border-top-color;
  width: 13%;
  height:40px;
  line-height:40px;
  -moz-user-select: none;
  background-color: #ecf0f1;
  color: #bdc3c7;
  cursor: pointer;
  display: block;
}

#year li :hover{
   color: #c0392b;
}

#year .active{
  margin-top:0;
  margin-right:1px;
  border-top: 3px solid #0B2F8B;
  border-bottom:#FFFFFF 1px solid;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
  transform: translate(0px, 1px);
  background-color:#FFFFFF;
}

#year .active a{
   color:#333333;
}

#tab_start{
 margin-top:3px;
 float:left;
 width:20px;
 height:42px;
 //			border-right:#dfdfdf 1px solid;
}

.chart_container br{
 font-size:2px;
}

