<style type="text/css">

	#clippingsMenu {position:absolute; margin-top:0px; width:169px;}
	
	/* Holds the chosen/active Clippings and the Clippings description if empty */
	#clippingsContainer{
		background-color:#F6F6F6;	
		position:relative; 
		width:169px; 
		overflow:auto;
		border:0px}	/* #CCCCCC solid;*/
	#clippingsContainer IMG{
		background-color:#F6F6F6;		
		display:block;}

	/* Controls for the active Clippings (Clear Read, Clear All, Next Unread, etc) are housed here */
	#clippingControls {width:169px; border:0px #CCCCCC solid; padding:0px;}
	#clippingControls IMG {display:block; font-weight:bold;}
	
	/* classi che formattano i clipping attivi nel container */
	.clippingItem, .clippingItem:visited, .clippingItemRead  {font-family: Verdana; font-size: 11px; color:#676767; display:block;}
	
	.clippingItemRead, .clippingItemRead:visited {font-family: Verdana; font-size: 11px; color:#999999}
	.clippingItemRead:hover {font-family: Verdana; font-size: 11px; color:#FC8318;}
	
	/* The icon for Clippings */
	.clippingIcon {color:#FFFFFF; background-color:#000000; font:11px arial; position:relative; top:1px; line-height:12px; font-weight:bold; cursor:hand}*/

</style>