	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}	
	.dragableBox{	/* The RSS box */	
		background-color:#FFF;
		margin:5px;
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:0px;
	}


	.dragableBoxHeader{	/* Header inside RSS box */
		font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
    		background-color:#F0EFE7;
		height:22px;
		font-weight:bold;
		color: #000000;
		text-transform: uppercase;
	}


	.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
		height:6px;
	}


	.dragableBoxHeader span{	/* Text inside header of RSS box */
		font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #0049b6;
		padding-top:3px;
	}

	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	


	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		margin:0px;
		color:#0049b6;
		text-decoration:underline;
	}


	

	a.boxItemHeaderLink{	/* Title of items inside dragable boxes */
		margin:0px;
		color:#0049b6;
		text-decoration:none;
		display:block;
		overflow:hidden;
		background: url(bullet.gif) no-repeat 0 5px;
		padding-left: 10px;
	}

	.boxItemHeaderLink{	/* Title of items inside dragable boxes */
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}

	.boxItemHeaderLink:hover{	/* Title of items inside dragable boxes - mouseover*/
		margin:0px;
		color:#0049b6;
		text-decoration:underline;
	}

	.boxItemHeaderLink-megtobb{	/* Title of items inside dragable boxes */
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}

	.boxItemHeaderLink-megtobb:hover{	/* Title of items inside dragable boxes - mouseover*/
		margin:0px;
		color:#0049b6;
		text-decoration:underline;
	}

	.boxItemHeaderRovatok{	/* Title of items inside dragable boxes */
		background-color:#F7F7EE
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}

	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:5px 5px 5px 5px;
		clear:both;
	}
	
	.dragableAddBoxContent{	/* DIV holding data inside dragable boxes */
		padding:5px 5px 5px 5px;
		clear:both;
		background-color:#F7F7EE;
	}

	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted black;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		margin:0px;
		color:#317082;
		padding: 5px 8px 0px 0px;
		margin-left: 8px;
		width:11px;
		height:11px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:8px;
		padding-bottom:0px;
		margin:0px;	
		color:#FFF;
		width:11px;
		height:11px;
	}
	.expandButton{	/* Expand button */
		border:0px;
		margin:0px;
		color:#317082;
		padding: 8px 10px 0 10px;
		width:11px;
		height:6px;
		float:left;
	}
	.RSSButton{	/* Expand button */
		border:0px;
		margin: 0 8px 0 0;
		color:#317082;
		padding-bottom:0px;
		padding-left:0px;
		padding-top:5px;
		width:22px;
		height:11px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#317082;
		text-decoration:none;
		padding-top:1px;
		display:none;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#0049b6;
		text-decoration:underline;
		display:none;
	}
	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;
	}
	
	img{
		border:0px;
		}
	.rovatcim {
		font-weight:bold;
	}
	.rovatelem {
		font-weight:bold;
	}