#mainContainer{
	width:80%;;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}
#header{	/* Header at the top of the demo */
	margin:0px;
	background-color:#f1f1f1;
	margin:0px;
	padding:5px;
}	/* Logo image */
.dragableBox{	/* The RSS box */
	color:#000;
	background-color:#f5f6c1;
	margin:15px;
	border:2px solid #FF6633;	/* "Shadow "*/
	overflow:auto;
}
/* A div inside the rss box - with a blue border */
.dragableBoxInner{
	margin:0px;
}
.dragableBoxHeader{	/* Header inside RSS box */
	background-color:#666;
	height:22px;
	color:#FFF;
	padding-top:2px;
	font-size:14px;
	font-weight:bold;
}
.dragableBoxHeader span{	/* Text inside header of RSS box */
	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:#000;
	text-decoration:none;
	overflow:hidden;
}
.boxItemHeader:link, .boxItemHeader:visited{color:#000;text-decoration:none;}
.boxItemHeader:active{color:#000;text-decoration:none}
.boxItemHeader:hover{color:#000;text-decoration:underline;font-weight:bold;}

.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
	margin:0px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
	font-size:11px;	
}

.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
	color:#666666;
}
.dragableBoxContent{	/* DIV holding data inside dragable boxes */
	padding:3px;
	clear:both;
}
#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
	border:1px dotted red;
	margin:5px;
}
.closeButton{	/* Close button */
	margin-top:3px;
	border:none;
	width:40px;
	color:#FFF;
	font-weight:100;
	font-size:12px;
}
.closeButton_over{	/* Close button - mouse over */
	margin-top:3px;
	border:none;
	width:40px;
	background-color:#666666;
	color:#FFF;
	text-decoration:underline;
	font-weight:100;
	font-size:12px;
}
.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
	padding:2px;
}
.dragableBoxEditLink{	/* Edit link on top of a box */
	color:#FFF;
	text-decoration:none;
	margin-top:3px;
	font-weight:100;
	font-size:12px;
}
.dragableBoxEditLink:hover{	/* Edit link - mouse over */
	text-decoration:underline;
	font-weight:100;
	font-size:12px;
}
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;
	background-color:#FFF;
	border:1px solid #cccccc;
	padding:2px;
	margin-right:2px;
	margin-top:5px;
	font-weight:100;
}
.bln:link, .bln:visited{color:#FFF;text-decoration:none}
.bln:active{color:#FFF;text-decoration:none}
.bln:hover{color:#FFF;text-decoration:underline;font-weight:bold;}