@CHARSET "ISO-8859-1";

/****************************************************/
/* rss_reader.css - ONEsite core                    */
/* Last Edit: 10:30 PM CST - Tue Dec 30, 2008       */
/* Last Edit By: rmiller                            */
/* Version: 2.0 / Production                        */
/****************************************************/

 
.rssErrorMsg {
	padding: 10px 0px 10px 0px;
}
#manageFeedsLink {
	padding: 10px 0px 10px 0px;
	font-size: medium;
}
#rssLoadingIndicator {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	background: #f9f9f9;
	filter: alpha(opacity=50);
	opacity: '.5';
}


/***  RSS feed list  ***/

.rssFeed a,
.rssFeed a:hover {
	color: #000;
	text-decoration: none;
}
.rssTitle {
	margin: 0 0 5px;
	font-weight: 700;
}
.rssFeed .rss_ul  {
	list-style-image: url(/resources/images/icons/icn_bullet_arrow.gif);
	margin: 5px 0 0 20px;
}
.rssFeed .rss_ul li {
	margin: 0 0 3px;
}


/***  RSS popup styling  ***/

a.pop {
	text-decoration: none;
}
a.pop:hover {
	position: relative;
}
a.pop span {
	display: none; /* default value */
}
a.pop:hover span {
	display: block;
	position: absolute;
	top: 17px;
	left: 5px;
	width: 300px;
	margin: 0px; 
	padding: 10px;
	border: 1px outset #d3e2f4;
	background: #ffffe0;
	z-index: 100;
	color: #000;
	text-align: center;
	text-decoration: none;
	opacity: 0.95; 
}



/* end rss_reader.rss */
