/* Start of CMSMS style sheet 'News interior' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
  display: inline-block;
}

div#news h2 {
   line-height: 1em;
   background: #fff;
}

.NewsSummary {
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    min-height: 150px;
    *height: 150px auto;
}

.NewsSummaryPostdate {
  font-weight: bold;
 }

.NewsSummaryLink a{
    font-family: Times New Roman;
    font-size: 22px;
    color: #950d19;
    text-decoration: none;
    line-height: 25px;
}

.NewsSummaryLink a:hover{
    background: transparent;
}

.NewsSummaryLink2 a{
    font-family: times new roman;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
    background: url('images/cms/bw_bullet.gif') no-repeat;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  color: #828284;
  font-family: Times New Roman;
}

.NewsSummarySummary p, .NewsSummaryContent p {
  line-height: 140%;
  font-family: Arial;
  font-size: 12px;
 }

.NewsSummarySummary img, .NewsSummaryContent img, {
   padding-right: 10px;
 }

.NewsSummaryMorelink {
   text-align: right;
   padding-top: 0.2em;
   color: #950d19;
}

.NewsSummaryMorelink a{
   color: #828284;
   font-family: Times New Roman;
   text-decoration: none;
   font-size: 12px;
}

.NewsSummaryMorelink a:hover {
   background: #950d19;
   color: #FFFFFF;
   font-family: Times New Roman;
   font-size: 12px;
}

.NewsSummary img {
   border: 1px solid #000000;
}

.NewsSummaryField{
   float: left;
   padding: 5px;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetail img {
   float: left;
   margin: 5px 5px 5px 0px; 
   border: 1px solid #000000;
}

#NewsPostDetail table {
   float: left;
}

#NewsPostDetailSummary {
   line-height: 150%;
   text-align: justify;
   font-family: Arial;
   font-size: 12px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  text-align: justify;
  font-family: Arial;
  font-size: 12px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetail h3{
     color: #950d19;
     font-size: 22px;
     font-family: Times New Roman;
     font-weight: normal;
}




/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News interior' */

