/* Start of CMSMS style sheet 'theme : News' */
div#news {
  
}

div#news h2 {
   
}

.NewsSummary {
	float:left;
	width:232px;
	height:281px;
	overflow:hidden;
	margin:0 0 16px 16px;
}

.NewsSummary img{
	border-top:5px solid #A9DBCF;
	border-bottom:5px solid #A9DBCF;
	border-left:8px solid #A9DBCF;
	border-right:8px solid #A9DBCF;
	width:216px;
	height:216px;
	overflow:hidden;
	margin-bottom:8px;
}

.NewsSummaryPostdate {
  font-weight: bold;
  float:left;
  margin-right:5px;
 }

.NewsSummaryLink {
	clear:both;
    font-weight: bold;
    padding-top: 5px;
}

.NewsSummaryCategory {
	float:left;
 }

.NewsSummaryAuthor {
  
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {

}

#NewsPostDetailPrintLink {
	clear:both;
}

div#newsdetail {
	padding-left:16px;
}

#NewsPostDetailDate {
  font-weight: bold;
  float:left;
  margin-right:5px;
}

#NewsPostDetailSummary {

}

#NewsPostDetailCategory {
	margin-bottom:16px;
}

#NewsPostDetailContent {
	float:left;
	width:728px;
	margin-bottom:16px;
  }

#NewsPostDetailAuthor {

}


/* NEWS CATAGORIES */

li.newscategory {
	list-style:none;
}

li.newscategory a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #5e524e; 
}

li.newscategory a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #5e524e;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
li.newscategory a:hover {
   text-decoration: none;
   color: #5e524e;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailReturnLink {}
*/
/* End of 'theme : News' */

