/* Start of CMSMS style sheet 'Select News' */
/*STYLES FOR THE NEWS AND MEMBER DIRECTORY*/

/*STYLES FOR THE MEMBER SUMMARY*/
/*Holds 1 news story */	
div.ms-story
	{
	padding : 5px;
	border-bottom : 1px solid #bedae8; 
	}

/*Style for the title */
div.ms-link
	{	
	font-weight: bold;
	padding-top: 0.2em;
	}

div.ms-summary
	{
	line-height: 1.2em;
	}

div.ms-summary p { margin : 0.8em 0 0 0; }


/*The read more link*/	
div.ms-more
	{
	margin-top : 0.4em;
	text-align : right;
	}

div.ms-link a, div.ms-more a
	{
	text-decoration:none;
	color : #026bad;
	border-bottom: 1px dotted #026bad;
	}
	
div.ms-link a:hover, div.ms-more a:hover
	{
	text-decoration:none;
	border-bottom: 1px solid #026bad;
	}

/*EXTRA STYLES FOR THE DIRECTORY PAGE*/
div.mdir { 
	margin : 20px 0 20px 0; 
	border-bottom : 1px solid #EEEEEE;
	}

/*The read more link*/	
div.mdir-more
	{clear : both; margin-top : 5px; margin-bottom : 5px;}

/*STYLES FOR THE MEMBER DETAIL PAGE*/
img.md-logo {float : right; margin : 15px;}
div.md-category { margin : 10px 0 10px 0; }
div.md-summary { font-weight : bold; }

/*STYLES FOR NEWS SUMMARIES*/

/*Holds a set of news summaries in the sidebar*/
div.ns-sidebar
	{
	/*width : 200px; */
	margin :  0 5px 5px 5px;
	padding : 0;
	border : 1px solid black;
	background-color:white;
	text-align:left;
	}

/* Takes the sidebar default styles */
div.ns-sidebar h2 
	{}
	
/*Holds 1 news story */	
div.ns-story
	{
	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.5em; font-size:10px; 
	}

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 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 'Select News' */

