﻿.RSS_Gadget
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 650px;
	min-height: 100px;
	
}

.RSS_Content
{
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	text-align:left
}

.RSS_Content UL
{
	list-style-type: none;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 25px;
	padding:0px;
}

.RSS_Content A
{
	color: #666666;
}

.RSS_Wait
{
	width: 250px;
	height: 80px;
	background-image: url('wait30.gif');
	background-repeat: no-repeat;
	background-position: 110px 110px;
}

.RSS_Header
{
	width: 100%;
	height: 22px;
	font-weight: bold;
	text-indent: 0px;
	line-height: 22px;
	text-align:left;
	overflow: hidden;
	color: #333333;
}

.RSS_Header a
{
	color: #333333;
	text-decoration:none;
	font-size: 12px;
}

.RSS_Body
{
	color:#666666;
	max-height: 100px;
	margin-left: 20px;
	overflow: auto;
	line-height: 20px;
	margin-bottom: 5px;
}

.RSS_Expand, .RSS_Collapse
{
	background-image: url('../../customControls/images/plus.gif');
	background-repeat: no-repeat;
	cursor: hand;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.RSS_Collapse
{
	background-image: url('../../customControls/images/minus.gif');
}