﻿.RSS_Gadget
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	/*font-size: 11px;*/
	width: 285px;
	/*min-height: 200px;*/
	/*border: solid 1px #3366cc;*/
}

.RSS_Content
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	width: 100%;
}

.RSS_Content UL
{
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 25px;
	padding-left: 10px !important;
}

.RSS_Content A
{
	color: #3366cc;
}

.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: #ffffff; /*#3366cc;*/
	color: #669900;
}

.RSS_Header a
{
	color: #669900;
	font-size: 12px;
}

.RSS_Body
{
	color: #666666;
	margin-left: 0px;
	line-height: 20px;
	margin-bottom: 5px;
}

.RSS_Expand, .RSS_Collapse
{
	background-image: url('../Image/plus.gif');
	background-repeat: no-repeat;
	cursor: hand;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.RSS_Collapse
{
	background-image: url('../Image/minus.gif');
}