/* news.css */

#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: 5px;
  text-align: justify;
}
#NewsBox .NewsArchive li .photo img {
  height: 65px;
  width: 87px;
  border: none;
  margin: 2px 5px 0 5px;
  float: left;
}
#NewsBox .NewsArchive .NewsCategory {
  color: black;
  font-size: 11px;
  font-style: italic;
}
#NewsBox .NewsArchive {
  list-style-type: none;
  padding: 0 5px;
  margin-left: 0;
}
#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: #2E338B;
  font-weight: bold;
  font-size: 12px;
}
#NewsBox .NewsTitle a {
  padding-left: 5px;
}
#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 {
  margin: 10px auto;
  width: 95%;
}
#NewsBox .table .header {
  background: #b9c2cb;
  color: #E3272D;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
#NewsBox .table tr td {
  padding: 10px 5px;
  border: 2px solid #99a6b4;
}
#NewsBox .table .even{
  background: white;
}
#NewsBox .table .odd{
  background: #ebebeb;
}
#NewsBox .table tr td ul {
  margin: 0 0 0 15px;
}
#NewsBox td.vertical {
  vertical-align: middle;
}