/* Start of CMSMS style sheet 'AIESEC news css' */
/*
news module
*/
#firstpagenews{
	width:230px;	
	float:right;
	padding: 0 10px 10px 10px;
        margin: 0 0 15px 15px;
        background-color:#F4F4F4;
        border:1px solid #CCCCCC;
}


.NewsSummary{
	padding-top:10px;	
}
.NewsSummaryPostdate{
float:right;
width:80px;
text-align:right;
color:#003399;
}

.NewsSummaryLink a,.NewsSummaryLink a:hover, .NewsSummaryLink a:visited{
color:#003399;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
.NewsSummaryLink a:hover{
	text-decoration: underline;
}
	
.NewsSummarySummary{
 clear:both;
 padding-top: 7px;
 
}
/*
news details css
*/

#NewsPostDetailDate{
	float:right;
	width:80px;
	text-align:right;
	color:#003399;
}
#NewsPostDetailTitle{
	float:left;
	width:470px;
	padding-bottom: 5px;
	color:#003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#NewsPostDetailHorizRule{
	color:#003399;
	width:80%;
	clear:both;
}
/* End of 'AIESEC news css' */

