/* news.css */

#NewsBox {
  margin: 10px;
  width: 750px;
}
#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 h1 {
  color: #F66F2B;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#NewsBox h2 {
  padding-top: 20px;
  font-size: 14px;
  color: #224295;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 40px 10px 0px;
}
#NewsBox p {
  font-size: 12px;
  margin: 10px 0;
  text-align: justify;
}
#NewsBox .NewsArchive li .photo img {
  height: 70px;
  width: 118px;
  border: none;
  margin: 2px 5px 0 2px;
  float: left;
}
#NewsBox .NewsArchive .NewsCategory {
  color: #595959;
}
#NewsBox .NewsArchive {
  list-style-type: none;
}
#NewsBox .NewsArchivePage {
  cursor: pointer;
}
#NewsBox p a {
  color: #093F59;
  text-decoration: underline;
}
#NewsBox ul {
  margin-left: 15px;
}
#NewsBox ul li {
  margin: 10px 0;
  font-size: 12px;
}
#NewsBox ul li a,
#NewsBox .NewsTitle a {
  color: #224295;
  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;
}
#NewsBox table.table {
  margin: 10px;
  text-align: center;
}
#NewsBox .table .header {
  background: #6C7F93;
  color: white;
  font-weight: bold;
  text-align: center;
}
#NewsBox .table tr td {
  padding: 10px 7px;
  border: 2px solid white;
}
#NewsBox .table .even{
  background: #CEDDEA;
}
#NewsBox .table .odd{
  background: #B8C6D3;
}
#NewsBox .table tr td ul {
  margin: 0 0 0 15px;
}
#NewsBox td.vertical {
  vertical-align: middle;
}
#NewsBox .cleaner {
  clear: both;
}
#NewsBox #CommentaryEditBox .table tr td {
  border: none;
  padding: 0;
}
#NewsBox #CommentaryEditBox .SubmitButton {
  margin-left: 27px;
}
