/*Showcase Page CSS*/

div.showcasecell{
	width: 200px;
	padding: 10px;
	margin: 20px;
	border: 1px solid #cccccc;
}
div.fpshowcase{
	background-image: url('/static/images/grad_header.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	padding: 5px;
	margin-top: 10px;
}
div.fpshowcase h2{
	display: inline;
}
div.feeds{
	display: block;
	float:left;
	width: 150px;
}
div.feeds a{
	margin: 10px;
	display: block;
	font-weight: bold;
}

table.rss_table{
	width: 600px;
	text-align: center;
	margin-bottom: 50px;
}
.rss_table td, th{
	padding: 6px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #efefef;
	background-color: #ffffff;
}

.rss_table th{
	font-size: 12px;
	padding: 6px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffee;
	background-color: #efefef;
	background-image: url('/static/images/grad_header2.jpg');
	font-weight: bold;
}

tr.category td, tr.category th{
	color: #333333;
	background-image: url('/static/images/grad_header.jpg');
	background-color: #efefef;
	border: 0px;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #dddddd;
}
.rss_table tr.heading td, .rss_table tr.heading th{
	padding: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
}
/*
.rss_table_border{
	width: 500px;
	float: left;
	background-color: #999999;
	border: 1px solid #cccccc;
	padding: 5px;
}
*/

