/*************************************************************************************************/
/* Author:			VINCIS / Rinse Stellingwerf	                                               	 */
/* Description:		Stylesheet for news module.                                       		 	 */
/*************************************************************************************************/
@media screen 
{	
	/*********************************************************************************************/
	/* Containers & classes (news)                                                            	 */
	/*********************************************************************************************/
	
	.newsItemTitle a
	{
		text-decoration:		none;
		font-weight:			bold;
		
		color:					#000047;
	}
	
	.newsItemTitle a:hover
	{
		text-decoration:		underline;
		
		color:					#AA0009;
	}
	
	.newsItemDate
	{
		color:					#808080;
	}
	
	.newsItemContent
	{
		padding:				10px;
		margin-bottom:			20px;
		
		background-color:		#E5E5E5;					
		border:					1px solid #B2B2B2;	
	}
	
	#containerNewsList ul
	{
		padding:				0px;
		margin:					0px;
		
		list-style-type:		none;		
	}
	
	#containerNewsList ul li
	{
		padding:				6px 0px 0px 14px;
				
		background:				url('/sjablonen/1/images/general/bullet_red.gif') no-repeat 1px 13px;		
		border:					none;
	}
}
