html,body{
	font: normal 9pt tahoma;
}
.pseudoMenu{
	background: url(../images/tab-strip-bg.gif) #cedff5 repeat-x bottom;
	padding:5px;
}
img{
	border: none;
}
.feed-list{
	padding:1px;
}
.feed-list a{
	border:1px solid white;
	display:block;
	-moz-outline:none;
	margin-bottom:2px;
	text-decoration:none;
}
.feed-list a .body{
	padding:5px 2px 5px 22px;
	background-image:url(../images/rss.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	font:bold 12px tahoma, verdana, helvetica;
	color: #2d5593;
	display:block;
	-moz-outline:none;
}
.feed-list a .desc{
	font:normal 11px tahoma, verdana, helvetica;
	color: #222222;
}
.feed-list a:hover, .feed-list .selected{
	text-decoration: none;
	border:1px solid #c3daf9;
	background-color:#ddecfe;
}
.feed-list .selected{
	background-image: url('../images/post-bg.gif');
	border:1px solid #c3daf9;
}
/** Comment List */
.item-date {
	margin: 0;

	display: block;
	font-size: 10px;
	font-weight:normal;
	margin-bottom:3px;
}
.item-title{
	font:bold 11px "sans serif", verdana;
	color:#444444;
}
.feed-item {
	display:block;
	margin:5px;
	padding:5px;
	font-size:11px;
	border:1px solid white;
	border-bottom:1px solid #dddddd;
	color:#222222;
	cursor:pointer;
	line-height: 18px;
	-moz-user-select: none;
	-khtml-user-select:none;
}
.selected-article{
	background:#ecf5fe url('../images/post-bg.gif') repeat-x;
	border:1px solid #c3daf9;
}
.hover{
	text-decoration: none;
	border:1px solid #c3daf9;
	background-color:#ddecfe;
}
#preview-body{
	background:white;
}
#main .x-layout-panel-center{
	border-bottom:1px solid #98c0f4;
}
#preview-body {
	padding:10px;
	overflow:auto;
	line-height: 18px;
}
#preview-body p{
	margin:5px;
	margin-bottom:10px;
}