.News {
  margin-left: 3px;
}
.News ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.News ul li {
  margin-bottom: 15px;
}
.News .date-posted {
  font-weight: bold;
  color: #08287f;
  margin-bottom: 5px;
}
.News .title {
  display: block;
}
.News div.subtitle {
  display: block;
  color: gray;
  font-size: smaller;
  margin-bottom: 5px;
}
.News .subscribe table {
  width: 100%;
}
.News .subscribe table td.td-subscribe {
  text-align: right;
}
.news-details .title {
  display: block;
  font-size: 18pt !important;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.news-details .subtitle {
  display: block;
  font-size: 18px;
  color: gray;
  text-align: center;
}
.news-details .details {
  text-align: justify;
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0px;
  padding: 10px;
}
.news-details .more-link-top,
.news-details .more-link-bottom {
  text-align: right;
}
/********************************/

.news-list .list > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.news-list .list > ul > li > span {
  /*background-color: @global-shade;*/
  color: white;
  font-weight: bold;
  font-size: larger;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.news-list .list > ul > li > span > span {
  padding-left: 10px;
  color: #007034;
}
.news-list .list a {
  text-decoration: none;
}
/********************************/

.news-list table {
  margin-bottom: 10px;
  width: 100%;
}
.news-list table tr td {
  padding: 20px 0;
}
.news-list table tr.even {
  background-color: #ebeaea;
}
.news-list tbody tr td:first-child {
  width: 120px;
  padding-left: 0px;
  text-align: left;
}
.news-list .en-td-date {
  width: 150px !important;
  white-space: nowrap;
}
.news-list .en-td-year {
  width: 30px;
  padding-left: 2px;
  padding-right: 12px;
}
.news-list {
  width: 85%;
  margin: auto;
}
.news-list .news-img {
  padding-left: 10px!important;
}
.news-list .td-nsummary {
  vertical-align: top;
  padding: 20px 0 0 10px;
}
.news-list .td-nsummary > a {
  font-size: 13px;
  font-weight: bold;
}
.news-list .td-nsummary .date {
  font-size: 12px;
  font-style: italic;
}
.news-list .td-nsummary .subtitle {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.news-subscription {
  background-color: white;
}
/**************************************/

.dropdown-01 .years ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.dropdown-01 .years ul li:hover {
  background-color: #e0e0e0;
}
.dropdown-01 .years ul li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 0px;
  width: 100%;
  font-size: 13px;
}
/**************************************/

.year-select {
  margin: 20px auto 0 auto;
  position: relative;
  width: 85%;
}
.year-select .years ul {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.year-select .years ul li {
  display: none;
  padding: 0 5% 0 5%;
}
.year-select .years ul li a {
  font-size: 24px;
  color: #393939;
}
.year-select .years ul li.selected a {
  color: #007135;
}
.year-select .bar {
  width: 100%;
  height: 5px;
  margin: 0 auto 10px auto;
  background: #017136;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNzEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmVjZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #017136 0%, #cbecfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #017136), color-stop(100%, #cbecfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #017136 0%, #cbecfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #017136 0%, #cbecfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #017136 0%, #cbecfb 100%);
  /* IE10+ */
  background: linear-gradient(to right, #017136 0%, #cbecfb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017136', endColorstr='#cbecfb', GradientType=1);
  /* IE6-8 */

}
.year-select .yearcontrols.arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
}
.year-select .yearcontrols.arrow.left {
  left: 0;
  background: url(/Managed/Resources/images/theme/arrow-left-16.png) center center no-repeat;
}
.year-select .yearcontrols.arrow.right {
  right: 0;
  background: url(/Managed/Resources/images/theme/arrow-right-16.png) center center no-repeat;
}
