﻿.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: #FFFFFF;
}

.RSS_Wait
{
	width: 250px;
	height: 250px;
	background-image: url('../../../images/ajax-loader.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: #3366cc;
	color: #ffffff;
}

.RSS_Header a
{
	color: #ffffff;
	font-size: 12px;
}

.RSS_Body
{
    color: #FFFFFF;
    max-height: 250px;
    margin-left: 20px;
    overflow: auto;
    line-height: 20px;
    margin-bottom: 5px;
}

.RSS_Expand, .RSS_Collapse
{
	background-image: url('../../../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('../../../images/minus.gif');
}