@import "level2.css";

table.rss {
	width: 100%;
	font-size: 1.28em !important;
	background-color: #E7E7E7;
	color: #333;
	position: relative;
	margin: 10px 0 !important;
	padding: 0;
}

table.rss caption {
	font-size: 2.56em;
	font-weight: normal;
	background: #AB0000 url('../images/corner.gif') no-repeat right top;
	border-bottom: 5px solid #FFF;
	color: #FFF;
	text-transform:uppercase;
	padding: 5px 10px;
}

table.rss td, th {
	padding: 5px;
}

table.rss thead th {
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

table.rss tbody tr		{
	background-color:#FFF; 
	text-align:left;
}

table.rss tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.rss tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
}

table.rss tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.rss td a img {
	border: 0;
}

table.rss td a:link, table.rss td a:visited {
	color: #AB0000;
	text-decoration: none;
}

#rss table.rss td a:hover {
	text-decoration: none ;
}

#rss table.rss tfoot th, #rss table.rss tfoot td {
	background-color:#E7E7E7;
	padding:10px;
	font-weight:bold;
	border-top:1px solid #DFDFDF;
}

a.rss {
	float: left;
	margin: 0;
	height: 20px;
	background-image: url('../images/ico_rss.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #AB0000 !important;
	font-weight: bold;
	text-indent: 25px;
}