/* cmsms stylesheet: MieiCSS modified: 08/29/19 15:55:13 */
/*MIEI CSS*/
 a.navbar-brand.link-style.ltc-ash-grey img.mr-2 {
 	width: 100px;
 }

/*NEWS*/

ul.list1 {
	margin: 0 0 10px 0 !important;
	padding: 5px;
	border-bottom: 1px solid silver;
}
.list1 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	
}
.list1 li a {
	border: 1px solid silver;
	display: inline-block;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;	
	background: whitesmoke;
	margin: 0 10px 0 0;
}

div.NewsSummary {
	border-bottom: 1px dotted silver;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

div.NewsSummaryPostdate, #NewsPostDetailDate  {
	font-size: x-small;
	float: right;
	margin: 0 5px 0 10px;
}

div.NewsSummaryLink, h3#NewsPostDetailTitle  {
	background-color: whitesmoke;
	border-bottom: 1px solid #eaeaea;
	padding: 3px;
	font-size: medium;
}

hr#NewsPostDetailHorizRule {
	display: none;
}

#NewsPostDetailSummary strong {
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 10px 0;
}


div.NewsSummaryLink a {
	border-bottom: none;
}

div.NewsSummaryCategory, #NewsPostDetailCategory  {
	font-size: x-small;
	float: right;
	margin: 0 0 0 10px;
}

div.NewsSummaryAuthor, #NewsPostDetailAuthor  {
	font-size: x-small;
	float: right;
	margin: 0 0 0 10px;
}

#NewsPostDetailReturnLink {
	border-top: 1px dotted silver;
}

div.NewsSummarySummary, #NewsPostDetailContent {
	clear: both;
	margin: 10px 0;
}
