/* Start of CMSMS style sheet 'WB News' */
/*STYLES FOR NEWS SUMMARIES*/

/*Holds a set of news summaries in the sidebar*/
div.ns-sidebar
	{
	/*width : 200px; */
	margin :  0 0 5px 0;
	padding : 0;
	border : 1px solid #25408f;
	background-color:white;
	text-align:left;
	font-size : 10px;
	}
/*Used for searchresponse*/
div.ns-sidebar p.sr {
	font-size : 12px;
	line-height : 1.4em;
	padding : 5px 5px 5px 5px;
}

div.ns-sidebar p.srspaced {
	font-size : 12px;
	line-height : 1.4em;
	padding : 5px 5px 5px 5px;
	margin : 20px 0 20px 0;
}


div.ns-sidebar h2 
	{color : white; background-color : #25408f; font-size : 14px; padding : 5px}
	
/*Holds 1 news story */	
div.ns-story
	{
	margin-top : 1em;
	padding : 5px;
	border-bottom : 1px solid #bedae8; 
	}

	
/*Style for the title */
div.ns-link
	{	
    font-weight: bold;
    padding-top: 0.2em;
	}

div.ns-date
	{
	padding : 0.2em 0.2em 0.2em 1em;
	font-style:italic;
	font-size : 0.9em;
	}
	
div.ns-summary
	{
	line-height: 1.2em;
	}

div.ns-summary p { margin : 0.8em 0 0 0; }


/*The read more link*/	
div.ns-more
	{
	margin-top : 0.4em;
text-align : right;
	}

div.ns-link a, div.ns-more a
	{
	text-decoration:none;
	color : #026bad;
	border-bottom: 1px dotted #026bad;
	}
	
div.ns-link a:hover, div.ns-more a:hover
	{
	text-decoration:none;
	border-bottom: 1px solid #026bad;
	}

/*STYLES FOR NEWS SUMMARIES ON THE HOME PAGE*/
div.ns-homepage	{
  padding : 0.3em 0 0.3em 0;
  font-weight: bold;
  font-style: oblique;
}

div.nshp-link    { padding-top: 0.5em;  }

div.nshp-more { text-align : right; padding : 0 0.2em 0.2em 0;}

div.nshp-link a, div.nshp-more a
	{
	text-decoration:none;
	color : black;
	border-bottom: 1px dotted black;
	}
	
div.nshp-link a:hover, div.nshp-more a:hover
	{
	text-decoration:none;
	border-bottom: 1px solid black;
	}

/*STYLES FOR THE NEWS DETAIL PAGE*/

/*Other styles are taken from the summary page*/
div.np-summary
	{
	line-height: 1.2em;
        font-weight : bold;
	}

div.np-summary p { margin : 0.8em 0 0 0; }


div.ns-summary p, { margin : 0.8em 0 0 0; }




/* End of 'WB News' */

