/* news.css */

#NewsBox {
  margin: 10px;
  width: 780px;
  font-size: 12px;
}

#NewsBox h1 {
  margin: 2px 0;
  line-height: 20px;
  font-size: 16px;
  color: #534F4E;
  text-transform: uppercase;
}

#NewsBox h2 {
  padding-top: 20px;
  font-size: 14px;
  color: #534F4E;
  border-bottom: 1px solid #534F4E;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 40px 10px 0px;
}

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

#NewsBox .photo {
  float: left;
  margin: 5px 10px 5px 0;
}

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

#NewsBox .NewsArchive a:hover {
  text-decoration: none;
}

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

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

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

#NewsBox ul {
  list-style-type: none;
}

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

#NewsBox ul li {
  margin: 10px 0;
}

#NewsBox ul li a,
#NewsBox .NewsTitle a {
  color: #534F4E;
  font-weight: bold;
  font-size: 12px;
}

#NewsBox .NewsDescription {
  color: black;
  font-weight: normal;
  font-size: 11px;
  display: block;
}


#NewsBox .NewsCategory {
  color: #F66F2B;
}

#NewsBox a:hover {
  text-decoration: underline;
}

#NewsBox .table,
#NewsBox .imposition {
  font-size: 12px;
}

#NewsBox .table tr td,
#NewsBox .imposition tr td {
  padding: 5px;
  border: 1px solid white; 
}
#NewsBox .table .year,
#NewsBox .imposition .header {
  background: #534F4E;
  color: white;
  font-weight: bold;
}
#NewsBox .table,
#NewsBox .imposition {
  background: #EAE6DB;
}


#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;
}