/* news.css */ 

#NewsBox h1 {
  background: transparent url(/images/sectionboxtitles/credit-title.gif) no-repeat top right;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  margin-left: -15px;
}

#NewsBox .SectionBoxTitle {
  font-size: 16px;
  color: #910050;
  margin-top: 5px;
}
#NewsBox li {
  list-style-type: none;
}

#NewsBox {
  padding: 5px 15px;
  font-size: 12px;
  width: 770px;
}

#NewsBox .photo {
  float: left;
  margin-right: 10px;
}

#NewsBox .photo .legend strong {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  width: 300px;
  display: block;
}

#NewsBox a {
  text-decoration: none;
  color: #910050;  
}


#NewsBox li .photo img {
  height: 38px;
  border: none;
  margin: 2px 5px 0 2px;
  float: left;
}

#NewsBox .NewsArchivePage .photo img {
  height: 50px;
  border: none;
  margin: 2px 5px 0 2px;
}

#NewsBox li.NewsArchivePage {
  clear: both;
  padding-bottom: 25px;
  height: 55px;
  cursor: pointer;
}

#NewsBox .NewsArchive .NewsCategory {
  color: #595959;
}

#NewsBox p {
  margin: 10px 0;
  text-align: justify;
}

#NewsBox ul {
  margin: 0;
  padding: 0 25px;
  text-align: left;
}
#NewsBox ul li {
  margin: 5px 0;
  text-align: justify;
}
#NewsBox ul li a {
  padding: 0;
  text-decoration: none;
}

#NewsBox ul li a:hover {
  background: none;
  padding: 0;
}

#NewsBox .NewsList {
  list-style-type: none;
  border-bottom: 2px dotted #DADBDC;
  padding: 5px 0;
  text-align: justify;
  margin: 0;
}

#NewsBox .NewsDate {
  color: #055993;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
}

#NewsBox .NewsTitle {
  color: #055993;
  font-weight: bold;
  font-size: 12px;
}

#NewsBox .NewsArchivePage .NewsTitle {
  font-size: 13px;
}

#NewsBox h2 {
  margin: 15px 0;
  padding: 2px 5px;
  border-left: 6px solid #910050;
  border-bottom: 2px dotted #DADBDC;
  text-transform: uppercase;
  font-size: 14px;
  color: #595959;
}

#NewsBox .NewsDescription {
  color: #595959;
  font-size: 11px;
}

#NewsBox .NewsResource {
  color: #055993;
  font-size: 12px;
  font-weight: normal;
}

#NewsBox .CategoryTitle {
  font-size: 16px;
  color: #910050;
  margin-top: 5px;
  text-transform: uppercase;
}

#NewsBox .text {
  font-size: 12px;
  text-align: justify;
  color: #595959;
  padding-bottom: 10px;
}

#NewsBox .text a {
  color: #055993;
}

#NewsBox .table {
  width: 565px;
  margin: 10px;
}

#NewsBox .table tr td {
  padding: 4px;
  border: 1px solid white;

}

#NewsBox embed {
  margin: auto;
  clear: both;
  display: block;
}

#NewsBox .one {
  background-color:#D3DEE9;
}

#NewsBox .two {
 background-color:#A9BED6;
}

#NewsBox .year {
 background-color:#31639C;
  color: white;
  font-weight: bold;
}

#NewsBox .backTop {
  position: absolute;
  margin-top: 10px;
  //margin-top: 0px;
  font-weight: bold;
}

#NewsBox .newsSmallTitle {
  font-size: 10px;
}

#NewsBox .back {
  font-weight: bold;
}

#NewsBox .source {
  text-align: right;
}