	body{
		font-family: Tahoma;	/* Font to use */
		background-color:#ffffff;
		font-size:12px;
		margin:0px;
		padding:0px;
		text-align:right;
	}
	A {
	Font-Family: Tahoma, Arial, Verdana;
	Font-Size: 12px;
	Font-Weight: normal;
	TEXT-DECORATION: none;
	}
	A:hover {
	COLOR: #EB7C2A;
	}
	A.links {
	COLOR: #678DCB;
	}
	input{
		font-size:10px;
	}
	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:right;
		height:100%;		
		padding-bottom:30px;
	}
	
	
	.dragableBox{	/* The RSS box */
		border:1px solid #440000;
		background-color:#FFF;
		margin:5px;
	}
	.dragableBoxHeader{	/* 96A5ED bg Header inside RSS box 1F5182item*/
		background-color:#ff9900;
		height:20px;
		font-weight:normal;
		color: #ffffff;
		align:right;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;	
		direction:rtl;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:normal;
		margin:0px;
		color:#003C7D;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:normal; 
		text-decoration:none;
		color:#aa0000;
		margin:0px;
		
		background-color:#f1f1f1;
		width:100%;
		
	}
	.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:#777777;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		direction:rtl;
		padding:3px;
		clear:both;	
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted #FFA500;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #1F5182;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#1F5182;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #1F5182;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#1F5182;
		color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		height:14px;
		background-color:#ffffff;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#1F5182;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#ffffff;
		text-decoration:normal;
	}
	form{	/* No borders in forms */
		display:inline;
		color:#1F5182;
		text-decoration:none;
		Font-Size: 9pt;
	}
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:center;
		width:95%;
		background-color:#f0f0f0;
		border:1px solid #f0f0f0;
		
	}
	#footer p {
		padding: 25px 0 0 0px;
		float: center;
		text-transform: uppercase;
		font-size: .8em;
		color: #bbb;
		}
