/* news.css */

#NewsBox h2 {
  padding-left: 10px;
}
#NewsBox .photo {
  float: left;
}
#NewsBox .photo .legend strong {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  width: 300px;
  display: block;
}
#NewsBox p {
  font-size: 12px;
  margin: 10px;
  text-align: justify;
}
#NewsBox .NewsArchive li .photo img {
  height: 65px;
  width: 87px;
  border: none;
  margin: 2px 5px 0 2px;
  float: left;
}
#NewsBox .NewsArchive .NewsCategory {
  color: black;
  font-size: 11px;
  font-style: italic;
}
#NewsBox .NewsArchive {
  list-style-type: none;
  margin-left: 0;
  padding: 0 10px;
}
#NewsBox .MonthList {
  padding: 0 10px;
}
#NewsBox .NewsArchivePage {
  cursor: pointer;
}
#NewsBox ul {
  margin-left: 15px;
}
#NewsBox ul li {
  margin: 10px 0;
}
#NewsBox ul li a,
#NewsBox .NewsTitle a {
  color: #2F338B;
  font-weight: bold;
  font-size: 12px;
}
#NewsBox .NewsDescription {
  color: black;
  font-weight: normal;
}
#NewsBox embed {
  margin: auto;
  clear: both;
  display: block;
}
#NewsBox .NewsCategory {
  color: #F66F2B;
}
#NewsBox a:hover {
  text-decoration: underline;
}
#NewsBox .backTop {
  position: absolute;
  margin-top: 10px;
  font-weight: bold;
}
#NewsBox .newsSmallTitle {
  font-size: 10px;
}
#NewsBox .back {
  font-weight: bold;
}
#NewsBox .source {
  text-align: right;
  margin: 15px 0;
}
#NewsBox table.table {
  margin: 10px;
  text-align: center;
}
#NewsBox .table .header {
  background: #565758;
  color: white;
  font-weight: bold;
  text-align: center;
}
#NewsBox .table tr td,
#NewsBox .table tr th {
  padding: 10px 7px;
  border: 2px solid white;
}
#NewsBox .table .even{
  background: #dfdfdf;
}
#NewsBox .table .odd{
  background: #bfbfbf;
}
#NewsBox .table tr td ul {
  margin: 0 0 0 15px;
}
#NewsBox td.vertical {
  vertical-align: middle;
}
#NewsBox .cleaner {
  clear: both;
}
