/* news.css */

#MainContent {
  border: 0;
  background: none;
}

#NewsBox {
  background: white url(/images/content/without-sectionmenu-background.gif) no-repeat bottom;
  width: 805px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-left: -5px;
  padding: 0 0 0 10px;
}
#NewsBox h1 {
  background: transparent url(/images/content/without-sectionmenu-title.gif) no-repeat top left;
  height: 35px;
  line-height: 35px;
  width: 817px;
  margin: -10px 0 0 -11px;
}
#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 {
  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;
}