.theme-shade {
  color: #f58e27;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #333333 !important;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px !important;
}
.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.subtitle {
  font-size: 9pt;
}
.filler {
  clear: both;
  height: 0px;
}
.financial-reports .years {
  font-size: 14px;
  margin-bottom: 20px;
}
.financial-reports .years span {
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
}
.financial-reports .years ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.financial-reports .years ul li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.financial-reports .years ul li:not(:last-child):after {
  content: '|';
  text-align: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.financial-reports .years ul li.selected {
  font-weight: bold;
}
.financial-reports .years ul li.selected a {
  color: #f58e27;
}
.financial-reports .years ul li a {
  cursor: pointer;
  font-size: 14px;
}
.financial-reports .items div[name] {
  display: none;
}
.financial-reports .items div[name] .reports td {
  padding-right: 20px;
}
.financial-reports .items div.selected {
  display: block;
}
