/* Start of CMSMS style sheet 'News universal CSS' */
div#news {
  border: //none; 1px solid #000;  
  background: transparent; /* url(uploads/mba/newssidebar.jpg) repeat-y; */
  display: block;
  position: relative;
  width: 295px;
  margin-bottom: 10px;
}

div#news h3 {
display: block;
position: relative;
color: #3B0000;
font-size: 8px;
margin: 0px;
height: 14px;
padding: 5px;
}
div#news h1{
font-size: 18px;
color: #3B0000;
text-align: center;
}
div#news h1 a{
font-size: 18px;
color: #3B0000;
text-align: center;
text-decoration: underline;
}

div#news h1 a:hover{
text-decoration: none;
}


div#news_h {
display: block;
position: relative;
top: 0px;
left: 0px;
background: url(images/news-header.jpg) no-repeat;
height: 34px;
width: 200px;
}

div#news h2 {
   line-height: 16px;
   font-size: 14px;
   text-align: center;
   background: #fff;
}

.NewsSummary {
    padding-bottom: 3px; 
    padding-top: 2px;
    padding-left: 10px;
    margin-top: 5px;
}

.NewsSummaryPostdate {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #D7B070;
 }

.NewsSummaryLink, .NewsSummaryLink a, .NewsSummaryLink a:link {
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    text-decoration: underline;
    text-align: center;
    color: #3B0000;
    background: transparent;
}
.NewsSummaryLink a:hover {
    font-weight: bold;
    padding-top: 3px;
    color: #622c27;
    text-decoration: none;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 3px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {

  font-size: 10px;
  color: #58585A;
  font-family: Verdana;
}


.NewsSummaryMorelink, .NewsSummaryMorelink a {
  padding-top: 0.5em;
    font-weight: bold;
    font-size: 8px;
    color: #757575;
    background: transparent;
    text-decoration: none;
}

.NewsSummaryMorelink a:hover {
  padding-top: 0.5em;
    font-weight: bold;
    font-size: 8px;
    color: #622c27;
    text-decoration: underline;
    background: transparent;    
}


#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
/*  border-top: 1px solid #ccc;*/
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/

#NewsPostDetailReturnLink {
    color: #622c27;
    text-decoration: underline;
    background: transparent;
}

#NewsPostDetailReturnLink a {
    color: #757575;
    text-decoration: underline;
    background: transparent;
}
#NewsPostDetailReturnLink a:hover{
    color: #622c27;
    text-decoration: underline;
    background: transparent;
}
/* End of 'News universal CSS' */

