﻿.RSS_Gadget
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
	width: 650px;
	min-height: 450px;
	border: solid 1px #9900FF;
}

.RSS_Content 
{
     width: 100%;
	 
}

.RSS_Content UL
{
	list-style-type: none;
	margin-left: -2px;
	margin-right: 10px;
	line-height: 25px;

}

.RSS_Content A
{
	color:#9900FF;
}

.RSS_Wait
{
	width: 250px;
	height: 250px;
	background-image: url('wait30.gif');
	background-repeat: no-repeat;
	background-position: 110px 110px;
}

.RSS_Header
{
	width: 100%;
	height: 22px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 22px;
	overflow: hidden;
	background-color: #CC66FF;
	color: #ffffff;
}

.RSS_Header a
{
	color: #ffffff;
	font-size: 12px;
}

.RSS_Body
{

	max-height: 650px;
	text-align:left;
	margin-left: 5px;
	overflow: auto;
	line-height: 30px;
	padding:5px;
	margin-bottom: 5px;
	background-color:#E9DEEF;
	border: solid 1px #9900FF;
	font-size: 18px;
}

.RSS_Expand, .RSS_Collapse
{
	background-image: url('plus.gif');
	background-repeat: no-repeat;
	cursor: hand;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.RSS_Collapse
{
	background-image: url('minus.gif');
}
