@charset "UTF-8";

/*
 * Example of RSS Ticker Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 * For Maalika...
 * Implemented by Sreenu Vattipally (sreenu.cdfd {@} gmail.com)
 */

.rssFeed
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px ;
	font-weight:normal;
	width: 400px;
	margin: 0px 0px 0px 10px;
}
.rssFeed a
{
	color: #ddd;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #77f;
	text-decoration: underline;
}

.rssHeader { 
border-bottom: 1px solid #ccc;
margin-bottom:5px;
}

.rssHeader a:link, .rssHeader a:hover, .rssHeader a:active, .rssHeader a:visited{ 
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #eeeeee;
text-decoration:none;
}

.rssBody {
border: 0px;
}
.rssRow h4, .rssRow p, .rssRow div
{
	margin: 0;
	padding: 0;
}

/*.rssRow even{
font-size:10px;
font-weight:normal;
}

.rssRow odd{
font-size:10px;
font-weight:normal;
}*/

