#rss_main{
		font-family: Arial, sans-serif;	/* Font to use */
		background-color:#000;
		color: #FFF;
		font-size: small;
		font-weight: normal;
		margin:0;
		padding:0px;
		text-align:left;/*changed from center*/
	}
	#rss_main a:link {
	text-decoration: none;
	line-height: 17px;
	font-size: small;
	font-weight: normal;
	}
	#rss_main a:hover {
	color: #4FCDF3;
	font-weight: normal;
	text-decoration: underline;
	}
	
	#rss_main a:visited {
	color: #C3BC57;
	}
	
	input {
		font-size:10px;
	}
	#mainContainer{
		width:95%;
		margin:0 auto;
		text-align:left;
		/*height:100%;*/		
		padding-bottom:30px;
	}
	
	#header{	/* Header at the top of the demo */
		background-image:url('/images/bg_heading.gif');
		background-repeat:repeat-x;
		height:99px;		
	}	/* Logo image */
	#header img{
		float: left;
	}
	
	.dragableBox{	/* The RSS box */
		border:1px solid #999;
		background-color:#262626;
		margin:5px;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#262626;
		height:18px;
		font-weight:bold;
		color: #C3BC57;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-height:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float: left;
	}
	#maindrag
	
	
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#FFF;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:normal;
		margin:0px;
		color:#C3BC57;
		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:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#33CCFF;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
		background-color:#545454;
	}
	
	.dragableBoxContent p {
	margin-top: 0;
	margin-bottom: 10px;
	}
	
	.dragableBoxContent img, .dragableBoxContent span {
	vertical-align: top;
	margin: 0;
	padding: 0;
	}
	
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #FFF;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#FFF;
		padding:2px;
		padding-bottom:3px;
		background-color:#000;
		display: none;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #FFF;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#FF0000;
		color:#FFF;
		display: none;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		height:5px;
		background-color:#555;
		padding:1px;
		color: white;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#FFF;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:#C3BC57;
		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 */
		width:200px;
		background-color:#545454;
		border:1px solid #999;
		padding:4px;
		margin:0 auto;
		color: #00FF00;
	}
	#addNewFeed a, a:hover{color: white;}
	
	.hidden{display:none;}
	h1{color:#DDDDDD; font-size:22px; font-weight: bold; margin:0; padding:0;}