/* Start of CMSMS style sheet 'cpen News' */
div#news {
  margin: 0 0 1em 0;  /* margin for the entire div surrounding the news list */
vertical-align: top;
}

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

.NewsSummary {
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
height: 1%;
padding: 0 0 5px 0;
border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
width: 24%;
height: 2.5em;
float: left;
 }

.NewsSummaryLink {
    font-weight: bold;
line-height: 1.5em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
margin-left: 24%;
font-size: 0.92em;
display: none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
margin-left: 24%;
font-size: 0.92em;
display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
margin-left: 24%;
font-size: 0.92em;
 }

.NewsSummaryMorelink {
  padding-top: 0.3em;
font-size: 0.92em;
text-align: left;
margin-left: 24%;
}
.NewsSummaryField { display: none;}
#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
margin: 0.75em 0;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
display: none;
}

.NewsDetailField
{
  margin: 0.5em 0;
  font-style: italic;
}
#NewsPostDetailPrintLink { width: 50px; float: left; }
#NewsPostDetailReturnLink {width: 50px; float: left; }

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

/* 
#NewsPostDetailHorizRule 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}

*/

table.mailN
{
	background-color: inherit;
	font-family: verdana, arial, sans-serif;
	border-collapse: collapse;
	margin: 10px auto;
	width: 80%;
	font-size: 0.88em;
	border: 1px solid #ccc;
}

td.labelcellN
{
	font-size: 1.00em;
	width: 30%;
	color: #666;
	padding: 3px 4px;
	border: 1px solid #ccc;
	background-color: #E8E8E8;
	vertical-align: middle;
	text-align: left;
}
td.fieldcellN
{
	color: #808080;
	margin-right: 0;
	padding: 3px 4px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	text-align: left;
	font-size: inherit;
}
/* End of 'cpen News' */

