﻿.RSS_Gadget
{
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 11px;
    width: 250px;
    min-height: 250px;
    border: 1px none #3366cc;
}

.RSS_Content
{
	font-family: lucida grande,arial,helvetica,sans-serif;
	width: 100%;
}

.RSS_Content UL
{
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 25px;
}

.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: normal;
    text-indent: 5px;
    line-height: 22px;
    overflow: hidden;
    color: #808080;
    font-variant: normal;
    text-decoration: none;
}

.RSS_Header a
{
    color: #666666;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}

.RSS_Body
{
	color: #666666;
	max-height: 250px;
	margin-left: 5px;
	overflow: auto;
	line-height: 20px;
	margin-bottom: 5px;
}

.RSS_Expand, .RSS_Collapse
{
	background-image: url('plus.png');
	background-repeat: no-repeat;
	cursor: hand;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.RSS_Collapse
{
	background-image: url('minus.png');
}