﻿/* **************************  RssReader module ************************** */
.RssReader_SummaryDiv 
{
	/*border:solid 1px black;*/
	/*width:500px;*/
	width:100%;
}

.RssReader_SummaryHeader
{
	font-weight:bold;
}

.RssReader_SummaryTable
{
	width:100%;
}

.RssReader_SummaryTable td
{
	padding:1px 0;
}

.RssReader_SummaryTable span
{
text-transform:uppercase;
}
/*
 * 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
{
color: #193476;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

.RssReader_SummaryDescription
{
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid #06419B; 
    background-color: #ffffff; 
    height:50px; 
    width:50px;
    text-align:center;
}
