/* CSS for Fetch Online RSS Aggregator */
/* $Id$ */

.rssdate {
	background-color: #bacfe8;
	color: white;
	padding: 5px 20px;
	font-weight: bold;
	border-top: 1px solid #3667A1;
	margin-top: 3px;
	clear:both;
}
.rssitem {
	border-top: 1px solid #6E9ACE;
	clear:both;
	height:16px;
	color:#666666;
}
.rssitem.selected {
	background-color:#eeeeff;
}
.bookmark, .sitefavicon, .itemtime, .itemtitle, .itemlink {
	display: block;
	float:left;
}
.bookmark {
	width: 16px;
	padding: 0px 5px;
}
.sitefavicon {
	width: 16px;
	padding: 1px 4px;
}
.sitefavicon img {
	width: 16px;
	height:16px;
}
.itemtime {
	width: 50px;
	padding: 0px 0px;
	font-style: italic;
}
.itemtitle {
	padding: 1px 0px;
}
.itemtitle a {
	font-weight:bold;
	cursor: hand;
	text-decoration: none;
	color: #666666;
}
.itemlink {
	padding: 3px 15px;
	font-size: smaller;
}
.itemlink a {
	text-decoration: none;
	color: #cc0000;
}
.itemcontentpart {
	clear:both;
	/*margin-left:200px;*/
	width:100%;
}
.itemcontent {
	margin-left:15px;
}
.itemcontrol {
	background-color:#eeeeff;
	float:right;
	padding: 0px 5px 0px 0px;
	margin:0px 5px 5px 0px;
}
.itemcontrol ul, .itemcontrol li {
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
	font-size:xx-small;
}
.fetch {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.fetch_comments {
	background-color: #f8f8f8;
	padding:10px 10px 5px 10px;
	margin: 20px 30px;
}
.fetch_comment {
	margin-bottom:10px;
	background-color: #ffffff;
	padding:5px;
}
.fetch_comment.alternate {
	background-color: #efefef;
}
.fetch_loaditem {
	margin: 10px;
	padding: 10px;
	text-align: center;
	color: #cccccc;
	border: 1px solid #eeeeff;
}
