	/*input{
		font-size:10px;
	}*/
	
	.dragableBox{	/* The RSS box */
		
		background-color:#FFF;
		margin:5px;
		/*border-right:2px solid #AAA;	/* "Shadow "*/
		/*border-bottom:2px solid #AAA;	/* "Shadow " */
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #aaa;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		/*background-image:url(../../../images/fond_titre_zone_rub_3.gif);
		background-repeat:repeat-x;*/
		width:300px;
		height:31px;
		min-height:20px;
		text-align:left;
		clear:both;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		/*line-heigth:20px;*/
		margin:1px 5px 0 5px;
		color:#ef7900;
		font-weight:bold;
		float:left;
	}
	.dragableBoxHeader img{
		margin-top:5px;
		float:left;
	}
	
	.boxItemHeader{	/* Title of items inside dragable boxes */
		
		margin:0px;
		text-decoration:none;
		position:relative;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		/*font-weight:bold;*/
		margin:0px;
		color:#ef7900;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#e00a1c;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		width:288px;
		clear:both;
		text-align:left;
		padding:0 5px;
		text-transform:lowercase;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dashed red;
		margin:5px;
	}
	
	.padd
	{
		padding:3px;
	}
	
	.closeButton{	/* Close button */
		height:9px;
		margin:0 6px 0 0;
		color:#e00a1c;
		font-weight:bold;
	}
	
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		line-height:7px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		color:#e00a1c;
		font-weight:bold;
	}
	
	.closeButton_over:hover{	/* Close button - mouse over */
		padding:2px;
		line-height:7px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		color:#e00a1c;
		font-weight:bold;
	}
	
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		/*border-top:3px double #AAA;*/
		height:31px;
		background-color:white;
		padding:2px;
		color:black;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#e00a1c;
		text-decoration:none;
		padding-top:1px;
		font-weight:bold;
	}
	
	a.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#e00a1c;
		text-decoration:none;
		padding-top:1px;
		font-weight:bold;
	}
	
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#e00a1c;
		font-weight:bold;
		text-decoration:underline;
	}
	.inline{	/* No borders in forms */
		display:inline;
	}
	.linkRSS a
	{
		color:black;
		text-decoration:none;
	}
	
	.linkRSS a:hover
	{
		text-decoration:underline;
		color:black;
	}
/*
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
/*		float:right;
		width:300px;
		background-color:#FFF;
		border:2px solid #317082;
		padding:2px;
		margin-right:2px;
		margin-top:2px;
		display:none;
	}
	
	img{
		border:0px;
		}
*/		
	.column {
	padding:0; FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 32.3%; margin:0;
	}
	
	.squarecolor {
	border:1px solid #000000;float: left; margin: 2px; width: 16px; cursor: pointer; HEIGHT: 16px;
}