/* Start of CMSMS style sheet 'Aprona : News' */
div#news {
         background: #E9E9E9 url(images/box-bg.jpg) repeat-x;
	min-height: 172px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	font-size: 0.9em;
	padding: 15px 0 0 0;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 5px 7px; /* padding for the news article summary */
    position: relative;
    overflow: hidden;
    min-height: 56px;
    margin: 0 0 0px 0!important;
    margin: 0 0 20px 0;
}

.NewsSummaryPostdate {
   background: url(images/date.png) no-repeat;
   position: absolute;
	width: 39px;
	height: 56px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
	font-weight: 600;
	margin: 5px 0 0;
        left: 6px;
        top: 5px;
 }
	.NewsSummaryPostdate strong , .NewsSummaryPostdate span{
		display: block;
		font-size: 0.7em;
		font-weight: 500;
	}
	.NewsSummaryPostdate strong {
		color: #fff;
		height: 20px;
	}
	.NewsSummaryPostdate span{
		margin: 3px 0 0 0;
	}
.NewsSummaryLink, .NewsSummarySummary, .NewsSummaryContent {
	margin: 0 0 0 50px;

}
div#sidebar .NewsSummarySummary, div#sidebar .NewsSummaryContent {
	border-bottom: 1px solid #E9E9E9; 
	padding: 0 0 8px;
}
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.NewsSummaryLink a {
	color: #333;
        border:0 none!important;
}
.NewsSummaryLink a:hover {
	color: #0D6077;
	border-bottom: 1px dotted #0D6077!important;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

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

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#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;
}
#NewsPostDetailPrintLink {
    margin: 0 0 5px;
}

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

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

