/* news.css */

#MainContent #NewsBox h2 {
  background: transparent url(/images/content/header-title-long.png) no-repeat bottom left;
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-left: 36px;
}
#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 p {
  font-size: 12px;
  //margin: 10px;
  text-align: justify;
}
#NewsBox .NewsArchive li .photo img {
  width: 95px;
  height: 71px;
  border: none;
  margin: 5px 5px 0 2px;
  float: left;
}
#NewsBox .NewsArchive {
  list-style-type: none;
}
#NewsBox .NewsArchivePage {
  cursor: pointer;
}
#NewsBox ul {
  margin-left: 15px;
}
#NewsBox ul li {
  margin: 10px 0;
  font-size: 12px;
}
#NewsBox ul li a,
#NewsBox .NewsTitle a {
  font-weight: bold;
  font-size: 12px;
}
#NewsBox .NewsDescription {
  color: black;
  font-weight: normal;
}
#NewsBox embed {
  margin: auto;
  clear: both;
  display: block;
}
#NewsBox a:hover {
  text-decoration: underline;
}
#NewsBox .backTop {
  position: absolute;
  font-weight: bold;
  margin-top: 10px;
}
#NewsBox .newsSmallTitle {
  font-size: 10px;
}
#NewsBox .back {
  font-weight: bold;
}
#NewsBox .source {
  text-align: right;
  margin: 20px 0;
}

/***** CommentaryBox *****/

.CommentaryView {
  font-size: 12px;
}
#CommentaryBox .commentaryNumber,
#CommentaryBox .commentaryName {
  font-weight: bold;
}
#CommentaryBox .commentaryNumber {
  color: #177298;
  margin-right: 5px;
}
#CommentaryBox blockquote {
  background: white;
}

/***** CommentaryEditBox *****/

.AutoForm table td table,
.AutoForm .SubmitButton {
  background: none !important;
}
#CommentaryEditBox table td {
  padding: 5px;
}
#CommentaryEditBox form label{
  margin: 10px;
  font-size: 12px;
}
#CommentaryEditBox form .SubmitButton {
  margin-left: 110px;
}
#CommentaryEditBox .required,
#CommentaryEditBox .error {
  color: red;
}
