﻿/* **************************  RssReader module ************************** */
.RssReader_SummaryDiv 
{
	/*border:solid 1px black;*/
	/*width:236px;*/
}

.RssReader_SummaryHeader
{
	font-weight:bold;
}

.RssReader_SummaryTable
{
	width:100%;
}
/*
 * IMPORTANT: Setting the table cell width for the date column (.RssDateWidth) is important for  
 * rssreader.js to be able to determine the dynamic width of the title cell to truncate text correctly.
 * You can adjust the width, but do not remove it.
 */
.RssReader_Column1Width
{
	/*width:100px;*/
}

.RssReader_SummaryLogo
{
	width:100px;
}
.RssReader_SummaryPubDate
{
	font-weight:bold;
}

.RssReader_SummaryTitle
{
}

.RssReader_SummaryDescription
{
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid #06419B; 
    background-color: #ffffff; 
    height:50px; 
    width:50px;
    text-align:center;
}