



hr { color: #CC0000; height:1px; background: inherit; margin: 0px;}

	.dragableBox{	/* The RSS box */
		border:1px solid #CC0000;
		background-color:#FFF;
		margin:5px;
	}
	
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#F0F0F0;
		height:20px;
		font-size:0.85em;
		font-weight:bold;
		color: #454545;
	}
	
	.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 */
		font-weight:normal;
		font-size:0.90em;
		margin:0px;
		color:#000;
		text-decoration:none;
		line-height:15px;
		overflow:hidden;
	}	
	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:normal;
		margin:0px;
		color:#000;
		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:#000;
	}
	
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted #ccc;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:1px;
		border:1px solid #CC0000;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#CC0000;
		padding-bottom:3px;
	}
	
	.closeButton_over{	/* Close button - mouse over */
		padding:1px;
		border:1px solid #000;
		line-height:9px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#306364;
		color:#FFF;
	}
	
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:3px double #CC0000;
		height:10px;
		background-color:#F0F0F0;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#CC0000;
		text-decoration:none;
		padding-top:1px;
	}
	
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color: #000;
		text-decoration:underline;
	}
	
	form{	/* No borders in forms */
		display:inline;
	}

	
	