.rssBox{	/* The RSS box */
	
	background-color:#FFF;
	margin:5px;
	/* "Shadow "
	border-right:2px solid #AAA;	
	border-bottom:2px solid #AAA; */
}
/* A div inside the rss box - with a blue border */
.rssBoxInner{
	border:1px solid ;
	border-color: #F60;
	-moz-border-radius: 5px ;
}

.rssBoxHeader{	/* Header inside RSS box */
	background-color:#FFD392;
	height:20px;
	font-weight:bold;
	color: #317082;
	-moz-border-radius: 5px 5px 0 0;
}
.rssBoxHeader span{	/* Text inside header of RSS box */
	line-height:18px;
	float:left;
}
.rssBoxHeader img{	/* image inside RSS box */
	float:left;
	padding-top: 2px;
}

.rssFaviconTitle{
	padding: 2px 5px 0 0;
}

.rssBoxItemHeader{	/* Title of items inside dragable boxes */
	margin:0px;
	color:#000;
	text-decoration:none;
	overflow:hidden;
    line-height: 1em;
}	
.rssBoxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
	color:#F00;
	text-decoration:underline;
}
.rssBoxTitle{	/* Title of items inside dragable boxes */
	font-weight:bold;
	margin:0px;
	color:#000;
	text-decoration:none;
	overflow:hidden;
}	
.rssBoxTitle:hover{	/* Title of items inside dragable boxes - mouseover*/
	font-weight:bold;
	margin:0px;
	color:#F00;
	text-decoration:underline;
}
.rssBoxHeader 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:#900;
	text-decoration:none;
}
.rssNumberOfItems:hover{	/* Number of RSS items in header - the one inside parantheses */
	color:#900;
	text-decoration:underline;
}

.rssBoxContent{	/* DIV holding data inside dragable boxes */
	padding:3px;
	clear:both;
}

.rssBoxStatusBar{	/* Status bar at the bottom of rss boxes */
	border-top:3px double #317082;
	height:10px;
	padding:2px;
	display:none;
}

img{
	border:0px;
	}