/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- newslist---------- */
.WebNewsList-body h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: normal; }

.WebNewsList-body .WebNewsList-year {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.WebNewsList-body .WebNewsList-year li, .WebNewsList-body .WebNewsList-year li a {
  float: left;
  width: 64px; }

.WebNewsList-body .WebNewsList-year li a font {
  position: relative;
  top: 15px; }

.WebNewsList-body .WebNewsList-year .btnselect a {
  background: url(../images/Portlet_WebNewsList/Year_bg_btn_hover.gif) no-repeat; }

.WebNewsList-body .WebNewsList-year li a {
  background: url(../images/Portlet_WebNewsList/Year_bg_btn.gif) no-repeat;
  height: 49px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  color: #CCCCCC; }

.WebNewsList-body .WebNewsList-list-month {
  font-size: 20px;
  font-weight: bold;
  padding: 0 16px 0px;
  white-space: nowrap;
  vertical-align: middle; }

.WebNewsList-body .WebNewsList-list-content-container {
  padding-left: 10px; }

.WebNewsList-body .WebNewsList-list-content-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0; }

.WebNewsList-body .WebNewsList-title-content {
  padding-bottom: 5px;
  padding-right: 30px;
  overflow: hidden; }

.WebNewsList-body .WebNewsList-date-text {
  margin-right: 10px;
  margin-top: 5px;
  cursor: default !important;
  border-bottom: none;
  float: left;
  color: #FA9B05;
  line-height: 2; }

.WebNewsList-body .WebNewsList-title-content a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

.WebNewsList-body .WebNewsList-list-content-container li ul li {
  line-height: 1.6; }

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }