﻿/*
* Presentation of RSS.
* class not defined in this file but that is needed is:
* .clearfix - defined in SiteCss.css
*/
/*RSS VIEWER*/
.rssViewerPnlParamItem
{
	margin-bottom:10px;
}

.rssViewerPnlParamItemRow
{
	clear:both;
	border:solid 1px #e7e7e7;
	padding:5px;
}

.rssViewerBtnDiv
{
	float:left;
	margin-left:5px;
}

.rssViewerDdlDiv
{
	float:left;
}

.rssViewerResult
{
	clear:both;
	padding-top:10px;
}

.rssViewerParamHeader
{
	font-weight:bold;
}

.rssViewerParamDdl
{
	width:250px;
}

.rssViewerRSSItem
{
	padding-bottom:10px;
}