	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		background-color:#FFFFFF;
		font-size:0.7em;
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		text-align:center;

	}

	input{	font-size:10px; }


	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		/* padding-bottom:30px; */
	}

	/* Header at the top of the demo */
	
	#header{	
		
		background-image:url('../images/bg_heading.gif');
		background-repeat:repeat-x;
		height:99px;		
	}

	/* Logo image */
	
	#header img{	float:left; 	}
	

	/* The RSS box */

	.dragableBox{	
		
		/* background-color:#FFFFFF; */


		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 #B1116D;			background-image:url('../images/bg_bloc_offre.gif');}
	.tableBoxInner{	border:1px solid #B1116D;			background-image:url('../images/bg_drop.png');}

	/* Header inside RSS box */

	.dragableBoxHeader{	
		background-color:#d40000;
		height:20px;

		color: #FFFFFF;
	}

	/* Text inside header of RSS box */

	.dragableBoxHeader span{	line-heigth:20px;		}


	.dragableBoxHeader img,

	.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}


	.boxItemHeader{	/* Title of items inside dragable boxes */

		margin:0px;
		color:#2B89C7;
		text-decoration:none;
		overflow:hidden;
		text-align: left;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/

		margin:0px;
		color:#B1116D;
		text-decoration:none;
		text-align: left;

	}
	.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:#FFFFFF;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted #B1116D;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:1px;
		border:1px solid #ffffff;
		line-height:7px;
		height:7px;
		margin:1px;
		color:#ffffff;
		padding:1px;
		padding-bottom:2px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:1px;
		border:1px solid #ffffff;
		line-height:7px;
		padding:1px;
		padding-bottom:2px;
		margin:1px;	
		background-color:#ffffff;
		color:#b1116d;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:1px SOLID #B1116D;
		height:0px;
		background-color:#B1116D;
		padding:0px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#FFFFFF;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#FFFFFF;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}
	#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;
		text-align:left;
	}
	
	img{
		border:0px;
		}